Skip to content

Bump hashicorp/random from 3.5.1 to 3.7.2 in /tests/integration-tests/setup#54

Merged
johncollinson2001 merged 2 commits intomainfrom
dependabot/terraform/tests/integration-tests/setup/hashicorp/random-3.7.2
Jul 28, 2025
Merged

Bump hashicorp/random from 3.5.1 to 3.7.2 in /tests/integration-tests/setup#54
johncollinson2001 merged 2 commits intomainfrom
dependabot/terraform/tests/integration-tests/setup/hashicorp/random-3.7.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 25, 2025

Bumps hashicorp/random from 3.5.1 to 3.7.2.

Release notes

Sourced from hashicorp/random's releases.

v3.7.2

3.7.2 (April 22, 2025)

NOTES:

  • Update dependencies (#683)

v3.7.1

NOTES:

FEATURES:

  • ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. (#625)

v3.7.0

NOTES:

FEATURES:

  • ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. (#625)

v3.7.0-alpha1

3.7.0-alpha1 (February 13, 2025)

NOTES:

  • all: This release is being used to test new build and release actions.

v3.6.3

NOTES:

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

v3.6.2

NOTES:

  • resource/random_pet: Results have been updated to the latest upstream petname data (#581)

v3.6.1

BUG FIXES:

  • all: Prevent keepers from triggering an in-place update following import (#385)
  • resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 (#409)
  • provider/random_password: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#551)
  • provider/random_string: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#551)

... (truncated)

Changelog

Sourced from hashicorp/random's changelog.

3.7.2 (April 22, 2025)

NOTES:

  • Update dependencies (#683)

3.7.1 (February 25, 2025)

NOTES:

FEATURES:

  • ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. (#625)

3.7.0 (February 25, 2025)

NOTES:

FEATURES:

  • ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. (#625)

3.7.0-alpha1 (February 13, 2025)

NOTES:

  • all: This release is being used to test new build and release actions.

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)

3.6.2 (May 21, 2024)

NOTES:

  • resource/random_pet: Results have been updated to the latest upstream petname data (#581)

3.6.1 (April 16, 2024)

BUG FIXES:

  • all: Prevent keepers from triggering an in-place update following import (#385)
  • resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 (#409)

... (truncated)

Commits
  • bc2ddb5 chore: Prepare for v3.7.2 release (#684)
  • a83e097 build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 (#683)
  • 0d7c820 build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 in /tools (#682)
  • 56acec7 SEC-090: Automated trusted workflow pinning (2025-04-07) (#680)
  • 5bc624b build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#681)
  • 6fa11c2 Update build.yml (#678)
  • 532c47c Result of tsccr-helper -log-level=info gha update -latest .github/ (#677)
  • d4a08ef build(deps): Bump github.com/golang-jwt/jwt/v4 in /tools (#676)
  • 2364b8d build(deps): Bump github.com/hashicorp/copywrite in /tools (#675)
  • af8cfbe build(deps): Bump github.com/hashicorp/terraform-plugin-testing (#674)
  • 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/random](https://github.com/hashicorp/terraform-provider-random) from 3.5.1 to 3.7.2.
- [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.5.1...v3.7.2)

---
updated-dependencies:
- dependency-name: hashicorp/random
  dependency-version: 3.7.2
  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 Jul 25, 2025
@johncollinson2001 johncollinson2001 merged commit 9f056f3 into main Jul 28, 2025
3 checks passed
@johncollinson2001 johncollinson2001 deleted the dependabot/terraform/tests/integration-tests/setup/hashicorp/random-3.7.2 branch July 28, 2025 07:43
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.

1 participant