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 hashicorp/aws requirement from ~> 4.9 to ~> 5.75 in /examples/basic_usage #28

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Updates the requirements on hashicorp/aws to permit the latest version.

Release notes

Sourced from hashicorp/aws's releases.

v5.75.0

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

  • New Data Source: aws_spot_datafeed_subscription (#39647)

ENHANCEMENTS:

  • data-source/aws_batch_job_definition: Add init_containers, share_process_namespace, and image_pull_secrets attributes (#40019)
  • resource/aws_batch_job_definition: Add init_containers and share_process_namespace arguments (#40019)
  • resource/aws_batch_job_definition: Increase maximum number of containers arguments to 10 (#40019)
  • resource/aws_eks_addon: Add pod_identity_association argument (#38357)
  • resource/aws_iam_user_login_profile: Mark the password argument as sensitive (#39991)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Fix destroy error when canary stage still exists on resource (#39929)
  • resource/aws_codedeploy_deployment_group: Remove maximum items limit on the alarm_configuration.alarms argument (#39971)
  • resource/aws_eks_addon: Handle ResourceNotFound exceptions during resource destruction (#38357)
  • resource/aws_elasticache_reserved_cache_node: Fix Value Conversion Error during resource creation (#39945)
  • resource/aws_lb_listener: Fix errors when updating the tcp_idle_timeout_seconds argument for gateway load balancers (#40039)
  • resource/aws_lb_listener: Remove the default tcp_idle_timeout_seconds value, preventing ModifyListenerAttributes API calls when a value is not explicitly configured (#40039)
  • resource/aws_vpc_ipam_pool: Fix bug when public_ip_source = "amazon": The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip. (#40042)
Changelog

Sourced from hashicorp/aws's changelog.

5.75.0 (November 7, 2024)

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

  • New Data Source: aws_spot_datafeed_subscription (#39647)

ENHANCEMENTS:

  • data-source/aws_batch_job_definition: Add init_containers, share_process_namespace, and image_pull_secrets attributes (#40019)
  • resource/aws_batch_job_definition: Add init_containers and share_process_namespace arguments (#40019)
  • resource/aws_batch_job_definition: Increase maximum number of containers arguments to 10 (#40019)
  • resource/aws_eks_addon: Add pod_identity_association argument (#38357)
  • resource/aws_iam_user_login_profile: Mark the password argument as sensitive (#39991)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Fix destroy error when canary stage still exists on resource (#39929)
  • resource/aws_codedeploy_deployment_group: Remove maximum items limit on the alarm_configuration.alarms argument (#39971)
  • resource/aws_eks_addon: Handle ResourceNotFound exceptions during resource destruction (#38357)
  • resource/aws_elasticache_reserved_cache_node: Fix Value Conversion Error during resource creation (#39945)
  • resource/aws_lb_listener: Fix errors when updating the tcp_idle_timeout_seconds argument for gateway load balancers (#40039)
  • resource/aws_lb_listener: Remove the default tcp_idle_timeout_seconds value, preventing ModifyListenerAttributes API calls when a value is not explicitly configured (#40039)
  • resource/aws_vpc_ipam_pool: Fix bug when public_ip_source = "amazon": The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip. (#40042)

5.74.0 (October 31, 2024)

FEATURES:

  • New Data Source: aws_lb_listener_rule (#39865)
  • New Resource: aws_opensearch_authorize_vpc_endpoint_access (#39846)
  • New Resource: aws_ssmquicksetup_configuration_manager (#39931)

ENHANCEMENTS:

  • data-source/aws_imagebuilder_distribution_configuration: Add distribution.s3_export_configuration attribute (#35492)
  • data-source/aws_imagebuilder_image_recipe: Fix block_device_mapping.0.ebs.0.delete_on_termination: '' expected type 'bool', got unconvertible type 'string' errors (#39928)
  • resource/aws_codedeploy_deployment_group: Add termination_hook_enabled argument (#35482)
  • resource/aws_eks_cluster: Add zonal_shift_config argument (#39852)
  • resource/aws_imagebuilder_distribution_configuration: Add distribution.s3_export_configuration argument (#35492)
  • resource/aws_imagebuilder_image_pipeline: Allow container_recipe_arn and image_recipe_arn to be updated in-place (#39117)
  • resource/aws_keyspaces_keyspace: Add replication_specification argument (#36331)

... (truncated)

Commits
  • c8fa0fa Update CHANGELOG.md for #40039
  • 0d5d9e5 Merge pull request #40039 from hashicorp/b-lb_listener-tcp-timeout-regression
  • c903e7c Merge pull request #40042 from hashicorp/b-ipam-publicly-advertisable
  • 619fecb Lower memory use of golangci, avoid OOM doom
  • f95b677 tests/ipam_pool: Fix format
  • b2dd832 tests/ipam_pool: Fix format
  • 418c45c docs/ipam_pool: Add clarification
  • 37b97bf ipam_pool: Move declaration to when used
  • 9208140 ipam_pool: Add test for public_ip_source = amazon
  • 2b2fe38 Add changelog
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v4.9.0...v5.75.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from dav3r as a code owner November 11, 2024 01:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Nov 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2024

Superseded by #29.

@dependabot dependabot bot closed this Nov 15, 2024
@dependabot dependabot bot deleted the dependabot/terraform/examples/basic_usage/hashicorp/aws-tw-5.75 branch November 15, 2024 15:55
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants