Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.86.0

04 Apr 17:16
Compare
Choose a tag to compare

v0.86.0 (April 04, 2024)

FEATURES:

  • Add DataDog config option for hcp_log_streaming_destination resource. [GH-803]
  • Add in-place update functionality to hcp_log_streaming_destination resource. [GH-802]

BUG FIXES:

  • Fixed an issue that caused a HTTP audit-log streaming config to fail with allowed values for http_codec are only "JSON" or "NDJSON" [GH-781]
  • Handle the case when multiple organizations are associated with the configured credentials. Now, it instead prompts an error, requiring users to specify a particular organization in the HCP provider config block. [GH-793]

v0.85.0

03 Apr 20:12
Compare
Choose a tag to compare

v0.85.0 (April 03, 2024)

FEATURES:

  • New resource: Add hcp_waypoint_application resource for managing Waypoint Application.
    New data-source: Add data.hcp_waypoint_application data-source for Waypoint Application. [GH-794]

IMPROVEMENTS:

  • Documentation: Update hcp_iam_policy docs with HCP Vault Secrets Roles App Manager and App Secret Reader [GH-801]

v0.84.1

22 Mar 21:09
Compare
Choose a tag to compare

v0.84.1 (March 22, 2024)

IMPROVEMENTS:

  • Documentation: Adjust the subcategory for hcp_user_principal, hcp_group_members, hcp_iam_workload_identity_provider to Cloud Platform [GH-797]

BUG FIXES:

  • Fixes an issue where organization ID was not sent on data.hcp_user_principal lookup [GH-797]

v0.84.0

22 Mar 18:27
Compare
Choose a tag to compare

v0.84.0 (March 22, 2024)

BREAKING CHANGES:

  • Removed hcp_packer_image data source, previously deprecated and replaced by hcp_packer_artifact in v0.82.0. [GH-791]
  • Removed hcp_packer_iteration data source, previously deprecated and replaced by hcp_packer_version in v0.82.0. [GH-791]
  • Removed iteration_fingerprint attribute from hcp_packer_channel_assignment resource, previously deprecated and replaced by version_fingerprint in v0.82.0. [GH-791]

FEATURES:

  • New data source: Add hcp_group data source for retrieving HCP groups. [GH-787]
  • New resource: Add hcp_group_members resource for managing HCP user principals in a group. [GH-787]
  • New resource: Add hcp_waypoint_add_on_definition resource for managing Waypoint Add-on Definitions.
    New data-source: Add data.hcp_waypoint_add_on_definition data-source for Waypoint Add-on Definitions. [GH-785]
  • New resource: Add hcp_waypoint_application_template resource for managing Waypoint Application Templates.
    New data-source: Add data.hcp_waypoint_application_template data-source for Waypoint Application Templates. [GH-778]
  • New resource: Add hcp_waypoint_tfc_config resource for managing the TFC
    Configuration used by Waypoint. [GH-766]

BUG FIXES:

  • Update Boundary API clients method name to match the latest version [GH-770]

v0.83.0

23 Feb 00:37
Compare
Choose a tag to compare

v0.83.0 (February 23, 2024)

FEATURES:

  • Add CloudWatch config option for hcp_log_streaming_destination resource. [GH-757]

IMPROVEMENTS:

  • Update example for hcp_packer_channel_assignment resource [GH-749]

BUG FIXES:

  • Do not panic if provider is configured with credentials with no project access. [GH-748]
  • Fixing a panic on errors when opening secrets from HCP Vault Secrets. [GH-751]
  • Fixing the validation rules for HCP Vault Secrets app and secret names to match
    what we have on the server side. [GH-750]

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]