Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps hashicorp/aws from 5.25.0 to 5.47.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.47.0

NOTES:

  • provider: Updates to Go 1.22. This is the last Go release that will run on macOS 10.15 Catalina (#36996)
  • resource/aws_bedrockagent_knowledge_base: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#36783)

FEATURES:

  • New Data Source: aws_identitystore_groups (#36993)
  • New Resource: aws_bcmdataexports_export (#36847)
  • New Resource: aws_bedrockagent_agent (#36851)
  • New Resource: aws_bedrockagent_agent_action_group (#36935)
  • New Resource: aws_bedrockagent_agent_alias (#36905)
  • New Resource: aws_bedrockagent_knowledge_base (#36783)
  • New Resource: aws_globalaccelerator_cross_account_attachment (#35991)
  • New Resource: aws_verifiedpermissions_policy (#35413)

ENHANCEMENTS:

  • data-source/aws_eip: Add arn attribute (#35991)
  • resource/aws_api_gateway_rest_api: Correctly set root_resource_id on resource Read (#37040)
  • resource/aws_appmesh_mesh: Add spec.service_discovery argument (#37042)
  • resource/aws_cloudformation_stack_set: Adds guidance on permissions when using delegated administrator account (#37069)
  • resource/aws_db_instance: Add dedicated_log_volume argument (#36503)
  • resource/aws_eip: Add arn attribute (#35991)
  • resource/aws_elasticache_replication_group: Add transit_encryption_mode argument (#30403)
  • resource/aws_elasticache_replication_group: Changes to the transit_encryption_enabled argument can now be done in-place for engine versions > 7.0.5 (#30403)
  • resource/aws_kinesis_firehose_delivery_stream: Add snowflake_configuration argument (#36646)
  • resource/aws_memorydb_user: Support IAM authentication mode (#32027)
  • resource/aws_sagemaker_app_image_config: Add code_editor_app_image_config and jupyter_lab_image_config.jupyter_lab_image_config arguments (#37059)
  • resource/aws_sagemaker_app_image_config: Change kernel_gateway_image_config.kernel_spec MaxItems to 5 (#37059)
  • resource/aws_transfer_server: Add sftp_authentication_methods argument (#37015)

BUG FIXES:

  • resource/aws_batch_job_definition: Fix issues where changes causing a new revision do not trigger changes in dependent resources and/or cause an error, "Provider produced inconsistent final plan" (#37111)
  • resource/aws_ce_cost_category: Allow up to 3 levels of and, not and or operand nesting for the rule argument (#30862)
  • resource/aws_elasticache_replication_group: Fix excessive delay on read (#30403)
  • resource/aws_servicecatalog_portfolio: Fixes error where deletion fails if resource was deleted out of band. (#37066)
  • resource/aws_servicecatalog_provisioned_product: Fixes error where tag values are not applied to products when tag values don't change. (#37066)

v5.46.0

NOTES:

  • provider: When using YAML or JSON documents, such as in template_body of aws_cloudformation_stack, CRLF was previously treated as different from LF but these are now treated as equivalent in many situations (#14270)

FEATURES:

  • New Resource: aws_eip_domain_name (#36963)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.47.0 (April 26, 2024)

NOTES:

  • provider: Updates to Go 1.22. This is the last Go release that will run on macOS 10.15 Catalina (#36996)
  • resource/aws_bedrockagent_knowledge_base: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#36783)

FEATURES:

  • New Data Source: aws_identitystore_groups (#36993)
  • New Resource: aws_bcmdataexports_export (#36847)
  • New Resource: aws_bedrockagent_agent (#36851)
  • New Resource: aws_bedrockagent_agent_action_group (#36935)
  • New Resource: aws_bedrockagent_agent_alias (#36905)
  • New Resource: aws_bedrockagent_knowledge_base (#36783)
  • New Resource: aws_globalaccelerator_cross_account_attachment (#35991)
  • New Resource: aws_verifiedpermissions_policy (#35413)

ENHANCEMENTS:

  • data-source/aws_eip: Add arn attribute (#35991)
  • resource/aws_api_gateway_rest_api: Correctly set root_resource_id on resource Read (#37040)
  • resource/aws_appmesh_mesh: Add spec.service_discovery argument (#37042)
  • resource/aws_cloudformation_stack_set: Adds guidance on permissions when using delegated administrator account (#37069)
  • resource/aws_db_instance: Add dedicated_log_volume argument (#36503)
  • resource/aws_eip: Add arn attribute (#35991)
  • resource/aws_elasticache_replication_group: Add transit_encryption_mode argument (#30403)
  • resource/aws_elasticache_replication_group: Changes to the transit_encryption_enabled argument can now be done in-place for engine versions > 7.0.5 (#30403)
  • resource/aws_kinesis_firehose_delivery_stream: Add snowflake_configuration argument (#36646)
  • resource/aws_memorydb_user: Support IAM authentication mode (#32027)
  • resource/aws_sagemaker_app_image_config: Add code_editor_app_image_config and jupyter_lab_image_config.jupyter_lab_image_config arguments (#37059)
  • resource/aws_sagemaker_app_image_config: Change kernel_gateway_image_config.kernel_spec MaxItems to 5 (#37059)
  • resource/aws_transfer_server: Add sftp_authentication_methods argument (#37015)

BUG FIXES:

  • resource/aws_batch_job_definition: Fix issues where changes causing a new revision do not trigger changes in dependent resources and/or cause an error, "Provider produced inconsistent final plan" (#37111)
  • resource/aws_ce_cost_category: Allow up to 3 levels of and, not and or operand nesting for the rule argument (#30862)
  • resource/aws_elasticache_replication_group: Fix excessive delay on read (#30403)
  • resource/aws_servicecatalog_portfolio: Fixes error where deletion fails if resource was deleted out of band. (#37066)
  • resource/aws_servicecatalog_provisioned_product: Fixes error where tag values are not applied to products when tag values don't change. (#37066)

5.46.0 (April 18, 2024)

NOTES:

  • provider: When using YAML or JSON documents, such as in template_body of aws_cloudformation_stack, CRLF was previously treated as different from LF but these are now treated as equivalent in many situations (#14270)

FEATURES:

... (truncated)

Commits
  • 68dd579 Merge pull request #37113 from hashicorp/t-go-mod-tidy
  • 92f036b go mod tidy
  • d8517a4 Update CHANGELOG.md for #37111
  • 92000ec Merge pull request #37111 from hashicorp/b-batch-job-definition-arn-updates
  • fc00c34 batch/job_definition: Tests fix
  • 6931b9f batch/job_definition: Update testing to account for new functionality
  • 0b89263 batch/job_definition: Update data source test mistake
  • e6f555d batch/job_definition: Minor documentation updates
  • 6a58662 batch: Add fixture for Lambda related testing
  • 380c887 Add changelog
  • 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.25.0 to 5.47.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.25.0...v5.47.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 added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels May 1, 2024
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2025

Superseded by #1063.

@dependabot dependabot bot closed this Jun 5, 2025
@dependabot dependabot bot deleted the dependabot/terraform/infrastructure/stacks/application/develop/hashicorp/aws-5.47.0 branch June 5, 2025 12:09
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