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*
---
##
[6.4.0](6.3.1...6.4.0)
(2023-05-03)
### Features
* add option to read Gitlab Runner Registration token from SSM
([#822](#822))
([51d63e6](51d63e6))
### Bug Fixes
* disable outputting config.toml by default
([#768](#768))
([2cd1e44](2cd1e44))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---------
Signed-off-by: Niek Palm <dev.npalm@gmail.com>
Co-authored-by: cattle-ops-releaser[bot] <126345536+cattle-ops-releaser[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@@ -597,6 +597,7 @@ Made with [contributors-img](https://contrib.rocks).
597
597
| <aname="input_cache_shared"></a> [cache\_shared](#input\_cache\_shared)| Enables cache sharing between runners, false by default. |`bool`|`false`| no |
598
598
| <aname="input_cloudwatch_logging_retention_in_days"></a> [cloudwatch\_logging\_retention\_in\_days](#input\_cloudwatch\_logging\_retention\_in\_days)| Retention for cloudwatch logs. Defaults to unlimited |`number`|`0`| no |
599
599
| <aname="input_create_runner_iam_role"></a> [create\_runner\_iam\_role](#input\_create\_runner\_iam\_role)| Whether to create the runner IAM role of the gitlab runner agent EC2 instance. |`bool`|`true`| no |
600
+
| <aname="input_debug"></a> [debug](#input\_debug)| Enable debug settings for development<br><br> output\_runner\_config\_to\_file: When enabled, outputs the rendered config.toml file in the root module. This can<br> then also be used by Terraform to show changes in plan. Note that enabling this can<br> potentially expose sensitive information.<br> output\_user\_data\_to\_file: When enabled, outputs the rendered userdata.sh file in the root module. This can then<br> also be used by Terraform to show changes in plan. Note that enabling this can<br> potentially expose sensitive information. | <pre>object({<br> output_runner_config_to_file = bool<br> output_runner_user_data_to_file = bool<br> })</pre> | <pre>{<br> "output_runner_config_to_file": false,<br> "output_runner_user_data_to_file": false<br>}</pre> | no |
600
601
| <aname="input_docker_machine_download_url"></a> [docker\_machine\_download\_url](#input\_docker\_machine\_download\_url)| (Optional) By default the module will use `docker_machine_version` to download the CKI maintained version (https://gitlab.com/cki-project/docker-machine) of Docker Machine. Alternative you can set this property to download location of the distribution of for the OS. See also https://docs.gitlab.com/runner/executors/docker_machine.html#install|`string`|`""`| no |
| <aname="input_docker_machine_iam_policy_arns"></a> [docker\_machine\_iam\_policy\_arns](#input\_docker\_machine\_iam\_policy\_arns)| List of policy ARNs to be added to the instance profile of the docker machine runners. |`list(string)`|`[]`| no |
@@ -696,6 +697,7 @@ Made with [contributors-img](https://contrib.rocks).
696
697
| <aname="input_runners_volume_type"></a> [runners\_volume\_type](#input\_runners\_volume\_type)| Runner instance volume type |`string`|`"gp2"`| no |
697
698
| <aname="input_runners_volumes_tmpfs"></a> [runners\_volumes\_tmpfs](#input\_runners\_volumes\_tmpfs)| Mount a tmpfs in runner 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 |
698
699
| <aname="input_schedule_config"></a> [schedule\_config](#input\_schedule\_config)| Map containing the configuration of the ASG scale-out and scale-in for the runner instance. Will only be used if enable\_schedule is set to true. |`map(any)`| <pre>{<br> "scale_in_count": 0,<br> "scale_in_recurrence": "0 18 * * 1-5",<br> "scale_in_time_zone": "Etc/UTC",<br> "scale_out_count": 1,<br> "scale_out_recurrence": "0 8 * * 1-5",<br> "scale_out_time_zone": "Etc/UTC"<br>}</pre> | no |
700
+
| <aname="input_secure_parameter_store_gitlab_runner_registration_token_name"></a> [secure\_parameter\_store\_gitlab\_runner\_registration\_token\_name](#input\_secure\_parameter\_store\_gitlab\_runner\_registration\_token\_name)| The name of the SSM parameter to read the GitLab Runner registration token from. |`string`|`"gitlab-runner-registration-token"`| no |
699
701
| <aname="input_secure_parameter_store_runner_sentry_dsn"></a> [secure\_parameter\_store\_runner\_sentry\_dsn](#input\_secure\_parameter\_store\_runner\_sentry\_dsn)| The Sentry DSN name used to store the Sentry DSN in Secure Parameter Store |`string`|`"sentry-dsn"`| no |
700
702
| <aname="input_secure_parameter_store_runner_token_key"></a> [secure\_parameter\_store\_runner\_token\_key](#input\_secure\_parameter\_store\_runner\_token\_key)| The key name used store the Gitlab runner token in Secure Parameter Store |`string`|`"runner-token"`| no |
701
703
| <aname="input_sentry_dsn"></a> [sentry\_dsn](#input\_sentry\_dsn)| Sentry DSN of the project for the runner to use (uses legacy DSN format) |`string`|`"__SENTRY_DSN_REPLACED_BY_USER_DATA__"`| no |
0 commit comments