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.66.0 to 5.67.0 in /topics/terraform/basic/aws-ec2 #690

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps hashicorp/aws from 5.66.0 to 5.67.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.67.0

BREAKING CHANGES:

  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy (#39254)

NOTES:

  • provider: Downgrades to Go 1.22.6. A small number of users have reported failed or hanging network connections using the version of the Terraform AWS provider which was first built with Go 1.23.0 (v5.65.0). At this point, maintainers have been unable to reproduce failures, but enough distinct users have reported issues that we are going to attempt downgrading to Go 1.22.6 for the next provider release. We will continue to coordinate with users and AWS in an attempt to identify the root cause, using this upcoming release with a reverted Go build version as a data point. (#39256)
  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy. 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. (#39254)

FEATURES:

  • New Data Source: aws_codebuild_fleet (#39237)
  • New Resource: aws_cloudformation_stack_instances (#36794)
  • New Resource: aws_codebuild_fleet (#39237)
  • New Resource: aws_computeoptimizer_enrollment_status (#35349)
  • New Resource: aws_computeoptimizer_recommendation_preferences (#35349)
  • New Resource: aws_costoptimizationhub_enrollment_status (#36440)
  • New Resource: aws_costoptimizationhub_preferences (#36526)
  • New Resource: aws_datazone_asset_type (#38812)
  • New Resource: aws_datazone_environment_profile (#38581)
  • New Resource: aws_lambda_function_recursion_config (#39153)

ENHANCEMENTS:

  • data-source/aws_acm_certificate: Mark domain and tags as Optional. This enables certificates to be matched based on tags (#31453)
  • data-source/aws_kinesis_stream: Add encryption_type and kms_key_id attributes (#39212)
  • datasource/aws_cognito_user_pool: Deprecates user_pool_tags in favor of standard tags. (#39260)
  • provider: Adds support for IAM role chaining. The provider attribute assume_role now accepts multiple elements. (#39255)
  • resource/aws_amplify_app: Add cache_config argument (#39215)
  • resource/aws_cloudhsm_v2_cluster: Add mode argument (#39206)
  • resource/aws_cloudhsm_v2_cluster: Support hsm2m.medium as a valid value for hsm_type (#39206)
  • resource/aws_codebuild_project: Add fleet attribute in environment configuration block (#39237)
  • resource/aws_kinesis_firehose_delivery_stream: Add snowflake_configuration.buffering_internal and snowflake_configuration.buffering_size arguments (#39214)
  • resource/aws_quicksight_user: Add READER_PRO, AUTHOR_PRO, and ADMIN_PRO as valid values for the user_role argument (#39220)
  • resource/aws_sagemaker_domain: Add default_user_settings.domain_settings.docker_settings configuration block (#35416)
  • resource/aws_sagemaker_domain: Add default_user_settings.studio_web_portal_settings, default_space_settings.jupyter_lab_app_settings, default_space_settings.space_storage_settings, default_space_settings.custom_posix_user_config, and default_space_settings.custom_file_system_config configuration blocks (#38457)
  • resource/aws_sagemaker_endpoint_configuration: Add production_variants.managed_instance_scaling and shadow_production_variants.managed_instance_scaling configuration blocks (#35479)
  • resource/aws_sagemaker_model: Add primary_container.inference_specification_name and container.inference_specification_name arguments (#35873)
  • resource/aws_sagemaker_model: Add primary_container.model_data_source.s3_data_source.model_access_config, primary_container.multi_model_config, container.model_data_source.s3_data_source.model_access_config, and ``container.multi_model_config` configuration blocks (#35873)
  • resource/aws_sagemaker_user_profile: Add user_settings.studio_web_portal_settings configuration block (#38567)
  • resource/aws_sfn_state_machine: Add plan-time validation of definition using the AWS Step Functions Validation API (#39229)

BUG FIXES:

  • data-source/aws_eks_cluster: Return created_at as an RFC3339 formatted timestamp (#24183)
  • datasource/aws_cognito_user_pool: Fixes value conversion error. (#39260)
  • provider: Fix empty tags drift on fwprovider resources (#38636)
  • resource/aws_batch_job_queue: Fixes error in schema migration function. (#39257)
  • resource/aws_cognito_user_pool: Correctly unsets tags. (#39260)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.67.0 (September 12, 2024)

BREAKING CHANGES:

  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy (#39254)

NOTES:

  • provider: Downgrades to Go 1.22.6. A small number of users have reported failed or hanging network connections using the version of the Terraform AWS provider which was first built with Go 1.23.0 (v5.65.0). At this point, maintainers have been unable to reproduce failures, but enough distinct users have reported issues that we are going to attempt downgrading to Go 1.22.6 for the next provider release. We will continue to coordinate with users and AWS in an attempt to identify the root cause, using this upcoming release with a reverted Go build version as a data point. (#39256)
  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy. 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. (#39254)

FEATURES:

  • New Data Source: aws_codebuild_fleet (#39237)
  • New Resource: aws_cloudformation_stack_instances (#36794)
  • New Resource: aws_codebuild_fleet (#39237)
  • New Resource: aws_computeoptimizer_enrollment_status (#35349)
  • New Resource: aws_computeoptimizer_recommendation_preferences (#35349)
  • New Resource: aws_costoptimizationhub_enrollment_status (#36440)
  • New Resource: aws_costoptimizationhub_preferences (#36526)
  • New Resource: aws_datazone_asset_type (#38812)
  • New Resource: aws_datazone_environment_profile (#38581)
  • New Resource: aws_lambda_function_recursion_config (#39153)

ENHANCEMENTS:

  • data-source/aws_acm_certificate: Mark domain and tags as Optional. This enables certificates to be matched based on tags (#31453)
  • data-source/aws_kinesis_stream: Add encryption_type and kms_key_id attributes (#39212)
  • datasource/aws_cognito_user_pool: Deprecates user_pool_tags in favor of standard tags. (#39260)
  • provider: Adds support for IAM role chaining. The provider attribute assume_role now accepts multiple elements. (#39255)
  • resource/aws_amplify_app: Add cache_config argument (#39215)
  • resource/aws_cloudhsm_v2_cluster: Add mode argument (#39206)
  • resource/aws_cloudhsm_v2_cluster: Support hsm2m.medium as a valid value for hsm_type (#39206)
  • resource/aws_codebuild_project: Add fleet attribute in environment configuration block (#39237)
  • resource/aws_kinesis_firehose_delivery_stream: Add snowflake_configuration.buffering_internal and snowflake_configuration.buffering_size arguments (#39214)
  • resource/aws_quicksight_user: Add READER_PRO, AUTHOR_PRO, and ADMIN_PRO as valid values for the user_role argument (#39220)
  • resource/aws_sagemaker_domain: Add default_user_settings.domain_settings.docker_settings configuration block (#35416)
  • resource/aws_sagemaker_domain: Add default_user_settings.studio_web_portal_settings, default_space_settings.jupyter_lab_app_settings, default_space_settings.space_storage_settings, default_space_settings.custom_posix_user_config, and default_space_settings.custom_file_system_config configuration blocks (#38457)
  • resource/aws_sagemaker_endpoint_configuration: Add production_variants.managed_instance_scaling and shadow_production_variants.managed_instance_scaling configuration blocks (#35479)
  • resource/aws_sagemaker_model: Add primary_container.inference_specification_name and container.inference_specification_name arguments (#35873)
  • resource/aws_sagemaker_model: Add primary_container.model_data_source.s3_data_source.model_access_config, primary_container.multi_model_config, container.model_data_source.s3_data_source.model_access_config, and ``container.multi_model_config` configuration blocks (#35873)
  • resource/aws_sagemaker_user_profile: Add user_settings.studio_web_portal_settings configuration block (#38567)
  • resource/aws_sfn_state_machine: Add plan-time validation of definition using the AWS Step Functions Validation API (#39229)

BUG FIXES:

  • data-source/aws_eks_cluster: Return created_at as an RFC3339 formatted timestamp (#24183)
  • datasource/aws_cognito_user_pool: Fixes value conversion error. (#39260)
  • provider: Fix empty tags drift on fwprovider resources (#38636)
  • resource/aws_batch_job_queue: Fixes error in schema migration function. (#39257)

... (truncated)

Commits
  • c593821 Update CHANGELOG.md (Manual Trigger)
  • ea4e6b9 Merge pull request #36526 from madhavvishnubhatta/f-aws_costoptimizationhub_p...
  • 50a8f2c Merge pull request #35873 from deepakbshetty/f-aws_sagemaker_model-model-acce...
  • 25cf1c1 Update mods
  • bbd5228 Update mods
  • 154299f Add changelog
  • c294541 costoptimizationhub: Use constants
  • 394270a coh/preferences: Use constants
  • 96fcade costoptimizationhub/preferences: Cleanup
  • 5e67ba9 costoptimizationhub/preferences: Minor changes
  • 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.66.0 to 5.67.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.66.0...v5.67.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 September 16, 2024 23:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform labels Sep 16, 2024
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.

0 participants