Skip to content

Update Terraform vault to v3.3.0

Renovate Bot requested to merge renovate/vault-3.x into main

This MR contains the following updates:

Package Type Update Change
vault (source) required_provider minor 3.2.1 -> 3.3.0

Release Notes

hashicorp/terraform-provider-vault

v3.3.0

Compare Source

FEATURES:

  • Add KMIP support: new resources vault_kmip_secret_backend, vault_kmip_secret_scope and vault_kmip_secret_role (#​1339)

BUGS:

  • resource/kubernetes_auth_backend_config: Ensure disable_iss_validation is honored in all cases (#​1315)
  • resource/database_secret_backend_connection: Add error handling for unrecognized plugins on read (#​1325)
  • resource/kubernetes_auth_backend_config: Prevent persistent diff for kubernetes_ca_cert when it is loaded by the backend (#​1337)

IMMROVEMENTS:

  • resource/token_auth_backend_role: Add allowed_policies_glob and disallowed_polices_glob (#​1316)
  • resource/database_secret_backend_connection: Add support for configuring the secret engine's plugin_name (#​1320)
  • resource/pki_secret_backend_root_sign_intermediate: Update schema for ca_chain from string to a list of
    issuing_ca and certificate, add new certificate_bundle attribute that provides the concatenation of the
    intermediate and issuing CA certificates (PEM encoded) (#​1330)
  • resource/azure_secret_backend: Add support for setting use_microsoft_graph_api (#​1335)
  • r/d/kubernetes_auth_backend_role: Add support for setting and getting alias_name_source (#​1336)
  • resource/database_secret_backend_connection: Add username and password fields to all DB Engines that support them (#​1331)
  • resource/token_auth_backend_role: Add support for setting allowed_entity_aliases (#​1126)
  • resource/ad_secret_backend: Restore deprecated formatter, and length fields. (#​1341)
  • resource/ldap_auth_backend: Add support for setting case_sensitive_names (#​1176)

Configuration

📅 Schedule: At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports