Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

platform-engineering-bot
Copy link
Contributor

@platform-engineering-bot platform-engineering-bot commented Oct 7, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v5.2.0 -> v5.3.0
amazon.aws galaxy-collection major 8.2.1 -> 9.1.0
ansible-community/ansible-lint repository minor v24.9.2 -> v24.12.2
aws (source) required_provider minor 5.70.0 -> 5.82.2
cattle-ops/gitlab-runner/aws (source) module major 7.14.0 -> 8.1.0
github (source) required_provider minor 6.3.1 -> 6.4.0
gitlab (source) required_provider minor 17.4.0 -> 17.7.0
pre-commit/pre-commit-hooks repository major v4.6.0 -> v5.0.0
terraform-aws-modules/vpc/aws (source) module minor 5.13.0 -> 5.17.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/setup-python (actions/setup-python)

v5.3.0

Compare Source

What's Changed

Bug Fixes:
Enhancements:

New Contributors

Full Changelog: actions/setup-python@v5...v5.3.0

ansible-collections/amazon.aws (amazon.aws)

v9.1.0

Compare Source

======

Release Summary

This release brings several bugfixes, minor changes, a new rds_instance_param_group_info module, and some deprecations for the autoscaling_group module.

Minor Changes

Deprecated Features

  • autoscaling_group - the decrement_desired_capacity parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using the amazon.aws.autoscaling_instance module (https://github.com/ansible-collections/amazon.aws/pull/2396).
  • autoscaling_group - the replace_batch_size, lc_check and lt_check parameters have been deprecated and will be removed in release 14.0.0 of this collection. Rolling replacement of instances in an autoscaling group can be performed using the amazon.aws.autoscaling_instance_refresh module (https://github.com/ansible-collections/amazon.aws/pull/2396).
  • autoscaling_group - the functionality provided through the detach_instances parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using the amazon.aws.autoscaling_instance module (https://github.com/ansible-collections/amazon.aws/pull/2396).
  • autoscaling_group - the functionality provided through the replace_all_instances parameter has been deprecated and will be removed in release 14.0.0 of this collection. Rolling replacement of instances in an autoscaling group can be performed using the amazon.aws.autoscaling_instance_refresh module (https://github.com/ansible-collections/amazon.aws/pull/2396).
  • autoscaling_group - the functionality provided through the replace_instances parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using the amazon.aws.autoscaling_instance module (https://github.com/ansible-collections/amazon.aws/pull/2396).

Bugfixes

New Modules

  • rds_instance_param_group_info - Describes the RDS parameter group.

v9.0.0

Compare Source

======

Release Summary

This major release brings a new set of supported modules that have been promoted from community.aws, several bugfixes, minor changes and deprecated features. We also dropped support for botocore<1.31.0 and boto3<1.28.0. Due to the AWS SDKs announcing the end of support for Python less than 3.8 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/), support for Python less than 3.8 by this collection was deprecated in this release and will be removed in release 10.0.0.

Major Changes

  • autoscaling_instance_refresh - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.autoscaling_instance_refresh (https://github.com/ansible-collections/amazon.aws/pull/2338).
  • autoscaling_instance_refresh_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.autoscaling_instance_refresh_info (https://github.com/ansible-collections/amazon.aws/pull/2338).
  • ec2_launch_template - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_launch_template (https://github.com/ansible-collections/amazon.aws/pull/2348).
  • ec2_placement_group - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_placement_group.
  • ec2_placement_group_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_placement_group_info.
  • ec2_transit_gateway - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_transit_gateway.
  • ec2_transit_gateway_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_transit_gateway_info.
  • ec2_transit_gateway_vpc_attachment - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_transit_gateway_vpc_attachment.
  • ec2_transit_gateway_vpc_attachment_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_transit_gateway_vpc_attachment_info.
  • ec2_vpc_egress_igw - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_egress_igw (https://api.github.com/repos/ansible-collections/amazon.aws/pulls/2327).
  • ec2_vpc_nacl - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_nacl (https://github.com/ansible-collections/amazon.aws/pull/2339).
  • ec2_vpc_nacl_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_nacl_info (https://github.com/ansible-collections/amazon.aws/pull/2339).
  • ec2_vpc_peer - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_peer.
  • ec2_vpc_peering_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_peering_info.
  • ec2_vpc_vgw - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_vgw.
  • ec2_vpc_vgw_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_vgw_info.
  • ec2_vpc_vpn - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_vpn.
  • ec2_vpc_vpn_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.ec2_vpc_vpn_info.
  • elb_classic_lb_info - The module has been migrated from the community.aws collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon.aws.elb_classic_lb_info.

Minor Changes

Breaking Changes / Porting Guide

Deprecated Features

Bugfixes

New Modules

  • autoscaling_instance - manage instances associated with AWS AutoScaling Groups (ASGs)
  • autoscaling_instance_info - describe instances associated with AWS AutoScaling Groups (ASGs)
  • ec2_launch_template_info - Gather information about launch templates and versions
  • ec2_vpc_egress_igw_info - Gather information about AWS VPC Egress Only Internet gateway
ansible-community/ansible-lint (ansible-community/ansible-lint)

v24.12.2

Compare Source

Enhancements

Bugfixes

Note this this changelog entry contains changes also included in the two yanked releases before it.

v24.12.1: (yanked)

Compare Source

Enhancements

Bugfixes

v24.12.0: (yanked)

Compare Source

Enhancements

Bugfixes

v24.10.0

Compare Source

Enhancements

Bugfixes

hashicorp/terraform-provider-aws (aws)

v5.82.2

Compare Source

BUG FIXES:

  • data-source/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names attribute. This fixes a regression introduced in v5.82.0 causing setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"} errors (#​40658)

v5.82.1

Compare Source

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#​40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#​40639)

v5.82.0

Compare Source

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#​40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#​38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#​40566)
  • New Resource: aws_cloudfront_vpc_origin (#​40239)
  • New Resource: aws_memorydb_multi_region_cluster (#​40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#​40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#​40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#​40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#​40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#​40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#​40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#​40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#​40622)
  • resource/aws_dx_gateway: Add arn attribute (#​40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#​40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#​40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#​40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#​40546)
  • resource/aws_resourcegroups_resource: Add import support (#​40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#​40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#​39952)
  • data-source/aws_licensemanager_received_license: Fix setting entitlements: Invalid address to set: []string{"entitlements", "0", "overage"} errors (#​40621)
  • resource/aws_amplify_domain_association: No longer ignores changes to certificate_settings when updating. (#​40589)
  • resource/aws_amplify_domain_association: Prevent "unexpected state" error when setting certificate_settings.type to CUSTOM. (#​40589)
  • resource/aws_amplify_domain_association: Prevent ValidationException when setting certificate_settings.type to AMPLIFY_MANAGED. (#​40589)
  • resource/aws_amplify_domain_association: Prevent permanent diff when certificate_settings not set. (#​40589)
  • resource/aws_amplify_domain_association: Prevents panic in some circumstances when certificate_settings is not set during update. (#​40589)
  • resource/aws_api_gateway_domain_name: Correct arn for private custom domain names (#​40566)
  • resource/aws_codeconnections_host: Mark vpc_configuration.tls_certificate as Optional (#​40574)
  • resource/aws_elasticache_replication_group: Prevent perpetual diff which triggers resource replacement on at_rest_encryption_enabled when engine is valkey. (#​40514)
  • resource/aws_lakeformation_permissions: Add support for IAMPrincipals principal group (#​38600)
  • resource/aws_lakeformation_permissions: Fix refreshing state so order is not considered in permissions and permissions_with_grant_option attributes (#​38047)
  • resource/aws_lakeformation_resource_lf_tag: Fix panic when resource tries to destroy a LFTag reference that does not exist (#​40584)
  • resource/aws_lambda_invocation: Set new computed value for result attribute when changing input attribute, for lifecycle scope "CRUD" (#​34263)
  • resource/aws_medialive_channel: Added missing teletext_destination_settings. (#​33797)
  • resource/aws_rds_cluster: Fix issue with waiter when modifying allocated_storage (#​40601)
  • resource/aws_resourcegroups_resource: Fix crash when parsing certain ARN formats (#​40579)
  • resource/aws_s3_bucket: Destroying a bucket with force_destroy = true can now delete objects with non-XML-safe keys (#​40537)
  • resource/aws_s3_directory_bucket: Destroying a directory bucket with force_destroy = true can now delete objects with non-XML-safe keys (#​40537)
  • resource/aws_secretsmanager_secret_rotation: Fix bug where automatically_after_days was not being set properly when schedule_expression had been set previously (#​34295)
  • resource/aws_secretsmanager_secret_rotation: Retry rotation in case it has not yet propagated when previously an error would occur: InvalidRequestException: A previous rotation isn't complete. That rotation will be reattempted. (#​34295)
  • resource/aws_sqs_queue_redrive_allow_policy: Fix perpetual redrive_allow_policy diffs (#​40604)

v5.81.0

Compare Source

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#​38188)
  • New Ephemeral Resource: aws_ssm_parameter (#​40313)
  • New Resource: aws_bedrock_inference_profile (#​40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#​40437)
  • New Resource: aws_ecr_account_setting (#​40219)
  • New Resource: aws_msk_single_scram_secret_association (#​37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#​38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#​38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#​40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#​38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#​40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#​40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#​40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#​40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#​40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#​40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances ([#​36425](https://redirect.github.com/hashicorp/terraform-provider-aws/iss

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@platform-engineering-bot platform-engineering-bot changed the title Update pre-commit hook pre-commit/pre-commit-hooks to v5 Update all dependencies Oct 9, 2024
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 5 times, most recently from 0c95f3f to 351789c Compare October 17, 2024 20:15
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 3 times, most recently from b95f2a7 to 23e91dd Compare October 24, 2024 15:36
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 5 times, most recently from 217f76e to 5a11318 Compare November 4, 2024 00:14
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 4 times, most recently from 76d4611 to 443ab41 Compare November 14, 2024 17:36
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 4 times, most recently from d0f4086 to c89c977 Compare November 21, 2024 22:44
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 5 times, most recently from a0b927a to ef8906b Compare December 3, 2024 15:07
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 2 times, most recently from df036c6 to 7202bd3 Compare December 5, 2024 09:14
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 5 times, most recently from df13ace to 43867bc Compare December 12, 2024 19:14
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 4 times, most recently from 65aeb87 to 2a81dd3 Compare December 20, 2024 08:24
Signed-off-by: Platform Engineering Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant