platform-engineering-org / terraform-gitlab-runners-module

Apache License 2.0
1 stars 2 forks source link

chore(deps): update all dependencies #116

Closed platform-engineering-bot closed 6 months ago

platform-engineering-bot commented 6 months ago

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.41.0 -> 5.42.0
gitlab (source) required_provider minor 16.9.1 -> 16.10.0
terraform-aws-modules/vpc/aws (source) module minor 5.6.0 -> 5.7.0

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.42.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5420-March-22-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.41.0...v5.42.0) FEATURES: - **New Data Source:** `aws_redshift_producer_data_shares` ([#​36481](https://togithub.com/hashicorp/terraform-provider-aws/issues/36481)) - **New Resource:** `aws_devopsguru_event_sources_config` ([#​36485](https://togithub.com/hashicorp/terraform-provider-aws/issues/36485)) - **New Resource:** `aws_devopsguru_resource_collection` ([#​36489](https://togithub.com/hashicorp/terraform-provider-aws/issues/36489)) - **New Resource:** `aws_dynamodb_table_export` ([#​30399](https://togithub.com/hashicorp/terraform-provider-aws/issues/30399)) ENHANCEMENTS: - data-source/aws_vpc_peering_connection: Add `ipv6_cidr_block_set` and `peer_ipv6_cidr_block_set` attributes ([#​36391](https://togithub.com/hashicorp/terraform-provider-aws/issues/36391)) - resource/aws_datasync_location_hdfs: Add `kerberos_keytab_base64` and `kerberos_krb5_conf_base64` arguments ([#​36072](https://togithub.com/hashicorp/terraform-provider-aws/issues/36072)) - resource/aws_finspace_kx_dataview: Add `read_write` and `segment_configuration.on_demand` arguments ([#​36486](https://togithub.com/hashicorp/terraform-provider-aws/issues/36486)) - resource/aws_rds_cluster: Add `enable_local_write_forwarding` argument to support Aurora MySQL local write forwarding ([#​34370](https://togithub.com/hashicorp/terraform-provider-aws/issues/34370)) BUG FIXES: - provider: Change the default AWS SDK for Go v2 API client [`RateLimiter`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws/retry#RateLimiter) to [`ratelimit.None`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws/ratelimit#pkg-variables) so that services migrated to AWS SDK for Go v2 maintain behavioral compatibility with AWS SDK for Go v1 ([#​36467](https://togithub.com/hashicorp/terraform-provider-aws/issues/36467)) - resource/aws_appautoscaling_policy: Fix errors when importing an MSK storage autoscaling policy ([#​34934](https://togithub.com/hashicorp/terraform-provider-aws/issues/34934)) - resource/aws_appautoscaling_scheduled_action: Always send `start_time` and `end_time` values on update when configured ([#​33713](https://togithub.com/hashicorp/terraform-provider-aws/issues/33713)) - resource/aws_appautoscaling_scheduled_action: Read correct resource by using `scalable_dimension` as an additional filter ([#​34382](https://togithub.com/hashicorp/terraform-provider-aws/issues/34382)) - resource/aws_datasync_location_azure_blob: Fix missing `container_url` attribute value and bad `subdirectory` attribute value from state read/refresh ([#​36072](https://togithub.com/hashicorp/terraform-provider-aws/issues/36072)) - resource/aws_datasync_location_efs: Fix missing `efs_file_system_arn` attribute value from state read/refresh ([#​36072](https://togithub.com/hashicorp/terraform-provider-aws/issues/36072)) - resource/aws_datasync_location_hdfs: Mark `qop_configuration` as Computed ([#​36072](https://togithub.com/hashicorp/terraform-provider-aws/issues/36072)) - resource/aws_datasync_location_nfs: Fix missing `server_hostname` attribute value from state read/refresh ([#​36072](https://togithub.com/hashicorp/terraform-provider-aws/issues/36072)) - resource/aws_datasync_location_s3: Fix missing `s3_bucket_arn` attribute value from state read/refresh ([#​36072](https://togithub.com/hashicorp/terraform-provider-aws/issues/36072)) - resource/aws_datasync_location_smb: Fix missing `server_hostname` attribute value from state read/refresh ([#​36072](https://togithub.com/hashicorp/terraform-provider-aws/issues/36072)) - resource/aws_dms_replication_config: Fix persistent change in `replication_settings` ([#​35670](https://togithub.com/hashicorp/terraform-provider-aws/issues/35670)) - resource/aws_dms_replication_task: Fix persistent change in `replication_task_settings` ([#​35670](https://togithub.com/hashicorp/terraform-provider-aws/issues/35670)) - resource/aws_eks_access_entry: Always send `kubernetes_groups` and `user_name` values on update when configured ([#​36484](https://togithub.com/hashicorp/terraform-provider-aws/issues/36484)) - resource/aws_glue_job: Adjust `number_of_workers` minimum value to `1` ([#​36458](https://togithub.com/hashicorp/terraform-provider-aws/issues/36458)) - resource/aws_lexv2models_slot: Fix custom_payload typo ([#​36488](https://togithub.com/hashicorp/terraform-provider-aws/issues/36488)) - resource/aws_route: Allow resource creation if a propagated route to the same destination exists ([#​36512](https://togithub.com/hashicorp/terraform-provider-aws/issues/36512)) - resource/aws_vpn_connection: `local_ipv6_network_cidr`, `remote_ipv6_network_cidr`, `tunnel1_inside_ipv6_cidr`, and `tunnel2_inside_ipv6_cidr` no longer require `transit_gateway_id` to be specified ([#​36405](https://togithub.com/hashicorp/terraform-provider-aws/issues/36405))
gitlabhq/terraform-provider-gitlab (gitlab) ### [`v16.10.0`](https://togithub.com/gitlabhq/terraform-provider-gitlab/blob/HEAD/CHANGELOG.md#16100-2024-03-21) [Compare Source](https://togithub.com/gitlabhq/terraform-provider-gitlab/compare/v16.9.1...v16.10.0) This release was tested against GitLab 16.8, 16.9, and 16.10 for both CE and EE NOTES: - scripts/gitlab.rb has been updated for local development to set the license mode and customer portal URL for testing. If you're using a personal license for local development, you may need to update this file temporarily to run EE locally. ([!1861](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1861)) IMPROVEMENTS: - **New Data Source** datasource/gitlab_release: Allows querying a GitLab Release by project and tag name to get release information or assets ([!1851](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1851)) BUG FIXES: - resources/gitlab_project_level_mr_approvals: fixed a documentation issue with the use of `merge_requests_disable_committers_approval` ([!1864](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1864)) - resources/gitlab_group_ldap_link: fixed an issue where deleting the group associated to an LDAP link would result in a TF state that required manual intervention. Using a value of `true` with the `force` attribute will now remove the LDAP link from state when the group is deleted. ([!1842](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1842)) - resources/gitlab_cluster_agent: fixed the example documentation to show the file contents as encoded ([!1852](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1852)) - resources/gitlab_pipeline_schedule: fixed a potential panic on the provider that could occur when there was an error editing the pipeline schedule ([!1847](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/1847))
terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws) ### [`v5.7.0`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#570-2024-03-22) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.6.0...v5.7.0) ##### Features - Allow setting vpc endpoints as an input for each endpoint ([#​1056](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1056)) ([9163310](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/9163310db647ed98094319980bd8eef72bee492b))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.