Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.101.0

16 Dec 18:03
Compare
Choose a tag to compare

v0.101.0 (December 16, 2024)

FEATURES:

  • add 'hcp_vault_secrets_integration' resource as a replacement for the provider-specific resources [GH-1151]
  • add vault_secrets_integration_azure resource and add support for azure secrets to vault_secrets_rotating_secret resource [GH-1143]

DEPRECATIONS:

  • the following resources are deprecated:
    • hcp_vault_secrets_integration_aws
    • hcp_vault_secrets_integration_azure
    • hcp_vault_secrets_integration_confluent
    • hcp_vault_secrets_integration_gcp
    • hcp_vault_secrets_integration_mongodbatlas
    • hcp_vault_secrets_integration_twilio [GH-1151]

BUG FIXES:

  • Fix a panic when creating HVS app or secret [GH-1154]

v0.100.0

02 Dec 20:10
Compare
Choose a tag to compare

v0.100.0 (December 02, 2024)

IMPROVEMENTS:

  • Enable updates to Vault Radar integration connections. [GH-1133]
  • Enable updates to Vault Radar integration subscriptions. [GH-1139]
  • Enable updates to Vault Radar source token. [GH-1134]
  • Update hcp_group API calls to retry when encountering a 502, 503, or 504 error. [GH-1140]
  • Upgrade the HCP SDK and update Vault Secrets to use API V2 (stable/2023-11-28) [GH-1142]

BUG FIXES:

  • Retry billing service update call when creating a project [GH-1131]

v0.99.0

12 Nov 13:33
Compare
Choose a tag to compare

v0.99.0 (November 12, 2024)

DEPRECATIONS:

  • Added a Deprecation message for the following resources: hcp_consul_agent_helm_config,hcp_consul_agent_kubernetes_secret,hcp_consul_cluster,hcp_consul_versions [GH-1124]
  • Added a Deprecation message for the following resources: hcp_consul_cluster,hcp_consul_cluster_root_token,hcp_consul_snapshot [GH-1124]

v0.98.1

07 Nov 00:42
Compare
Choose a tag to compare

v0.98.1 (November 07, 2024)

BUG FIXES:

  • HCP Vault Radar resource documents did not have the subcategory set correctly. [GH-1129]

v0.98.0

06 Nov 17:58
Compare
Choose a tag to compare

v0.98.0 (November 06, 2024)

FEATURES:

  • Add preview of the following Vault Radar connections and subscriptions:
    hcp_vault_radar_integration_jira_connection
    hcp_vault_radar_integration_jira_subscription
    hcp_vault_radar_integration_slack_connection
    hcp_vault_radar_integration_slack_subscription [GH-1116]
  • Add preview of vault_radar_source_github_cloud resource. [GH-1119]
  • add vault_secrets_integration_confluent resource and add support for confluent secrets to vault_secrets_rotating_secret resource [GH-1120]

IMPROVEMENTS:

  • Fixed issues where the HVS App resource would behave improperly such as returning an error if using an empty description. [GH-1118]
  • Upgrade the HCP SDK and fix breaking change w/ Vault Secrets [GH-1113]
  • Upgrade the HCP SDK for Vault Secrets [GH-1122]

BUG FIXES:

  • creating a mongodb rotating secret should create a mongodb rotating secret not a twilio one [GH-1126]

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]