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 the dev-dependencies group across 1 directory with 3 updates #173

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 Nov 11, 2024

Bumps the dev-dependencies group with 3 updates in the /terraform directory: hashicorp/archive, hashicorp/aws and hashicorp/random.

Updates hashicorp/archive from 2.5.0 to 2.6.0

Release notes

Sourced from hashicorp/archive's releases.

v2.6.0

FEATURES:

  • data-source/archive_file: Add support for creating tar.gz archive files. (#277)
  • resource/archive_file: Add support for creating tar.gz archive files. (#277)
Changelog

Sourced from hashicorp/archive's changelog.

2.6.0 (September 09, 2024)

FEATURES:

  • data-source/archive_file: Add support for creating tar.gz archive files. (#277)
  • resource/archive_file: Add support for creating tar.gz archive files. (#277)
Commits
  • 5f8bb07 Update changelog
  • 5c87231 all: Bump minimum Go module version to 1.22 (#365)
  • d55d42f Result of tsccr-helper -log-level=info gha update -latest . (#366)
  • aba4db2 build(deps): bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 (#363)
  • 95abe9d Result of tsccr-helper -log-level=info gha update -latest . (#360)
  • 26ccd21 Result of tsccr-helper -log-level=info gha update -latest . (#359)
  • 65f6a48 cdktf: update index.md,resources/file.md,data-sources/file.md (#358)
  • 47a8693 build(deps): bump github.com/hashicorp/terraform-plugin-testing (#357)
  • 7708696 Add format tar.gz (#277)
  • 13311ad build(deps): bump github.com/hashicorp/terraform-plugin-framework (#356)
  • Additional commits viewable in compare view

Updates hashicorp/aws from 5.64.0 to 5.75.1

Release notes

Sourced from hashicorp/aws's releases.

v5.75.1

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

v5.75.0

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

  • New Data Source: aws_spot_datafeed_subscription (#39647)

ENHANCEMENTS:

  • data-source/aws_batch_job_definition: Add init_containers, share_process_namespace, and image_pull_secrets attributes (#40019)
  • resource/aws_batch_job_definition: Add init_containers and share_process_namespace arguments (#40019)
  • resource/aws_batch_job_definition: Increase maximum number of containers arguments to 10 (#40019)
  • resource/aws_eks_addon: Add pod_identity_association argument (#38357)
  • resource/aws_iam_user_login_profile: Mark the password argument as sensitive (#39991)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Fix destroy error when canary stage still exists on resource (#39929)
  • resource/aws_codedeploy_deployment_group: Remove maximum items limit on the alarm_configuration.alarms argument (#39971)
  • resource/aws_eks_addon: Handle ResourceNotFound exceptions during resource destruction (#38357)
  • resource/aws_elasticache_reserved_cache_node: Fix Value Conversion Error during resource creation (#39945)
  • resource/aws_lb_listener: Fix errors when updating the tcp_idle_timeout_seconds argument for gateway load balancers (#40039)
  • resource/aws_lb_listener: Remove the default tcp_idle_timeout_seconds value, preventing ModifyListenerAttributes API calls when a value is not explicitly configured (#40039)
  • resource/aws_vpc_ipam_pool: Fix bug when public_ip_source = "amazon": The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip. (#40042)

v5.74.0

FEATURES:

  • New Data Source: aws_lb_listener_rule (#39865)
  • New Resource: aws_opensearch_authorize_vpc_endpoint_access (#39846)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.75.1 (November 11, 2024)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

5.75.0 (November 7, 2024)

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

  • New Data Source: aws_spot_datafeed_subscription (#39647)

ENHANCEMENTS:

  • data-source/aws_batch_job_definition: Add init_containers, share_process_namespace, and image_pull_secrets attributes (#40019)
  • resource/aws_batch_job_definition: Add init_containers and share_process_namespace arguments (#40019)
  • resource/aws_batch_job_definition: Increase maximum number of containers arguments to 10 (#40019)
  • resource/aws_eks_addon: Add pod_identity_association argument (#38357)
  • resource/aws_iam_user_login_profile: Mark the password argument as sensitive (#39991)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Fix destroy error when canary stage still exists on resource (#39929)
  • resource/aws_codedeploy_deployment_group: Remove maximum items limit on the alarm_configuration.alarms argument (#39971)
  • resource/aws_eks_addon: Handle ResourceNotFound exceptions during resource destruction (#38357)
  • resource/aws_elasticache_reserved_cache_node: Fix Value Conversion Error during resource creation (#39945)
  • resource/aws_lb_listener: Fix errors when updating the tcp_idle_timeout_seconds argument for gateway load balancers (#40039)
  • resource/aws_lb_listener: Remove the default tcp_idle_timeout_seconds value, preventing ModifyListenerAttributes API calls when a value is not explicitly configured (#40039)
  • resource/aws_vpc_ipam_pool: Fix bug when public_ip_source = "amazon": The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip. (#40042)

5.74.0 (October 31, 2024)

FEATURES:

... (truncated)

Commits
  • 7a8669e Merge pull request #40047 from hashicorp/f-taxsettings
  • b46b42d Update CHANGELOG.md for #40067
  • 41d2db2 Merge pull request #40067 from hashicorp/b-apigateway-stage-canary
  • a6411de Merge pull request #40084 from hashicorp/t-changelog-mod
  • 03702e2 Merge pull request #40068 from hashicorp/td-update-tools-dependencies
  • 7e93cdc Update changelog for point release
  • 0cbc74e cdktf: update index.html.markdown,r/xray_sampling_rule.html.markdown,r/xray_g...
  • 2a4ac3a Update tools dependencies
  • 6cc2eba Merge pull request #40066 from hashicorp/b-fix-test-dynamodb-no-longer-invalid
  • ad31b4d Adds CHANGELOG entry
  • Additional commits viewable in compare view

Updates hashicorp/random from 3.6.2 to 3.6.3

Release notes

Sourced from hashicorp/random's releases.

v3.6.3

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#604)
Changelog

Sourced from hashicorp/random's changelog.

3.6.3 (September 11, 2024)

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#604)
Commits
  • e546ae4 Update changelog
  • 9c49289 all: Bump minimum Go module version to 1.22 (#604)
  • 635ccbe Result of tsccr-helper -log-level=info gha update -latest . (#605)
  • f00d9f6 build(deps): Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#603)
  • ebb0ae2 build(deps): Bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 (#602)
  • 523efdf SEC-090: Automated trusted workflow pinning (2024-08-19) (#601)
  • b6364da Result of tsccr-helper -log-level=info gha update -latest . (#600)
  • 3c20ad7 testing: Update acceptance tests to use new statecheck package and value co...
  • 8b6cb37 build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#598)
  • 5c81757 build(deps): Bump github.com/hashicorp/terraform-plugin-framework (#597)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 3 updates in the /terraform directory: [hashicorp/archive](https://github.com/hashicorp/terraform-provider-archive), [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [hashicorp/random](https://github.com/hashicorp/terraform-provider-random).


Updates `hashicorp/archive` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/hashicorp/terraform-provider-archive/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-archive/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-archive@v2.5.0...v2.6.0)

Updates `hashicorp/aws` from 5.64.0 to 5.75.1
- [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.64.0...v5.75.1)

Updates `hashicorp/random` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/hashicorp/terraform-provider-random/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-random/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-random@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: hashicorp/archive
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: hashicorp/random
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:dependency terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants