Digital-Defiance / cloud-infrastructure

A coder deployment on EKS for provisioning cloud development environments to digital defiance members.
http://codespace.digitaldefiance.org
0 stars 0 forks source link

chore(deps): bump hashicorp/aws from 5.64.0 to 5.65.0 in /k8s #140

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps hashicorp/aws from 5.64.0 to 5.65.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.65.0

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#38999)

FEATURES:

  • New Data Source: aws_shield_protection (#37524)
  • New Resource: aws_glue_catalog_table_optimizer (#38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • provider: Support ap-southeast-5 as a valid AWS Region (#39049)
  • resource/aws_cognito_user_pool: Add password_policy.password_history_size argument (#39043)
  • resource/aws_elastic_beanstalk_application_version: Add process argument (#25468)
  • resource/aws_elasticsearch_domain: Treat SUCCEEDED_WITH_ISSUES status as success when upgrading cluster (#38086)
  • resource/aws_emr_cluster: Support io2 as a valid value for ebs_config.type (#37740)
  • resource/aws_emr_instance_fleet: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_emr_instance_group: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_glue_job: Add job_run_queuing_enabled argument (#39027)
  • resource/aws_lambda_event_source_mapping: Add kms_key_arn argument (#39055)
  • resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to false on update if policy_document is empty (#38675)

BUG FIXES:

  • resource/aws_amplify_app: Fix crash updating auto_branch_creation_config (#39041)
  • resource/aws_elasticsearch_domain_policy: Change domain_name to ForceNew (#38086)
  • resource/aws_elbv2_listener: Fix crash when reading forward actions not configured in state (#39039)
  • resource/aws_emr_instance_group: Properly send an instance_count value of 0 on create when configured (#37740)
  • resource/aws_gamelift_game_server_group: Fix crash while reading server group with a nil auto scaling group ARN (#39022)
  • resource/aws_guardduty_invite_accepter: Fix BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter errors on resource Create (#39084)
  • resource/aws_lakeformation_permissions: Fix error when revoking data_cells_filter permissions (#39026)
  • resource/aws_neptune_cluster: Mark neptune_cluster_parameter_group_name as Computed (#38980)
  • resource/aws_neptune_cluster_instance: Mark neptune_parameter_group_name as Computed (#38980)
  • resource/aws_ssm_parameter: Fix ValidationException: Parameter ARN is not supported for this operation errors when deleting resources imported by ARN (#39067)
Changelog

Sourced from hashicorp/aws's changelog.

5.65.0 (August 29, 2024)

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#38999)

FEATURES:

  • New Data Source: aws_shield_protection (#37524)
  • New Resource: aws_glue_catalog_table_optimizer (#38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • provider: Support ap-southeast-5 as a valid AWS Region (#39049)
  • resource/aws_cognito_user_pool: Add password_policy.password_history_size argument (#39043)
  • resource/aws_elastic_beanstalk_application_version: Add process argument (#25468)
  • resource/aws_elasticsearch_domain: Treat SUCCEEDED_WITH_ISSUES status as success when upgrading cluster (#38086)
  • resource/aws_emr_cluster: Support io2 as a valid value for ebs_config.type (#37740)
  • resource/aws_emr_instance_fleet: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_emr_instance_group: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_glue_job: Add job_run_queuing_enabled argument (#39027)
  • resource/aws_lambda_event_source_mapping: Add kms_key_arn argument (#39055)
  • resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to false on update if policy_document is empty (#38675)

BUG FIXES:

  • resource/aws_amplify_app: Fix crash updating auto_branch_creation_config (#39041)
  • resource/aws_elasticsearch_domain_policy: Change domain_name to ForceNew (#38086)
  • resource/aws_elbv2_listener: Fix crash when reading forward actions not configured in state (#39039)
  • resource/aws_emr_instance_group: Properly send an instance_count value of 0 on create when configured (#37740)
  • resource/aws_gamelift_game_server_group: Fix crash while reading server group with a nil auto scaling group ARN (#39022)
  • resource/aws_guardduty_invite_accepter: Fix BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter errors on resource Create (#39084)
  • resource/aws_lakeformation_permissions: Fix error when revoking data_cells_filter permissions (#39026)
  • resource/aws_neptune_cluster: Mark neptune_cluster_parameter_group_name as Computed (#38980)
  • resource/aws_neptune_cluster_instance: Mark neptune_parameter_group_name as Computed (#38980)
  • resource/aws_ssm_parameter: Fix ValidationException: Parameter ARN is not supported for this operation errors when deleting resources imported by ARN (#39067)
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 show 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)
dependabot[bot] commented 3 months ago

Dependabot couldn't find any dependency files in the directory. Because of this, Dependabot cannot update this pull request.

dependabot[bot] commented 3 months ago

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.