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

Bump hashicorp/aws from 3.42.0 to 3.55.0 #16

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 20, 2021

Bumps hashicorp/aws from 3.42.0 to 3.55.0.

Release notes

Sourced from hashicorp/aws's releases.

v3.55.0

FEATURES:

  • New Data Source: aws_iam_roles (#18585)
  • New Data Source: aws_subnets (#18803)
  • New Resource: aws_chime_voice_connector_group (#20565)
  • New Resource: aws_fsx_backup (#20569)
  • New Resource: aws_sagemaker_device_fleet (#20058)
  • New Resource: aws_sagemaker_human_task_ui (#20570)

ENHANCEMENTS:

  • aws/resource_aws_appconfig_deployment: Add state attribute (#20288)
  • resource/aws_db_parameter_group: Allow parameter values to be mixed case, prioritize certain parameters when chunking, and avoid diffs with mixed-case parameter names (#18818)
  • resource/aws_dms_endpoint: Add s3_settings.data_format, s3_settings.parquet_timestamp_in_millisecond, s3_settings.parquet_version, s3_settings.encryption_mode and s3_settings.server_side_encryption_kms_key_id arguments. (#17591)
  • resource/aws_lambda_function: Add support for python3.9 runtime value (#20593)
  • resource/aws_lambda_layer_version: Add support for python3.9 compatible_runtimes value (#20593)
  • resource/aws_wafv2: Add missing values to text_transformation argument for aws_wafv2_web_acl and aws_wafv2_rule_group resources (#20564)

BUG FIXES:

  • aws/resource_aws_appconfig_deployment: Remove internal waiter after start of deployment (#20288)
  • aws/resource_aws_cloudwatch_event_rule: Correctly handle ARN in event_bus_name argument (#20312)
  • aws/resource_aws_cloudwatch_event_target: Correctly handle ARN in event_bus_name argument (#20312)
  • resource/aws_eks_addon: Treat DEGRADED as a pending state during creation (#20562)
  • resource/aws_eks_identity_provider_config: Increase Create and Delete timeouts to 40 minutes (#20561)
  • resource/aws_elasticache_user: Correctly update passwords (#20530)
  • resource/aws_lambda_function: Fix handler, runtime attribute validation for package_type is Zip (#20575)
  • resource/aws_lambda_function: fix Osaka ap-northeast-3 lambda function creation, failing due to code signer service not available in the region. (#20555)
  • resource/aws_rds_cluster_parameter_group: Handle paginated response when reading parameters from RDS cluster parameter group. (#16010)
  • resource/aws_storagegateway_smb_file_share: Only set oplocks_enabled if a value is specified in configuration (#20579)

v3.54.0

FEATURES:

  • New Resource: aws_chime_voice_connector (#19504)
  • New Resource: aws_shield_protection_group (#20491)

ENHANCEMENTS:

  • data-source/aws_workspaces_directory: Add workspace_access_properties.device_type_linux attribute (#20462)
  • resource/aws_athena_workgroup: Add requester_pays_enabled argument (#20457)
  • resource/aws_cloudwatch_metric_alarm: Add support for account_id (#20541)
  • resource/aws_codebuild_webhook: Add support for build_type (#20480)
  • resource/aws_db_instance: Use engine_version and engine_version_actual to set and track engine versions (#20207)
  • resource/aws_workspaces_directory: Add workspace_access_properties.device_type_linux argument (#20462)

BUG FIXES:

  • aws/resource_aws_imagebuilder_infrastructure_configuration: Always set terminate_instance_on_failure on create and update (#20464)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

3.55.0 (August 19, 2021)

FEATURES:

  • New Data Source: aws_iam_roles (#18585)
  • New Data Source: aws_subnets (#18803)
  • New Resource: aws_chime_voice_connector_group (#20565)
  • New Resource: aws_fsx_backup (#20569)
  • New Resource: aws_sagemaker_device_fleet (#20058)
  • New Resource: aws_sagemaker_human_task_ui (#20570)

ENHANCEMENTS:

  • aws/resource_aws_appconfig_deployment: Add state attribute (#20288)
  • resource/aws_db_parameter_group: Allow parameter values to be mixed case, prioritize certain parameters when chunking, and avoid diffs with mixed-case parameter names (#18818)
  • resource/aws_dms_endpoint: Add s3_settings.data_format, s3_settings.parquet_timestamp_in_millisecond, s3_settings.parquet_version, s3_settings.encryption_mode and s3_settings.server_side_encryption_kms_key_id arguments. (#17591)
  • resource/aws_lambda_function: Add support for python3.9 runtime value (#20593)
  • resource/aws_lambda_layer_version: Add support for python3.9 compatible_runtimes value (#20593)
  • resource/aws_wafv2: Add missing values to text_transformation argument for aws_wafv2_web_acl and aws_wafv2_rule_group resources (#20564)

BUG FIXES:

  • aws/resource_aws_appconfig_deployment: Remove internal waiter after start of deployment (#20288)
  • aws/resource_aws_cloudwatch_event_rule: Correctly handle ARN in event_bus_name argument (#20312)
  • aws/resource_aws_cloudwatch_event_target: Correctly handle ARN in event_bus_name argument (#20312)
  • resource/aws_eks_addon: Treat DEGRADED as a pending state during creation (#20562)
  • resource/aws_eks_identity_provider_config: Increase Create and Delete timeouts to 40 minutes (#20561)
  • resource/aws_elasticache_user: Correctly update passwords (#20530)
  • resource/aws_lambda_function: Fix handler, runtime attribute validation for package_type is Zip (#20575)
  • resource/aws_lambda_function: fix Osaka ap-northeast-3 lambda function creation, failing due to code signer service not available in the region. (#20555)
  • resource/aws_rds_cluster_parameter_group: Handle paginated response when reading parameters from RDS cluster parameter group. (#16010)
  • resource/aws_storagegateway_smb_file_share: Only set oplocks_enabled if a value is specified in configuration (#20579)

3.54.0 (August 12, 2021)

FEATURES:

  • New Resource: aws_chime_voice_connector (#19504)
  • New Resource: aws_shield_protection_group (#20491)

ENHANCEMENTS:

  • data-source/aws_workspaces_directory: Add workspace_access_properties.device_type_linux attribute (#20462)
  • resource/aws_athena_workgroup: Add requester_pays_enabled argument (#20457)
  • resource/aws_cloudwatch_metric_alarm: Add support for account_id (#20541)
  • resource/aws_codebuild_webhook: Add support for build_type (#20480)
  • resource/aws_db_instance: Use engine_version and engine_version_actual to set and track engine versions (#20207)
  • resource/aws_workspaces_directory: Add workspace_access_properties.device_type_linux argument (#20462)

BUG FIXES:

... (truncated)

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Aug 20, 2021
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 3.42.0 to 3.55.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@v3.42.0...v3.55.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/terraform/hashicorp/aws-3.55.0 branch from 7a85fb4 to 754146d Compare August 23, 2021 08:39
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