Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.90.0

22 May 22:11
Compare
Choose a tag to compare

v0.90.0 (May 22, 2024)

FEATURES:

  • Added HCP Boundary to statuspage components used to warn about potential issues with HCP. [GH-835]

IMPROVEMENTS:

  • Support retrieving output values in hcp_waypoint_add_on [GH-822]

BUG FIXES:

  • Waypoint: fix issue with importing existing Waypoint resources [GH-839]

v0.89.0

10 May 22:18
Compare
Choose a tag to compare

v0.89.0 (May 10, 2024)

IMPROVEMENTS:

  • Support setting variable options in Support setting variable options in hcp_waypoint_add_on_definition`. [GH-819]

BUG FIXES:

  • Fix first apply scenario for hcp_vault_secrets_app_iam_binding and hcp_vault_secrets_app_iam_policy, update docs [GH-838]

v0.88.0

02 May 22:17
Compare
Choose a tag to compare

v0.88.0 (May 02, 2024)

IMPROVEMENTS:

  • Documentation: call OpenAppSecrets instead of List + Open in hcp_vault_secrets_app data source. This improves an issue with additional unnecessary client API usage. [GH-826]
  • Support setting variable options in hcp_waypoint_application_template. [GH-816]
  • resource/hcp_log_streaming_destination: Label resource as public beta [GH-830]

v0.87.1

25 Apr 10:40
Compare
Choose a tag to compare

v0.87.1 (April 25, 2024)

BUG FIXES:

  • Fix documentation of hcp_vault_secrets_app_iam_binding and hcp_vault_secrets_app_iam_policy [GH-825]

v0.87.0

25 Apr 09:44
Compare
Choose a tag to compare

v0.87.0 (April 25, 2024)

FEATURES:

  • Add hcp_vault_secrets_app_iam_binding resource. [GH-813]
  • Add hcp_vault_secrets_app_iam_policy resource. [GH-813]
  • New resource: Add hcp_waypoint_add_on resource for managing Waypoint Add-ons.
    New data-source: Add data.hcp_waypoint_add_on data-source for Waypoint Add-ons. [GH-807]

IMPROVEMENTS:

  • Add GitHub Action to run identity-specific tests [GH-810]
  • CODEOWNERS: Fix the vault-secrets resource ownership to @hashicorp/cloud-vault-secrets team. [GH-820]
  • CODEOWNERS: Fix vault-secrets resource ownership to @hashicorp/cloud-vault-secrets team. [GH-814]
  • Documentation: Gracefully handle rate limiting error on hcp_vault_secrets_secret resource. [GH-812]
  • Return resource name when a Vault Secrets App is created [GH-813]
  • Vault secret resources can now be created with an optional project ID. If project ID is present, the resource will be created within that project. [GH-808]

BUG FIXES:

  • Fixes the case where Vault secret resources ignore provider project changes. [GH-808]

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]