Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.94.0

03 Jul 07:01
Compare
Choose a tag to compare

v0.94.0 (July 03, 2024)

FEATURES:

  • New resource: Add hcp_packer_bucket resource for managing HCP Packer buckets
    New Resource: Add hcp_packer_bucket_iam_policy resource for assigning a list of policy bindings to multiple principals for a HCP Packer Bucket
    New resource: Add hcp_packer_bucket_iam_binding resource for assigning a single role to a principal for a HCP Packer Bucket [GH-852]
  • add vault_secrets_dynamic_secret data source [GH-868]

IMPROVEMENTS:

  • waypoint: Add support for input variables to the hcp_wapyoint_add_on resource
    and data source. [GH-864]

BUG FIXES:

  • Fix intermittent conflicts during IAM policy updates [GH-870]

v0.93.0

25 Jun 14:43
Compare
Choose a tag to compare

v0.93.0 (June 25, 2024)

BREAKING CHANGES:

  • waypoint: Rename hcp_waypoint_application_template resource and data source to
    hcp_waypoint_template. [GH-861]

FEATURES:

  • New resource: Add hcp_waypoint_action_config resource for managing Waypoint Action Configs.
    New data-source: Add data.hcp_waypoint_action_config data-source for Waypoint Action Configs. [GH-815]

v0.92.0

18 Jun 15:08
Compare
Choose a tag to compare

v0.92.0 (June 18, 2024)

FEATURES:

  • Add hcp_group_iam_binding resource. [GH-865]
  • Add hcp_group_iam_policy resource. [GH-865]

v0.91.1

13 Jun 16:41
Compare
Choose a tag to compare

v0.91.1 (June 13, 2024)

BUG FIXES:

  • Fix the documentation for hcp_vault_secrets_rotating_secret [GH-867]

v0.91.0

06 Jun 21:31
Compare
Choose a tag to compare

v0.91.0 (June 06, 2024)

FEATURES:

  • Allows users to fetch rotating secrets using the hcp_vault_secrets_app and hcp_vault_secrets_secret data sources [GH-850]
  • add vault_secrets_rotating_secret data source [GH-854]

IMPROVEMENTS:

  • Add support for input variables to hcp_waypoint_application resource and
    data source. [GH-833]
  • Update hcp-sdk-go [GH-851]
  • Update hcp-sdk-go to v0.98.0 [GH-855]

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]