This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.0
->3.6.2
Release Notes
hashicorp/terraform-provider-random (random)
v3.6.2
Compare Source
NOTES:
v3.6.1
Compare Source
BUG FIXES:
keepers
from triggering an in-place update following import (#385)v3.6.0
Compare Source
FEATURES:
v3.5.1
Compare Source
BUG FIXES:
bcrypt
by truncating the bytes that are hashed to a maximum length of 72 (#397)v3.5.0
Compare Source
NOTES:
v3.4.3
Compare Source
NOTES:
lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
,min_upper
andlength
could be null if the resource was imported using version 3.3.1 or before. The value forlength
will be automatically calculated and assigned and default values will be assigned for the other attributes listed after this upgrade (#313)lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
,min_upper
andlength
could be null if the resource was imported using version 3.3.1 or before. The value forlength
will be automatically calculated and assigned and default values will be assigned for the other attributes listed after this upgrade (#313)bcrypt_hash
value would not correctly verify against theresult
value. Affected resources will automatically regenerate a validbcrypt_hash
after this upgrade. (#308)override_special
attribute may show a plan difference from empty string (""
) tonull
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)override_special
attribute may show a plan difference from empty string (""
) tonull
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:
lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
andmin_upper
if null. Assign length ofresult
tolength
if null (#313)lower
,number
,special
,upper
,min_lower
,min_numeric
,min_special
andmin_upper
if null. Assign length ofresult
tolength
if null (#313)bcrypt_hash
generation since version 3.4.0 (#308)override_special
when upgrading from version 3.3.2 and earlier (#312)override_special
when upgrading from version 3.3.2 and earlier (#312)v3.4.2
Compare Source
BUG FIXES:
keeper
withnull
values from forcing replacement (305).min_upper
is populated (304).min_upper
is populated (304).v3.4.1
Compare Source
BUG FIXES:
number
andnumeric
are both present and do not match (301).number
andnumeric
are both present and do not match (301).v3.4.0
Compare Source
NOTES:
terraform-plugin-framework
(#177).number
was deprecated in v3.3.0 and will be removed in the next major release.number
was deprecated in v3.3.0 and will be removed in the next major release.v3.3.2
Compare Source
BUG FIXES:
v3.3.1
Compare Source
BUG FIXES:
number
to attributenumeric
, only if said value is a boolean (i.e. notnull
) (262)number
to attributenumeric
, only if said value is a boolean (i.e. notnull
) (262)v3.3.0
Compare Source
ENHANCEMENTS:
number
is now deprecated andnumeric
has been added to align attribute naming.number
will be removed in the next major release (#258).number
is now deprecated andnumeric
has been added to align attribute naming.number
will be removed in the next major release (#258).v3.2.0
Compare Source
NEW FEATURES:
bcrypt_hash
, which is the hashed password (73, 102, 254)NOTES:
v3.1.3
Compare Source
BUG FIXES:
v3.1.2
Compare Source
BUG FIXES:
v3.1.1
Compare Source
NOTES:
v0.7.0
:this improves generated documentation, with attributes now correctly formatted as
code
and provided with anchors.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.