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

build(deps): bump hashicorp/aws from 5.61.0 to 5.62.0 in /topics/terraform/basic/aws-ec2 #671

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps hashicorp/aws from 5.61.0 to 5.62.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.62.0

FEATURES:

  • New Data Source: aws_rds_cluster_parameter_group (#38416)
  • New Data Source: aws_secretsmanager_secret_versions (#35411)
  • New Resource: aws_ebs_snapshot_block_public_access (#38641)
  • New Resource: aws_rds_integration (#35199)

ENHANCEMENTS:

  • data-source/aws_s3_bucket_object: Expand content types that can be read from S3 to include include application/x-sql (#38737)
  • data-source/aws_s3_object: Expand content types that can be read from S3 to include application/x-sql (#38737)
  • provider: Allow default_tags to be set by environment variables (#33339)
  • provider: Allow ignore_tags.keys and ignore_tags.key_prefixes to be set by environment variables (#35264)
  • resource/aws_db_option_group: Add skip_destroy argument (#29663)
  • resource/aws_db_parameter_group: Add skip_destroy argument (#29663)
  • resource/aws_dx_macsec_key_association: Add plan-time validation of secret_arn (#37213)
  • resource/aws_ecs_service: Add force_delete argument (#38707)
  • resource/aws_grafana_license_association: Add grafana_token argument (#38743)
  • resource/aws_lb_target_group: Add target_health_state.unhealthy_draining_interval argument (#38654)
  • resource/aws_lexv2models_slot: Add sub_slot_setting attribute (#38698)

BUG FIXES:

  • data-source/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#38685)
  • data-source/aws_msk_broker_nodes: Filter out nodes with no broker info (#38042)
  • resource/aws_appconfig_configuration_profile: Increase name max length validation to 128 (#37539)
  • resource/aws_batch_job_definition: Fix panic when checking eks_properties for job updates (#38716)
  • resource/aws_batch_job_definition: Fix panic when checking retry_strategy for job updates (#38716)
  • resource/aws_batch_job_definition: Fix panic when checking timeout for job updates (#38716)
  • resource/aws_ec2_capacity_block_reservation: Fix error during apply for missing created_date attribute (#38689)
  • resource/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#38685)
  • resource/aws_elbv2_trust_store_revocation: Fix to properly return errors during resource creation (#38756)
  • resource/aws_emr_cluster: Fix panic when reading an instance fleet with an empty launch_specifications argument (#38773)
  • resource/aws_lexv2models_bot: Handle PreconditionFailedException on delete for resources deleted out-of-band (#38661)
  • resource/aws_lexv2models_bot_locale: Handle PreconditionFailedException on delete for resources deleted out-of-band (#38661)
  • resource/aws_lexv2models_bot_version: Handle PreconditionFailedException on delete for resources deleted out-of-band (#38661)
  • resource/aws_networkmanager_core_network: Fix $.network-function-groups: null found, array expected errors when creating resource with create_base_policy argument (#38642)
  • resource/aws_quicksight_account_subscription: Fix panic when read returns nil account info (#38752)
  • resource/aws_sfn_state_machine: Mark revision_id and state_machine_version_arn as Computed on update if publish is true (#38657)
Changelog

Sourced from hashicorp/aws's changelog.

5.62.0 (August 8, 2024)

FEATURES:

  • New Data Source: aws_rds_cluster_parameter_group (#38416)
  • New Data Source: aws_secretsmanager_secret_versions (#35411)
  • New Resource: aws_ebs_snapshot_block_public_access (#38641)
  • New Resource: aws_rds_integration (#35199)

ENHANCEMENTS:

  • data-source/aws_s3_bucket_object: Expand content types that can be read from S3 to include include application/x-sql (#38737)
  • data-source/aws_s3_object: Expand content types that can be read from S3 to include application/x-sql (#38737)
  • provider: Allow default_tags to be set by environment variables (#33339)
  • provider: Allow ignore_tags.keys and ignore_tags.key_prefixes to be set by environment variables (#35264)
  • resource/aws_db_option_group: Add skip_destroy argument (#29663)
  • resource/aws_db_parameter_group: Add skip_destroy argument (#29663)
  • resource/aws_dx_macsec_key_association: Add plan-time validation of secret_arn (#37213)
  • resource/aws_ecs_service: Add force_delete argument (#38707)
  • resource/aws_grafana_license_association: Add grafana_token argument (#38743)
  • resource/aws_lb_target_group: Add target_health_state.unhealthy_draining_interval argument (#38654)
  • resource/aws_lexv2models_slot: Add sub_slot_setting attribute (#38698)

BUG FIXES:

  • data-source/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#38685)
  • data-source/aws_msk_broker_nodes: Filter out nodes with no broker info (#38042)
  • resource/aws_appconfig_configuration_profile: Increase name max length validation to 128 (#37539)
  • resource/aws_batch_job_definition: Fix panic when checking eks_properties for job updates (#38716)
  • resource/aws_batch_job_definition: Fix panic when checking retry_strategy for job updates (#38716)
  • resource/aws_batch_job_definition: Fix panic when checking timeout for job updates (#38716)
  • resource/aws_ec2_capacity_block_reservation: Fix error during apply for missing created_date attribute (#38689)
  • resource/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#38685)
  • resource/aws_elbv2_trust_store_revocation: Fix to properly return errors during resource creation (#38756)
  • resource/aws_emr_cluster: Fix panic when reading an instance fleet with an empty launch_specifications argument (#38773)
  • resource/aws_lexv2models_bot: Handle PreconditionFailedException on delete for resources deleted out-of-band (#38661)
  • resource/aws_lexv2models_bot_locale: Handle PreconditionFailedException on delete for resources deleted out-of-band (#38661)
  • resource/aws_lexv2models_bot_version: Handle PreconditionFailedException on delete for resources deleted out-of-band (#38661)
  • resource/aws_networkmanager_core_network: Fix $.network-function-groups: null found, array expected errors when creating resource with create_base_policy argument (#38642)
  • resource/aws_quicksight_account_subscription: Fix panic when read returns nil account info (#38752)
  • resource/aws_sfn_state_machine: Mark revision_id and state_machine_version_arn as Computed on update if publish is true (#38657)
Commits
  • 2b83760 Merge pull request #38774 from hashicorp/td-autoflex-testing-type-names
  • e22df1a Update CHANGELOG.md for #38773
  • 819631a r/aws_emr_cluster: fix panic reading instance fleet (#38773)
  • 0f98773 Merge pull request #36009 from bschaatsbergen/migrate-service-catalog-to-v2
  • 5791076 Merge pull request #38761 from hashicorp/td-autoflex-more-documentation
  • e678f0f Trims type names
  • d25fdb1 Update CHANGELOG.md for #38760
  • 86b9e6d Removes redundant testing type
  • 9301235 Merge pull request #38760 from hashicorp/b-service-quota
  • fd39cae Improves name for plural/singular field name tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.61.0 to 5.62.0.
- [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@v5.61.0...v5.62.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from tungbq as a code owner August 12, 2024 22:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform labels Aug 12, 2024
@tungbq tungbq closed this Aug 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/terraform/topics/terraform/basic/aws-ec2/hashicorp/aws-5.62.0 branch August 13, 2024 12:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant