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]