Commit 16c5e27
authored
chore(deps): update all dependencies (#1131)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `0ad4b8f` -> `a5ac7e5` | | | | |
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.50.0` -> `5.51.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [boto3](https://togithub.com/boto/boto3) | | patch | `==1.34.108` ->
`==1.34.114` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://togithub.com/boto/botocore) | | patch |
`==1.34.108` -> `==1.34.114` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [random](https://registry.terraform.io/providers/hashicorp/random)
([source](https://togithub.com/hashicorp/terraform-provider-random)) |
required_provider | patch | `3.6.1` -> `3.6.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [random](https://registry.terraform.io/providers/hashicorp/random)
([source](https://togithub.com/hashicorp/terraform-provider-random)) |
required_provider | patch | `3.6.1` -> `3.6.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>
###
[`v5.51.1`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5511-May-24-2024)
[Compare
Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.51.0...v5.51.1)
ENHANCEMENTS:
- resource/aws_ecs_service: Add `volume_configuration` argument
([#​37019](https://togithub.com/hashicorp/terraform-provider-aws/issues/37019))
- resource/aws_ecs_task_definition: Add `configure_at_launch` parameter
in `volume` argument
([#​37019](https://togithub.com/hashicorp/terraform-provider-aws/issues/37019))
BUG FIXES:
- data-source/aws_route53\_zone: Fix incorrect `name_servers` values
([#​37685](https://togithub.com/hashicorp/terraform-provider-aws/issues/37685))
- data-source/aws_route53\_zone: Permit both `name` and `zone_id`
arguments when one is an empty string
([#​37686](https://togithub.com/hashicorp/terraform-provider-aws/issues/37686))
- resource/aws_route53\_zone: Fix incorrect `name_servers` values
([#​37685](https://togithub.com/hashicorp/terraform-provider-aws/issues/37685))
###
[`v5.51.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5510-May-23-2024)
[Compare
Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.50.0...v5.51.0)
NOTES:
- data-source/aws_lambda_function: `source_code_hash` attribute has been
deprecated in favor of `code_sha256`. Will be removed in a future major
version
([#​37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- data-source/aws_lambda_layer_version: `source_code_hash` attribute has
been deprecated in favor of `code_sha256`. Will be removed in a future
major version
([#​37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))
FEATURES:
- **New Data Source:** `aws_chatbot_slack_workspace`
([#​37218](https://togithub.com/hashicorp/terraform-provider-aws/issues/37218))
- **New Resource:** `aws_lambda_runtime_management_config`
([#​37643](https://togithub.com/hashicorp/terraform-provider-aws/issues/37643))
- **New Resource:** `aws_vpc_endpoint_private_dns`
([#​37628](https://togithub.com/hashicorp/terraform-provider-aws/issues/37628))
- **New Resource:** `aws_vpc_endpoint_service_private_dns_verification`
([#​37176](https://togithub.com/hashicorp/terraform-provider-aws/issues/37176))
ENHANCEMENTS:
- data-source/aws_lambda_function: Add `code_sha256` attribute
([#​37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- data-source/aws_lambda_layer_version: Add `code_sha256` attribute
([#​37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))
- data-source/aws_route53\_traffic_policy_document: Add support for
`application-load-balancer`, `elastic-beanstalk` and
`network-load-balancer` `endpoint.type` values
([#​37618](https://togithub.com/hashicorp/terraform-provider-aws/issues/37618))
- resource/aws_api_gateway_deployment: Add `canary_settings` attribute
([#​37573](https://togithub.com/hashicorp/terraform-provider-aws/issues/37573))
- resource/aws_iam_openid_connect_provider: Allow `client_id_list` to be
updated in-place
([#​37612](https://togithub.com/hashicorp/terraform-provider-aws/issues/37612))
- resource/aws_lambda_function: Add `code_sha256` attribute
([#​37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- resource/aws_lambda_function: Remove
`replace_security_group_on_destroy` and `replacement_security_group_ids`
deprecations, re-implement with alternate workflow
([#​37624](https://togithub.com/hashicorp/terraform-provider-aws/issues/37624))
- resource/aws_lambda_layer_version: Add `code_sha256` attribute
([#​37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))
- resource/aws_route53\_health_check: Add plan-time validation of
`cloudwatch_alarm_region`
([#​37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_route53\_record: Add plan-time validation of
`latency_routing_policy.region`
([#​37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_route53\_vpc_association_authorization: Add plan-time
validation of `vpc_region`
([#​37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_route53\_zone_association: Add plan-time validation of
`vpc_region`
([#​37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_wafv2\_web_acl: Add `api_gateway`, `app_runner_service`,
`cognito_user_pool`, and `verified_access_instance` configuration blocks
to `association_config.request_body`
([#​37588](https://togithub.com/hashicorp/terraform-provider-aws/issues/37588))
BUG FIXES:
- resource/aws_dynamodb_table_replica: Correctly set `kms_key_arn` on
Read
([#​37570](https://togithub.com/hashicorp/terraform-provider-aws/issues/37570))
- resource/aws_kms_grant: Change `grant_token` to
[`Sensitive`](https://developer.hashicorp.com/terraform/plugin/best-practices/sensitive-state#using-sensitive-flag-functionality)
([#​37593](https://togithub.com/hashicorp/terraform-provider-aws/issues/37593))
- resource/aws_lambda_function: Fix issue when `source_code_hash` causes
drift even if source code has not changed
([#​37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- resource/aws_lambda_layer_version: Fix issue when `source_code_hash`
forces a replacement even if source code has not changed
([#​37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))
- resource/aws_m2\_deployment: Fix `state` error on `deployment_id`
during start/stop update
([#​37581](https://togithub.com/hashicorp/terraform-provider-aws/issues/37581))
- resource/aws_storagegateway_smb_file_share: Fix crash when
`cache_attributes` is removed on update
([#​37611](https://togithub.com/hashicorp/terraform-provider-aws/issues/37611))
</details>
<details>
<summary>boto/boto3 (boto3)</summary>
###
[`v1.34.114`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134114)
[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.113...1.34.114)
\========
- api-change:`dynamodb`: \[`botocore`] Doc-only update for DynamoDB.
Specified the IAM actions needed to authorize a user to create a table
with a resource-based policy.
- api-change:`ec2`: \[`botocore`] Providing support to accept
BgpAsnExtended attribute
- api-change:`kafka`: \[`botocore`] Adds ControllerNodeInfo in ListNodes
response to support Raft mode for MSK
- api-change:`swf`: \[`botocore`] This release adds new APIs for
deleting activity type and workflow type resources.
###
[`v1.34.113`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134113)
[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.112...1.34.113)
\========
- api-change:`dynamodb`: \[`botocore`] Documentation only updates for
DynamoDB.
- api-change:`iotfleetwise`: \[`botocore`] AWS IoT FleetWise now
supports listing vehicles with attributes filter, ListVehicles API is
updated to support additional attributes filter.
- api-change:`managedblockchain`: \[`botocore`] This is a minor
documentation update to address the impact of the shut down of the
Goerli and Polygon networks.
###
[`v1.34.112`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134112)
[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.111...1.34.112)
\========
- api-change:`emr-serverless`: \[`botocore`] This release adds the
capability to run interactive workloads using Apache Livy Endpoint.
- api-change:`opsworks`: \[`botocore`] Documentation-only update for
OpsWorks Stacks.
###
[`v1.34.111`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134111)
[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.110...1.34.111)
\========
- api-change:`chatbot`: \[`botocore`] This change adds support for
tagging Chatbot configurations.
- api-change:`cloudformation`: \[`botocore`] Added DeletionMode
FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED
state due to resource deletion failure.
- api-change:`kms`: \[`botocore`] This release includes feature to
import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS
in China.
- api-change:`opensearch`: \[`botocore`] This release adds support for
enabling or disabling a data source configured as part of Zero-ETL
integration with Amazon S3, by setting its status.
- api-change:`wafv2`: \[`botocore`] You can now use Security Lake to
collect web ACL traffic data.
###
[`v1.34.110`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134110)
[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.109...1.34.110)
\========
- api-change:`cloudfront`: \[`botocore`] Model update; no change to SDK
functionality.
- api-change:`glue`: \[`botocore`] Add Maintenance window to CreateJob
and UpdateJob APIs and JobRun response. Add a new Job Run State for
EXPIRED.
- api-change:`lightsail`: \[`botocore`] This release adds support for
Amazon Lightsail instances to switch between dual-stack or IPv4 only and
IPv6-only public IP address types.
- api-change:`mailmanager`: \[`botocore`] This release includes a new
Amazon SES feature called Mail Manager, which is a set of email gateway
capabilities designed to help customers strengthen their organization's
email infrastructure, simplify email workflow management, and streamline
email compliance control.
- api-change:`pi`: \[`botocore`] Performance Insights added a new input
parameter called AuthorizedActions to support the fine-grained access
feature. Performance Insights also restricted the acceptable input
characters.
- api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for
Db2 license through AWS Marketplace.
- api-change:`storagegateway`: \[`botocore`] Added new
SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode
enforces encryption and disables AES 128-bit algorithums.
###
[`v1.34.109`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134109)
[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.108...1.34.109)
\========
- api-change:`bedrock-agent`: \[`botocore`] This release adds support
for using Guardrails with Bedrock Agents.
- api-change:`bedrock-agent-runtime`: \[`botocore`] This release adds
support for using Guardrails with Bedrock Agents.
- api-change:`controltower`: \[`botocore`] Added ListControlOperations
API and filtering support for ListEnabledControls API. Updates also
includes added metadata for enabled controls and control operations.
- api-change:`osis`: \[`botocore`] Add support for creating an
OpenSearch Ingestion pipeline that is attached to a provided VPC. Add
information about the destinations of an OpenSearch Ingestion pipeline
to the GetPipeline and ListPipelines APIs.
- api-change:`rds`: \[`botocore`] This release adds support for
EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
- api-change:`secretsmanager`: \[`botocore`] add v2 smoke tests and
smithy smokeTests trait for SDK testing
</details>
<details>
<summary>boto/botocore (botocore)</summary>
###
[`v1.34.114`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134114)
[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.113...1.34.114)
\========
- api-change:`dynamodb`: Doc-only update for DynamoDB. Specified the IAM
actions needed to authorize a user to create a table with a
resource-based policy.
- api-change:`ec2`: Providing support to accept BgpAsnExtended attribute
- api-change:`kafka`: Adds ControllerNodeInfo in ListNodes response to
support Raft mode for MSK
- api-change:`swf`: This release adds new APIs for deleting activity
type and workflow type resources.
###
[`v1.34.113`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134113)
[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.112...1.34.113)
\========
- api-change:`dynamodb`: Documentation only updates for DynamoDB.
- api-change:`iotfleetwise`: AWS IoT FleetWise now supports listing
vehicles with attributes filter, ListVehicles API is updated to support
additional attributes filter.
- api-change:`managedblockchain`: This is a minor documentation update
to address the impact of the shut down of the Goerli and Polygon
networks.
###
[`v1.34.112`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134112)
[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.111...1.34.112)
\========
- api-change:`emr-serverless`: This release adds the capability to run
interactive workloads using Apache Livy Endpoint.
- api-change:`opsworks`: Documentation-only update for OpsWorks Stacks.
###
[`v1.34.111`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134111)
[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.110...1.34.111)
\========
- api-change:`chatbot`: This change adds support for tagging Chatbot
configurations.
- api-change:`cloudformation`: Added DeletionMode FORCE_DELETE_STACK for
deleting a stack that is stuck in DELETE_FAILED state due to resource
deletion failure.
- api-change:`kms`: This release includes feature to import customer's
asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
- api-change:`opensearch`: This release adds support for enabling or
disabling a data source configured as part of Zero-ETL integration with
Amazon S3, by setting its status.
- api-change:`wafv2`: You can now use Security Lake to collect web ACL
traffic data.
###
[`v1.34.110`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134110)
[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.109...1.34.110)
\========
- api-change:`cloudfront`: Model update; no change to SDK functionality.
- api-change:`glue`: Add Maintenance window to CreateJob and UpdateJob
APIs and JobRun response. Add a new Job Run State for EXPIRED.
- api-change:`lightsail`: This release adds support for Amazon Lightsail
instances to switch between dual-stack or IPv4 only and IPv6-only public
IP address types.
- api-change:`mailmanager`: This release includes a new Amazon SES
feature called Mail Manager, which is a set of email gateway
capabilities designed to help customers strengthen their organization's
email infrastructure, simplify email workflow management, and streamline
email compliance control.
- api-change:`pi`: Performance Insights added a new input parameter
called AuthorizedActions to support the fine-grained access feature.
Performance Insights also restricted the acceptable input characters.
- api-change:`rds`: Updates Amazon RDS documentation for Db2 license
through AWS Marketplace.
- api-change:`storagegateway`: Added new SMBSecurityStrategy enum named
MandatoryEncryptionNoAes128, new mode enforces encryption and disables
AES 128-bit algorithums.
###
[`v1.34.109`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134109)
[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.108...1.34.109)
\========
- api-change:`bedrock-agent`: This release adds support for using
Guardrails with Bedrock Agents.
- api-change:`bedrock-agent-runtime`: This release adds support for
using Guardrails with Bedrock Agents.
- api-change:`controltower`: Added ListControlOperations API and
filtering support for ListEnabledControls API. Updates also includes
added metadata for enabled controls and control operations.
- api-change:`osis`: Add support for creating an OpenSearch Ingestion
pipeline that is attached to a provided VPC. Add information about the
destinations of an OpenSearch Ingestion pipeline to the GetPipeline and
ListPipelines APIs.
- api-change:`rds`: This release adds support for EngineLifecycleSupport
on DBInstances, DBClusters, and GlobalClusters.
- api-change:`secretsmanager`: add v2 smoke tests and smithy smokeTests
trait for SDK testing
</details>
<details>
<summary>hashicorp/terraform-provider-random (random)</summary>
###
[`v3.6.2`](https://togithub.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#362-May-21-2024)
[Compare
Source](https://togithub.com/hashicorp/terraform-provider-random/compare/v3.6.1...v3.6.2)
NOTES:
- resource/random_pet: Results have been updated to the latest upstream
petname data
([#​581](https://togithub.com/hashicorp/terraform-provider-random/issues/581))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d2e2224 commit 16c5e27
File tree
13 files changed
+265
-265
lines changed- .github/workflows
- examples
- runner-certificates
- runner-default
- runner-docker
- runner-pre-registered
- runner-public
- modules/terminate-agent-hook/lambda
13 files changed
+265
-265
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
0 commit comments