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

chore(deps): update all non-major dependencies #1737

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v4.1.7 -> v4.2.0 age adoption passing confidence
aws (source) required_provider minor 5.67.0 -> 5.69.0 age adoption passing confidence
istio.io/client-go require patch v1.23.1 -> v1.23.2 age adoption passing confidence
terraform-aws-modules/eks/aws (source) module patch 20.24.1 -> 20.24.2 age adoption passing confidence
terraform-aws-modules/iam/aws (source) module patch 5.44.0 -> 5.44.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.2.0

Compare Source

hashicorp/terraform-provider-aws (aws)

v5.69.0

Compare Source

NOTES:

  • provider: This release contains an upstream AWS SDK for Go v2 change to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format (account-id).ddb.(region).amazonaws.com instead of dynamodb.(region).amazonaws.com. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by setting account_id_endpoint_mode = disabled in a shared config file or setting the AWS_ACCOUNT_ID_ENDPOINT_MODE environment variable to disabled (#​39505)
  • provider: Updates to Go 1.23.1. The issue with AWS Network Firewall dropping TLS handshake ClientHello messages after the v5.65.0 upgrade to Go 1.23.0, temporarily resolved by the v5.67.0 downgrade to Go 1.22.7, has been addressed by removing the X25519Kyber768Draft00 key exchange mechanism from the HTTP client used to make AWS API calls (#​39432)
  • resource/aws_alb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#​39413)
  • resource/aws_lb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#​39413)

ENHANCEMENTS:

  • data-source/aws_connect_instance: Add tags attribute (#​39402)
  • data-source/aws_ec2_transit_gateway: Add security_group_referencing_support attribute (#​34542)
  • data-source/aws_ec2_transit_gateway_vpc_attachment: Add security_group_referencing_support attribute (#​34542)
  • data-source/aws_opensearchserverless_collection: Add failure_code and failure_reason attributes (#​38995)
  • resource/aws_bedrockagent_agent: Add guardrail_configuration argument (#​39440)
  • resource/aws_connect_instance: Add tags argument and tags_all attribute (#​39402)
  • resource/aws_ec2_transit_gateway: Add security_group_referencing_support argument (#​34542)
  • resource/aws_ec2_transit_gateway_vpc_attachment: Add security_group_referencing_support argument (#​34542)
  • resource/aws_ec2_transit_gateway_vpc_attachment_accepter: Add security_group_referencing_support argument (#​34542)
  • resource/aws_ecs_service: Add volume_configuration.managed_ebs_volume.tag_specifications attribute (#​38662)
  • resource/aws_identitystore_group: Allow display_name to be updated in-place (#​39416)
  • resource/aws_kinesis_stream: Tag on Create to support attribute-based access control (ABAC) (#​39504)
  • resource/aws_quicksight_data_source: Add credentials.secret_arn argument (#​29034)

BUG FIXES:

  • data-source/aws_opensearchserverless_vpc_endpoint: Correctly set security_group_ids. This requires a call to the EC2 DescribeVpcEndpoints API (#​39454)
  • data-source/aws_region: Fix lookups for the ap-southeast-5 Region (#​39389)
  • resource/aws_alb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_alb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#​39413)
  • resource/aws_db_instance: Allow replica database to be added to domain on create (#​39448)
  • resource/aws_db_instance_role_association: Fix intermittent failure when instance is not in an available state (#​39457)
  • resource/aws_dynamodb_tag: Fix propagation timeout when multiple tags exist (#​39491)
  • resource/aws_ecs_cluster: Fix validation error with name attribute. (#​38993)
  • resource/aws_ecs_cluster_capacity_providers: Fix validation error with name attribute. (#​38993)
  • resource/aws_iam_role: Retry ConcurrentModificationExceptions during role creation (#​39429)
  • resource/aws_inspector2_enabler: Fix AccessDeniedException: Lambda code scanning is not supported in ... errors (#​38254)
  • resource/aws_inspector2_member_association: Improve handling of AccessDeniedException errors during creation (#​38254)
  • resource/aws_lb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_lb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#​39413)
  • resource/aws_lb_listener_rule: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_lb_target_group: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_medialive_multiplex: Fix to properly handle read failures during delete operations which were previously ignored (#​39498)
  • resource/aws_opensearchserverless_vpc_endpoint: Change name and vpc_id to ForceNew (#​39454)
  • resource/aws_opensearchserverless_vpc_endpoint: Correctly set security_group_ids. This requires a call to the EC2 DescribeVpcEndpoints API (#​39454)
  • resource/aws_rds_cluster_role_association: Fix intermittent failure when cluster is not in an available state (#​39457)
  • resource/aws_vpc_dhcp_options: Fix a bug causing a panic crash when an option is absent (#​39427)

v5.68.0

Compare Source

NOTES:

  • resource/aws_iam_role: The inline_policy argument is deprecated. Use the aws_iam_role_policy resource instead. If Terraform should exclusively manage all inline policy associations (the current behavior of this argument), use the aws_iam_role_policies_exclusive resource as well. (#​39203)
  • resource/aws_lexv2models_slot_type: Within the composite_slot_type_setting block, the subslots argument has been renamed sub_slots. See the linked pull request for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. (#​39353)

FEATURES:

  • New Data Source: aws_elasticache_reserved_cache_node_offering (#​29832)
  • New Data Source: aws_securityhub_standards_control_associations (#​39334)
  • New Data Source: aws_synthetics_runtime_version (#​39180)
  • New Data Source: aws_synthetics_runtime_versions (#​39180)
  • New Resource: aws_appsync_source_api_association (#​39323)
  • New Resource: aws_elasticache_reserved_cache_node (#​29832)
  • New Resource: aws_iam_role_policies_exclusive (#​39203)
  • New Resource: aws_pinpointsmsvoicev2_opt_out_list (#​25036)
  • New Resource: aws_pinpointsmsvoicev2_phone_number (#​25036)
  • New Resource: aws_sesv2_account_suppression_attributes (#​39325)

ENHANCEMENTS:

  • resource/aws_s3_bucket_server_side_encryption_configuration: S3 directory buckets now support SSE-KMS (#​39366)
  • resource/aws_ses_receipt_rule: Add iam_role_arn argument to s3_action configuration block (#​39364)
  • resource/aws_synthetics_canary: Increase maximum name length to 255 characters (#​39315)

BUG FIXES:

  • provider: Allows assume_role.role_arn to be an empty string when there is a single assume_role entry. (#​39328)
  • resource/aws_amplify_app: Fix failure when unsetting the environment_variables argument (#​39397)
  • resource/aws_dynamodb_table: Fix changing replicas to the default Managed by DynamoDB encryption setting (#​31284)
  • resource/aws_dynamodb_table: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_dynamodb_table_replica: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_dynamodb_tag: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_mq_broker: Fix engine_version mismatch with RabbitMQ 3.13 and ActiveMQ 5.18 and above (#​39024)
  • resource/aws_mwaa_environment: Fix creating environments with endpoint_management = "CUSTOMER" (#​39394)
  • resource/aws_opensearchserverless_access_policy: Fix incompatible type error when setting policy (#​39322)
istio/client-go (istio.io/client-go)

v1.23.2

Compare Source

terraform-aws-modules/terraform-aws-eks (terraform-aws-modules/eks/aws)

v20.24.2

Compare Source

Bug Fixes
terraform-aws-modules/terraform-aws-iam (terraform-aws-modules/iam/aws)

v5.44.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Sep 20, 2024
Copy link

netlify bot commented Sep 20, 2024

Deploy Preview for k8gb-preview ready!

Name Link
🔨 Latest commit 3a82b28
🔍 Latest deploy log https://app.netlify.com/sites/k8gb-preview/deploys/66f631cb28bd55000719ef25
😎 Deploy Preview https://deploy-preview-1737--k8gb-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title chore(deps): update terraform aws to v5.68.0 chore(deps): update all non-major dependencies Sep 20, 2024
Copy link
Contributor Author

renovate bot commented Sep 20, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
istio.io/api v1.23.1-0.20240821135524-978ac3b543c0 -> v1.23.1-0.20240906150629-ba126bb830f0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 903b2cb to 8f11b74 Compare September 25, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants