You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 I have created a release *beep* *boop*
---
##
[9.2.3](9.2.2...9.2.3)
(2025-08-14)
### Bug Fixes
* allow HTTP egress traffic to all destinations
([#1303](#1303))
([62bab5a](62bab5a))
* handle scaling properly when capacity_per_instance > 1 with docker
job runners
([#1313](#1313))
([91d7681](91d7681))
---
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>
* allow HTTP egress traffic to all destinations ([#1303](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1303)) ([62bab5a](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/62bab5ad8539671e68415acd23839b0d468613a2))
9
+
* handle scaling properly when capacity_per_instance > 1 with docker job runners ([#1313](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1313)) ([91d7681](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/91d7681792895dfdd02126c061b045eb53c8b08d))
@@ -244,7 +244,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
244
244
| <aname="input_runner_worker_docker_services"></a> [runner\_worker\_docker\_services](#input\_runner\_worker\_docker\_services)| Starts additional services with the Docker container. All fields must be set (examine the Dockerfile of the service image for the entrypoint - see ./examples/runner-default/main.tf) | <pre>list(object({<br/> name = string<br/> alias = string<br/> entrypoint = list(string)<br/> command = list(string)<br/> }))</pre> |`[]`| no |
245
245
| <aname="input_runner_worker_docker_services_volumes_tmpfs"></a> [runner\_worker\_docker\_services\_volumes\_tmpfs](#input\_runner\_worker\_docker\_services\_volumes\_tmpfs)| Mount a tmpfs in gitlab service container. https://docs.gitlab.com/runner/executors/docker.html#mounting-a-directory-in-ram| <pre>list(object({<br/> volume = string<br/> options = string<br/> }))</pre> |`[]`| no |
246
246
| <aname="input_runner_worker_docker_volumes_tmpfs"></a> [runner\_worker\_docker\_volumes\_tmpfs](#input\_runner\_worker\_docker\_volumes\_tmpfs)| Mount a tmpfs in Executor container. https://docs.gitlab.com/runner/executors/docker.html#mounting-a-directory-in-ram| <pre>list(object({<br/> volume = string<br/> options = string<br/> }))</pre> |`[]`| no |
| <aname="input_runner_worker_gitlab_pipeline"></a> [runner\_worker\_gitlab\_pipeline](#input\_runner\_worker\_gitlab\_pipeline)| post\_build\_script = Script to execute in the pipeline just after the build, but before executing after\_script.<br/>pre\_build\_script = Script to execute in the pipeline just before the build.<br/>pre\_clone\_script = Script to execute in the pipeline before cloning the Git repository. this can be used to adjust the Git client configuration first, for example. | <pre>object({<br/> post_build_script = optional(string, "\"\"")<br/> pre_build_script = optional(string, "\"\"")<br/> pre_clone_script = optional(string, "\"\"")<br/> })</pre> |`{}`| no |
| <aname="input_security_group_prefix"></a> [security\_group\_prefix](#input\_security\_group\_prefix)| Set the name prefix and overwrite the `Name` tag for all security groups. |`string`|`""`| no |
0 commit comments