Skip to content

Releases: hashicorp/terraform-provider-hcp

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]

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]