Releases: hashicorp/terraform-provider-hcp
Releases · hashicorp/terraform-provider-hcp
v0.86.0
v0.86.0 (April 04, 2024)
FEATURES:
- Add DataDog config option for hcp_log_streaming_destination resource. [GH-803]
- Add in-place update functionality to
hcp_log_streaming_destination
resource. [GH-802]
BUG FIXES:
- Fixed an issue that caused a HTTP audit-log streaming config to fail with allowed values for http_codec are only "JSON" or "NDJSON" [GH-781]
- Handle the case when multiple organizations are associated with the configured credentials. Now, it instead prompts an error, requiring users to specify a particular organization in the HCP provider config block. [GH-793]
v0.85.0
v0.85.0 (April 03, 2024)
FEATURES:
- New resource: Add
hcp_waypoint_application
resource for managing Waypoint Application.
New data-source: Adddata.hcp_waypoint_application
data-source for Waypoint Application. [GH-794]
IMPROVEMENTS:
- Documentation: Update hcp_iam_policy docs with HCP Vault Secrets Roles App Manager and App Secret Reader [GH-801]
v0.84.1
v0.84.0
v0.84.0 (March 22, 2024)
BREAKING CHANGES:
- Removed
hcp_packer_image
data source, previously deprecated and replaced byhcp_packer_artifact
in v0.82.0. [GH-791] - Removed
hcp_packer_iteration
data source, previously deprecated and replaced byhcp_packer_version
in v0.82.0. [GH-791] - Removed
iteration_fingerprint
attribute fromhcp_packer_channel_assignment
resource, previously deprecated and replaced byversion_fingerprint
in v0.82.0. [GH-791]
FEATURES:
- New data source: Add
hcp_group
data source for retrieving HCP groups. [GH-787] - New resource: Add
hcp_group_members
resource for managing HCP user principals in a group. [GH-787] - New resource: Add
hcp_waypoint_add_on_definition
resource for managing Waypoint Add-on Definitions.
New data-source: Adddata.hcp_waypoint_add_on_definition
data-source for Waypoint Add-on Definitions. [GH-785] - New resource: Add
hcp_waypoint_application_template
resource for managing Waypoint Application Templates.
New data-source: Adddata.hcp_waypoint_application_template
data-source for Waypoint Application Templates. [GH-778] - New resource: Add
hcp_waypoint_tfc_config
resource for managing the TFC
Configuration used by Waypoint. [GH-766]
BUG FIXES:
- Update Boundary API clients method name to match the latest version [GH-770]
v0.83.0
v0.82.0
v0.82.0 (January 30, 2024)
BREAKING CHANGES:
data.hcp_packer_iteration
: Removed theincremental_version
attribute. Use thefingerprint
,id
oruuid
attributes instead. [GH-726]hcp_packer_channel_assignment
: Removed theiteration_id
attribute. Use theversion_fingerprint
attribute instead. [GH-726]hcp_packer_channel_assignment
: Removed theiteration_version
attribute. Use theversion_fingerprint
attribute instead. [GH-726]
FEATURES:
- Add
hcp_notifications_webhook
resource. [GH-723] data.hcp_packer_artifact
: Added thehcp_packer_artifact
data source, which replacesdata.hcp_packer_image
[GH-726]data.hcp_packer_version
: Added thehcp_packer_version
data source, which replacesdata.hcp_packer_iteration
[GH-726]
DEPRECATIONS:
data.hcp_packer_image
: This data source will be removed in a future release, and is superseded bydata.hcp_packer_artifact
[GH-735]data.hcp_packer_iteration
: This data source will be removed in a future release, and is superseded bydata.hcp_packer_version
[GH-726]hcp_packer_channel_assignment
: Theiteration_fingerprint
attribute is now deprecated and will be removed in a future release.
Refer to theversion_fingerprint
attribute release notes for more information. [GH-726]
v0.81.1
v0.81.1 (January 30, 2024)
BREAKING CHANGES:
data.hcp_packer_iteration
: Removed theincremental_version
attribute. Use thefingerprint
,id
oruuid
attributes instead. [GH-726]hcp_packer_channel_assignment
: Removed theiteration_id
attribute. Use theversion_fingerprint
attribute instead. [GH-726]hcp_packer_channel_assignment
: Removed theiteration_version
attribute. Use theversion_fingerprint
attribute instead. [GH-726]
FEATURES:
- Add
hcp_notifications_webhook
resource. [GH-723] data.hcp_packer_artifact
: Added thehcp_packer_artifact
data source, which replacesdata.hcp_packer_image
[GH-726]data.hcp_packer_version
: Added thehcp_packer_version
data source, which replacesdata.hcp_packer_iteration
[GH-726]
DEPRECATIONS:
data.hcp_packer_image
: This data source will be removed in a future release, and is superseded bydata.hcp_packer_artifact
[GH-735]data.hcp_packer_iteration
: This data source will be removed in a future release, and is superseded bydata.hcp_packer_version
[GH-726]hcp_packer_channel_assignment
: Theiteration_fingerprint
attribute is now deprecated and will be removed in a future release.
Refer to theversion_fingerprint
attribute release notes for more information. [GH-726]