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

chore(deps): update terraform random to v3 #276

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
random (source) provider major ~> 2.2 -> ~> 3.0

Release Notes

hashicorp/terraform-provider-random

v3.4.3

Compare Source

NOTES:

  • resource/random_password: The values for lower, number, special, upper, min_lower, min_numeric, min_special, min_upper and length could be null if the resource was imported using version 3.3.1 or before. The value for length will be automatically calculated and assigned and default values will be assigned for the other attributes listed after this upgrade (#​313)
  • resource/random_string: The values for lower, number, special, upper, min_lower, min_numeric, min_special, min_upper and length could be null if the resource was imported using version 3.3.1 or before. The value for length will be automatically calculated and assigned and default values will be assigned for the other attributes listed after this upgrade (#​313)
  • resource/random_password: If the resource was created between versions 3.4.0 and 3.4.2, the bcrypt_hash value would not correctly verify against the result value. Affected resources will automatically regenerate a valid bcrypt_hash after this upgrade. (#​308)
  • resource/random_password: The override_special attribute may show a plan difference from empty string ("") to null if previously applied with version 3.4.2. The plan should show this as an in-place update and it should occur only once after upgrading. (#​312)
  • resource/random_string: The override_special attribute may show a plan difference from empty string ("") to null if previously applied with version 3.4.2. The plan should show this as an in-place update and it should occur only once after upgrading. (#​312)

BUG FIXES:

  • resource/random_password: Assign default values to lower, number, special, upper, min_lower, min_numeric, min_special and min_upper if null. Assign length of result to length if null (#​313)
  • resource/random_string: Assign default values to lower, number, special, upper, min_lower, min_numeric, min_special and min_upper if null. Assign length of result to length if null (#​313)
  • resource/random_password: Fixed incorrect bcrypt_hash generation since version 3.4.0 (#​308)
  • resource/random_password: Prevented difference with override_special when upgrading from version 3.3.2 and earlier (#​312)
  • resource/random_string: Prevented difference with override_special when upgrading from version 3.3.2 and earlier (#​312)

v3.4.2

Compare Source

BUG FIXES:

  • all: Prevent keeper with null values from forcing replacement (305).
  • resource/random_password: During upgrade state, ensure min_upper is populated (304).
  • resource/random_string: During upgrade state, ensure min_upper is populated (304).

v3.4.1

Compare Source

BUG FIXES:

  • resource/random_password: During attribute plan modifier, only return error if number and numeric are both present and do not match (301).
  • resource/random_string: During attribute plan modifier, only return error if number and numeric are both present and do not match (301).

v3.4.0

Compare Source

NOTES:

  • Provider has been re-written using the new terraform-plugin-framework (#​177).
  • resource/random_password: number was deprecated in v3.3.0 and will be removed in the next major release.
  • resource/random_string: number was deprecated in v3.3.0 and will be removed in the next major release.

v3.3.2

Compare Source

BUG FIXES:

  • resource/random_password: When importing set defaults for all attributes that have a default defined (256).
  • resource/random_string: When importing set defaults for all attributes that have a default defined (256).

v3.3.1

Compare Source

BUG FIXES:

  • resource/random_password: During schema upgrade, copy value of attribute number to attribute numeric, only if said value is a boolean (i.e. not null) (262)
  • resource/random_string: During schema upgrade, copy value of attribute number to attribute numeric, only if said value is a boolean (i.e. not null) (262)

v3.3.0

Compare Source

ENHANCEMENTS:

  • resource/random_password: number is now deprecated and numeric has been added to align attribute naming. number will be removed in the next major release (#​258).
  • resource/random_string: number is now deprecated and numeric has been added to align attribute naming. number will be removed in the next major release (#​258).

v3.2.0

Compare Source

NEW FEATURES:

  • resource/random_password: New attribute bcrypt_hash, which is the hashed password (73, 102, 254)

NOTES:

  • Adds or updates DESIGN.md, README.md, CONTRIBUTING.md and SUPPORT.md docs (176, 235, 242).
  • Removes usage of deprecated fields, types and functions (243, 244).
  • Tests all minor Terraform versions (238, 241)
  • Switches to linting with golangci-lint (237, 240).

v3.1.3

Compare Source

BUG FIXES:

  • resource/random_password: Prevent crash when length is less than 0 (#​129, #​181, #​200, #​233).
  • resource/random_string: Prevent crash when length is less than 0 (#​129, #​181, #​200, #​233).
  • resource/random_password: Prevent confusing inconsistent result error when length is 0 (#​222, #​233).
  • resource/random_string: Prevent confusing inconsistent result error when length is 0 (#​222, #​233).

v3.1.2

Compare Source

BUG FIXES:

  • resource/random_pet: Prevented deterministic results since 3.1.1 (#​217.

v3.1.1

Compare Source

NOTES:

  • Updated terraform-plugin-docs to v0.7.0:
    this improves generated documentation, with attributes now correctly formatted as code
    and provided with anchors.
  • Functionally identical to the previous 3.1.0 release.

v3.1.0

Compare Source

Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.

v3.0.1

Compare Source

BUG FIXES:

  • resource_integer: Integers in state that do not cleanly fit into float64s no longer lose their precision (#​132)

v3.0.0

Compare Source

Binary releases of this provider will now include the linux-arm64 platform.

BREAKING CHANGES:

  • Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#​118)
  • Remove deprecated b64 attribute (#​118)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2022
@comment-bot-dev
Copy link

comment-bot-dev commented Oct 27, 2022

Thanks for the PR! 🚀
✅ Lint checks have passed.

@renovate renovate bot force-pushed the renovate/random-3.x branch 3 times, most recently from 9d32987 to 1a2de55 Compare October 28, 2022 21:04
@renovate renovate bot force-pushed the renovate/random-3.x branch 4 times, most recently from a0d8a64 to 7ffabdf Compare November 10, 2022 20:46
@renovate renovate bot requested a review from a team as a code owner November 28, 2022 23:10
@renovate renovate bot force-pushed the renovate/random-3.x branch 2 times, most recently from 81f5126 to 93b78ab Compare November 29, 2022 04:53
@apeabody apeabody merged commit 25d15a4 into master Dec 1, 2022
@renovate renovate bot deleted the renovate/random-3.x branch December 1, 2022 16:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants