Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.78.0

13 Dec 05:42
Compare
Choose a tag to compare

v0.78.0 (December 13, 2023)

FEATURES:

  • Add optional Azure config block for hvn_route resource to support hub and spoke architectures, azure_config.

Add optional next_hop_type parameter.
Add optional next_hop_ip_address parameter.

Please see the Microsoft learn guide docs for futher info:
https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke [GH-685]

  • Add optional attribute allow_forwarded_traffic to hcp_azure_peering_connection resource. [GH-681]
  • Add optional attribute use_remote_gateways to hcp_azure_peering_connection resource. [GH-681]

IMPROVEMENTS:

  • Add custom http endpoints as an observability provider for streaming audit logs and metrics from HCP Vault clusters. [GH-671]

DEPRECATIONS:

  • The data.hcp_packer_iteration.incremental_version attribute is now deprecated and will be removed in a future release. Use the fingerprint, id or uuid attributes to reference iterations instead. [GH-678]
  • The hcp_packer_channel_assignment.iteration_id attribute is now deprecated and will be removed in a future release. Use the iteration_fingerprint attribute to reference iterations instead. [GH-678]
  • The hcp_packer_channel_assignment.iteration_version attribute is now deprecated and will be removed in a future release. Use the iteration_fingerprint attribute to reference iterations instead. [GH-678]

v0.77.0

14 Nov 23:18
Compare
Choose a tag to compare

v0.77.0 (November 14, 2023)

FEATURES:

  • Add hcp_organization_iam_binding resource. [GH-661]
  • Add hcp_organization_iam_policy resource. [GH-661]
  • Add hcp_project_iam_binding resource. [GH-661]
  • Add hcp_project_iam_policy resource. [GH-661]
  • Add support to authenticate the provider using credential files. [GH-672]

IMPROVEMENTS:

  • Add NewRelic as an observability provider for streaming audit logs and metrics from HCP Vault clusters. [GH-653]
  • The change introduces the ability to provide configuration via environment variables, which will allow credentials to be provided via environment variable (either directly or via a creds file). [GH-666]

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: