chore(deps): update terraform vault to v5 #450
+1
−1
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:
4.8.0
->5.3.0
Release Notes
hashicorp/terraform-provider-vault (vault)
v5.3.0
Compare Source
FEATURES:
credential_type
field in thevault_ldap_secret_backend
resource (#2548)IMPROVEMENTS:
BUGS:
azure_secret_backend_role
to prevent persistent diff for null value onmax_ttl
andexplicit_max_ttl
argument (#2581)v5.2.1
Compare Source
BUGS:
auth_login_gcp
field constraint on fieldcredentials
service_account
auth_login_azure
field constraint on fieldvmss_name
tenant_id
client_id
scope
auth_login_kerberos
field constraint on fieldsusername
service
realm
krb5conf_path
keytab_path
disable_fast_negotiation
remove_instance_name
auth_login_userpass
field constraint on fieldpassword_file
auth_login
field constraint on fielduse_root_namespace
v5.2.0
Compare Source
FEATURES:
jwks_pairs
invault_jwt_auth_backend
resource. Requires Vault 1.16+ (#2523)root_password_ttl
invault_azure_secret_backend
resource. Requires Vault 1.15+ (#2529)vault_oci_auth_backend
andvault_oci_auth_backend_role
to manage OCI auth backend and roles. (#1761)log_level
invault_pki_secret_backend_config_scep
resource. Requires Vault 1.20.1+ (#2525)IMPROVEMENTS:
golang.org/x/oauth2
v0.24.0 -> v0.30.0github.com/cloudflare/circl
v1.3.7 -> v1.6.1github.com/go-jose/go-jose/v3
v3.0.3 -> v3.0.4github.com/go-jose/go-jose/v4
v4.0.4 -> v4.1.2github.com/golang-jwt/jwt/v5
v5.2.2 -> v5.3.0cloud.google.com/go/iam
v1.2.2 -> v1.5.2cloud.google.com/go/compute/metadata
v0.6.0 -> v0.8.0github.com/Azure/azure-sdk-for-go/sdk/azcore
v1.11.1 -> v1.18.2github.com/aws/aws-sdk-go
v1.55.6 -> v1.55.8github.com/go-sql-driver/mysql
v1.8.1 -> v1.9.3github.com/hashicorp/consul/api
v1.27.0 -> v1.32.1github.com/hashicorp/terraform-plugin-framework
v1.14.1 -> 1.15.1github.com/hashicorp/terraform-plugin-framework-validators
v0.17.0 -> v0.18.0hashicorp/ghaction-terraform-provider-release
v4.0.1 -> v5.0.0BUGS:
vault_gcp_secret_backend
resource. (#2549)VAULT_NAMESPACE
was not being honored, causing child namespaces to be created in the root namespace instead (#2540)v5.1.0
Compare Source
FEATURES:
Add support for key_usage to
vault_pki_secret_backend_root_sign_intermediate
(#2421)Add
private_key_wo
andprivate_key_wo_version
fields to Snowflake DB secrets engine config (#2508)Add support for
group_by
andsecondary_rate
on resourcevault_quota_rate_limit
. Requires Vault Enterprise 1.20.0+ (#2476)Add support for Transit CMAC endpoint (#2488)
Add new resource
vault_scep_auth_backend_role
to manage roles in a SCEP auth backend. #2479.Add new datasource and resource
vault_pki_secret_backend_config_scep
for PKI SCEP configuration. #2487.v5.0.0
Compare Source
Important:
5.X
multiplexes the Vault provider to use the Terraform Plugin Framework,upgrades to Terraform
1.11.x
, and adds support for Ephemeral Resources and Write-Only attributes.Please refer to the
Terraform Vault Provider 5.0.0 Upgrade Guide for specific
details around the changes.
VERSION COMPATIBILITY:
5.X
is officially supported and tested against Vault server versions >=1.15.x
.5.X
supports Terraform versions >=1.11.x
in order to support ephemeral resources and write-only attributes.BREAKING CHANGES:
Please refer to the upgrade topics
in the guide for details on all breaking changes.
FEATURES:
vault_kv_secret_v2
vault_database_secret
data_json_wo
(along withdata_json_wo_version
) to resourcevault_kv_secret_v2
credentials_wo
, (along withcredentials_wo_version
) to resourcevault_gcp_secret_backend
password_wo
, (along withpassword_wo_version
to resource)vault_database_secret_backend_connection
BUGS:
vault_policy_document
data source regression to allow emptycapabilities
(#2466)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.
This PR has been generated by Renovate Bot.