Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.82.0

30 Jan 19:19
Compare
Choose a tag to compare

v0.82.0 (January 30, 2024)

BREAKING CHANGES:

  • data.hcp_packer_iteration: Removed the incremental_version attribute. Use the fingerprint, id or uuid attributes instead. [GH-726]
  • hcp_packer_channel_assignment: Removed the iteration_id attribute. Use the version_fingerprint attribute instead. [GH-726]
  • hcp_packer_channel_assignment: Removed the iteration_version attribute. Use the version_fingerprint attribute instead. [GH-726]

FEATURES:

  • Add hcp_notifications_webhook resource. [GH-723]
  • data.hcp_packer_artifact: Added the hcp_packer_artifact data source, which replaces data.hcp_packer_image [GH-726]
  • data.hcp_packer_version: Added the hcp_packer_version data source, which replaces data.hcp_packer_iteration [GH-726]

DEPRECATIONS:

  • data.hcp_packer_image: This data source will be removed in a future release, and is superseded by data.hcp_packer_artifact [GH-735]
  • data.hcp_packer_iteration: This data source will be removed in a future release, and is superseded by data.hcp_packer_version [GH-726]
  • hcp_packer_channel_assignment: The iteration_fingerprint attribute is now deprecated and will be removed in a future release.
    Refer to the version_fingerprint attribute release notes for more information. [GH-726]

v0.81.1

20 Mar 17:44
Compare
Choose a tag to compare

v0.81.1 (January 30, 2024)

BREAKING CHANGES:

  • data.hcp_packer_iteration: Removed the incremental_version attribute. Use the fingerprint, id or uuid attributes instead. [GH-726]
  • hcp_packer_channel_assignment: Removed the iteration_id attribute. Use the version_fingerprint attribute instead. [GH-726]
  • hcp_packer_channel_assignment: Removed the iteration_version attribute. Use the version_fingerprint attribute instead. [GH-726]

FEATURES:

  • Add hcp_notifications_webhook resource. [GH-723]
  • data.hcp_packer_artifact: Added the hcp_packer_artifact data source, which replaces data.hcp_packer_image [GH-726]
  • data.hcp_packer_version: Added the hcp_packer_version data source, which replaces data.hcp_packer_iteration [GH-726]

DEPRECATIONS:

  • data.hcp_packer_image: This data source will be removed in a future release, and is superseded by data.hcp_packer_artifact [GH-735]
  • data.hcp_packer_iteration: This data source will be removed in a future release, and is superseded by data.hcp_packer_version [GH-726]
  • hcp_packer_channel_assignment: The iteration_fingerprint attribute is now deprecated and will be removed in a future release.
    Refer to the version_fingerprint attribute release notes for more information. [GH-726]

v0.81.0

24 Jan 06:20
Compare
Choose a tag to compare

v0.81.0 (January 24, 2024)

FEATURES:

  • Add ip_allowlist field for HCP Vault clusters to create or update allowed IP address ranges (CIDRs) for inbound traffic. [GH-625]

v0.80.0

11 Jan 23:53
57a4dbd
Compare
Choose a tag to compare

v0.80.0 (January 11, 2023)

FEATURES:

  • Add hcp_log_streaming_destination resource. [GH-713]

v0.79.0

27 Dec 08:02
Compare
Choose a tag to compare

v0.79.0 (December 27, 2023)

FEATURES:

  • Allow authenticating the provider using Workload Identity Federation via a
    token_file in the provider configuration. [GH-691]

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]