Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.97.0

08 Oct 16:46
Compare
Choose a tag to compare

v0.97.0 (October 08, 2024)

FEATURES:

  • Add pagination support for vault OpenAppSecrets preview api. [GH-1109]
  • Add preview of vault_radar_source_github_enterprise resource. [GH-1092]
  • Waypoint: New template resource attribute use_module_readme allows users to use the associated Terraform module readme in place of providing a seperate readme for the template. [GH-1099]
  • add vault_secrets_dynamic_secret resource [GH-1097]
  • add vault_secrets_rotating_secret resource [GH-1101]
  • waypoint: Add execution mode and agent pool ID configurations to the
    hcp_waypoint_template and hcp_waypoint_add_on_definition resources, and
    the hcp_waypoint_template and hcp_waypoint_add_on_definition data sources. [GH-1098]

IMPROVEMENTS:

  • Update Vault Radar codeowners patterns. [GH-1103]
  • Update codeowners to include Vault Radar. [GH-1102]
  • Upgrade the HCP SDK and fix a breaking change in the Boundary API. [GH-1110]

BUG FIXES:

  • Waypoint: fix where using the deprecated terraform_cloud_workspace_details.name field could cause an error. [GH-1093]
  • waypoint: Fix hcp_waypoint_template and hcp_waypoint_add_on_definition data sources. [GH-1094]

v0.96.0

13 Sep 13:53
Compare
Choose a tag to compare

v0.96.0 (September 13, 2024)

FEATURES:

  • add vault_secrets_integration_aws resource [GH-1078]
  • add vault_secrets_integration_gcp resource [GH-1085]
  • add vault_secrets_integration_mongodbatlas resource [GH-1084]
  • add vault_secrets_integration_twilio resource [GH-1081]

IMPROVEMENTS:

  • Added the version attribute(s) to hcp_boundary_cluster resource and data sources. [GH-1089]

v0.95.1

29 Aug 15:10
Compare
Choose a tag to compare

v0.95.1 (August 29, 2024)

IMPROVEMENTS:

  • Waypoint resources for templates and add-on definitions no longer require setting
    a terraform_cloud_workspace_details resource, and instead can be set by the
    terraform_project_id param. [GH-1052]
  • update hcp-sdk-go [GH-1080]

v0.95.0

21 Aug 12:48
Compare
Choose a tag to compare

v0.95.0 (August 21, 2024)

BREAKING CHANGES:

  • waypoint: Remove version number from templates and add-on definition resources and data sources. [GH-869]

FEATURES:

  • Allow authenticating the provider using Workload Identity Federation via a
    direct token in the provider configuration. [GH-1053]
  • HCP Waypoint Application resource and data source can now read any output values associated with that application [GH-871]

IMPROVEMENTS:

  • Updated documentation to communicate the APIs the provider leverages during usage. [GH-1066]
  • waypoint: The readme_markdown_template attribute for both template and add-on definition resources now accepts unencoded strings as well as base64 encoded strings. [GH-894]

v0.94.1

08 Jul 17:14
Compare
Choose a tag to compare

v0.94.1 (July 08, 2024)

BUG FIXES:

  • Fix the documentation location for hcp_packer_bucket, hcp_packer_bucket_iam_policy, and hcp_packer_bucket_iam_binding. [GH-904]

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]