Skip to content

Commit 2d27280

Browse files
chore(main): release 9.0.2 (#1247)
🤖 I have created a release *beep* *boop* --- ## [9.0.2](9.0.1...9.0.2) (2025-02-20) ### Bug Fixes * allow changes to "runner_worker.max_jobs" for Docker Autoscaler ([#1221](#1221)) ([0624391](0624391)) * always encrypt EBS volumes if the KMS key is given ([#1248](#1248)) ([76ae944](76ae944)), closes [#1242](#1242) * return security group id for docker-autoscaler in `runner_sg_id` ([#1249](#1249)) ([9c573b6](9c573b6)), closes [#1241](#1241) --- 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-actions[bot]@users.noreply.github.com>
1 parent 9c573b6 commit 2d27280

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.0.1"
2+
".": "9.0.2"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [9.0.2](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/9.0.1...9.0.2) (2025-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* allow changes to "runner_worker.max_jobs" for Docker Autoscaler ([#1221](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1221)) ([0624391](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/06243914e527e2ea464dbfcb14e85bf244c75208))
9+
* always encrypt EBS volumes if the KMS key is given ([#1248](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1248)) ([76ae944](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/76ae944da4297f37a4a6f565cb37caaa9a58e9ca)), closes [#1242](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1242)
10+
* return security group id for docker-autoscaler in `runner_sg_id` ([#1249](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1249)) ([9c573b6](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/9c573b602cb2fbb944a48b2f79ca09fc26872a52)), closes [#1241](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1241)
11+
312
## [9.0.1](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/9.0.0...9.0.1) (2025-02-16)
413

514

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
8686

8787
| Name | Version |
8888
|------|---------|
89-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.85.0 |
89+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.87.0 |
9090
| <a name="provider_local"></a> [local](#provider\_local) | 2.5.2 |
9191
| <a name="provider_tls"></a> [tls](#provider\_tls) | 4.0.6 |
9292

@@ -263,7 +263,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
263263
| <a name="output_runner_launch_template_name"></a> [runner\_launch\_template\_name](#output\_runner\_launch\_template\_name) | The name of the runner's launch template. |
264264
| <a name="output_runner_role_arn"></a> [runner\_role\_arn](#output\_runner\_role\_arn) | ARN of the role used for the docker machine runners. |
265265
| <a name="output_runner_role_name"></a> [runner\_role\_name](#output\_runner\_role\_name) | Name of the role used for the docker machine runners. |
266-
| <a name="output_runner_sg_id"></a> [runner\_sg\_id](#output\_runner\_sg\_id) | ID of the security group attached to the docker machine runners. |
266+
| <a name="output_runner_sg_id"></a> [runner\_sg\_id](#output\_runner\_sg\_id) | ID of the security group attached to the worker instances (docker machine/autoscaler runners). |
267267
<!-- END_TF_DOCS -->
268268
<!-- markdownlint-enable -->
269269
<!-- cSpell:enable -->

0 commit comments

Comments
 (0)