From 321efff8365ae7ac3f604d56561f186958d0d608 Mon Sep 17 00:00:00 2001 From: "cattle-ops-releaser-2[bot]" <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:58:24 +0200 Subject: [PATCH] chore(main): release 7.8.0 (#1141) :robot: I have created a release *beep* *boop* --- ## [7.8.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.7.0...7.8.0) (2024-06-30) ### Features * use Amazon Linux 2023 for runner manager instance ([#1138](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1138)) ([0412b6d](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/0412b6d03046448108c4e806d4637da809cd319a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6a15549e..e9ab5097 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.7.0" + ".": "7.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 487b7618..983c9fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.8.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.7.0...7.8.0) (2024-06-30) + + +### Features + +* use Amazon Linux 2023 for runner manager instance ([#1138](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1138)) ([0412b6d](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/0412b6d03046448108c4e806d4637da809cd319a)) + ## [7.7.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.6.1...7.7.0) (2024-05-29) diff --git a/README.md b/README.md index e27d6c58..36984971 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file | [kms\_key\_id](#input\_kms\_key\_id) | KMS key id to encrypt the resources. Ensure that CloudWatch and Runner/Runner Workers have access to the provided KMS key. | `string` | `""` | no | | [kms\_managed\_alias\_name](#input\_kms\_managed\_alias\_name) | Alias added to the created KMS key. | `string` | `""` | no | | [kms\_managed\_deletion\_rotation\_window\_in\_days](#input\_kms\_managed\_deletion\_rotation\_window\_in\_days) | Key deletion/rotation window for the created KMS key. Set to 0 for no rotation/deletion window. | `number` | `7` | no | -| [runner\_ami\_filter](#input\_runner\_ami\_filter) | List of maps used to create the AMI filter for the Runner AMI. Must resolve to an Amazon Linux 1 or 2 image. | `map(list(string))` |
{
"name": [
"amzn2-ami-hvm-2.*-x86_64-ebs"
]
}
| no | +| [runner\_ami\_filter](#input\_runner\_ami\_filter) | List of maps used to create the AMI filter for the Runner AMI. Must resolve to an Amazon Linux 1, 2 or 2023 image. | `map(list(string))` |
{
"name": [
"al2023-ami-2023*-x86_64"
]
}
| no | | [runner\_ami\_owners](#input\_runner\_ami\_owners) | The list of owners used to select the AMI of the Runner instance. | `list(string)` |
[
"amazon"
]
| no | | [runner\_cloudwatch](#input\_runner\_cloudwatch) | enable = Boolean used to enable or disable the CloudWatch logging.
log\_group\_name = Option to override the default name (`environment`) of the log group. Requires `enable = true`.
retention\_days = Retention for cloudwatch logs. Defaults to unlimited. Requires `enable = true`. |
object({
enable = optional(bool, true)
log_group_name = optional(string, null)
retention_days = optional(number, 0)
})
| `{}` | no | | [runner\_enable\_asg\_recreation](#input\_runner\_enable\_asg\_recreation) | Enable automatic redeployment of the Runner's ASG when the Launch Configs change. | `bool` | `true` | no |