Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.76.0

01 Nov 06:30
Compare
Choose a tag to compare

v0.76.0 (November 01, 2023)

BUG FIXES:

  • Fix some documentation mistakes in examples for the hcp_iam_workload_identity_provider resource. [GH-657]
  • Removed unnecessary validation of a trailing slash on the oidc.issuer_uri
    field for the hcp_iam_workload_identity_provider resource. [GH-656]

v0.75.0

25 Oct 06:24
Compare
Choose a tag to compare

v0.75.0 (October 25, 2023)

BREAKING CHANGES:

  • Drops support for Terraform CLI versions prior to v1.1.5, previously deprecated in provider release v0.74.1 [GH-637]

FEATURES:

  • Add hcp_iam_workload_identity_provider resource. [GH-647]

IMPROVEMENTS:

  • Upgrade to Terraform Provider Protocol 6 [GH-637]

v0.74.1

19 Oct 07:04
Compare
Choose a tag to compare

v0.74.1 (October 19, 2023)

DEPRECATIONS:

  • An upcoming release will deprecate support for Terraform versions before 1.1.5.
    Please upgrade to be able to use the latest releases of the provider. [GH-644]

v0.74.0

19 Oct 00:55
Compare
Choose a tag to compare

v0.74.0 (October 19, 2023)

FEATURES:

  • Add hcp_service_principal_key resource. [GH-636]
  • Add hcp_service_principal data source. [GH-636]
  • Add hcp_service_principal resource. [GH-636]

BUG FIXES:

  • Fix hcp_project import [GH-642]

v0.73.0

12 Oct 23:36
Compare
Choose a tag to compare

v0.73.0 (October 12, 2023)

FEATURES:

  • Add hcp_organization data source. [GH-629]
  • Add hcp_project data source. [GH-629]
  • Add hcp_project resource. [GH-629]

BUG FIXES:

  • Prevent crash when a vault_secrets_app resource no longer exists. [GH-619]

v0.72.2

06 Oct 02:13
Compare
Choose a tag to compare

v0.72.2 (October 06, 2023)

BUG FIXES:

  • Fix documentation duplicate subcategory issue introduced by #620 [GH-622]

v0.72.1

03 Oct 19:21
Compare
Choose a tag to compare

v0.72.1 (October 03, 2023)

BUG FIXES:

  • Fix documentation formatting issue introduced by #585 [GH-620]

v0.72.0

28 Sep 05:39
Compare
Choose a tag to compare

v0.72.0 (September 28, 2023)

BREAKING CHANGES:

  • Removed the hcp_packer_image_iteration data source, previously deprecated in v0.68.0 [GH-609]

IMPROVEMENTS:

v0.71.1

25 Sep 19:55
0342f50
Compare
Choose a tag to compare

v0.71.1 (September 25, 2023)

BUG FIXES:

  • project_id unauthorized issue when using config client secret [GH-604]

v0.71.0

20 Sep 04:26
Compare
Choose a tag to compare

v0.71.0 (September 20, 2023)

FEATURES:

  • Add data source for pulling in a single secret. [GH-594]
  • Add resource to create app in Vault Secrets. [GH-593]

IMPROVEMENTS:

  • Add ElasticSearch as an observability provider for streaming audit logs and metrics from HCP Vault clusters. [GH-586]
  • Update to use the Terraform Multiplexing framework [GH-565]