Releases: hashicorp/terraform-provider-hcp
Releases · hashicorp/terraform-provider-hcp
v0.101.0
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
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
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
v0.98.0
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
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
andhcp_waypoint_add_on_definition
resources, and
thehcp_waypoint_template
andhcp_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:
v0.96.0
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) tohcp_boundary_cluster
resource and data sources. [GH-1089]
v0.95.1
v0.95.0
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: