Releases: hashicorp/terraform-provider-hcp
Releases · hashicorp/terraform-provider-hcp
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]
v0.81.0
v0.80.0
v0.79.0
v0.78.0
v0.78.0 (December 13, 2023)
FEATURES:
- Add optional Azure config block for hvn_route resource to support hub and spoke architectures,
azure_config
.
Add optional next_hop_type
parameter.
Add optional next_hop_ip_address
parameter.
Please see the Microsoft learn guide docs for futher info:
https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke [GH-685]
- Add optional attribute
allow_forwarded_traffic
tohcp_azure_peering_connection
resource. [GH-681] - Add optional attribute
use_remote_gateways
tohcp_azure_peering_connection
resource. [GH-681]
IMPROVEMENTS:
- Add custom http endpoints as an observability provider for streaming audit logs and metrics from HCP Vault clusters. [GH-671]
DEPRECATIONS:
- The
data.hcp_packer_iteration.incremental_version
attribute is now deprecated and will be removed in a future release. Use thefingerprint
,id
oruuid
attributes to reference iterations instead. [GH-678] - The
hcp_packer_channel_assignment.iteration_id
attribute is now deprecated and will be removed in a future release. Use theiteration_fingerprint
attribute to reference iterations instead. [GH-678] - The
hcp_packer_channel_assignment.iteration_version
attribute is now deprecated and will be removed in a future release. Use theiteration_fingerprint
attribute to reference iterations instead. [GH-678]
v0.77.0
v0.77.0 (November 14, 2023)
FEATURES:
- Add
hcp_organization_iam_binding
resource. [GH-661] - Add
hcp_organization_iam_policy
resource. [GH-661] - Add
hcp_project_iam_binding
resource. [GH-661] - Add
hcp_project_iam_policy
resource. [GH-661] - Add support to authenticate the provider using credential files. [GH-672]
IMPROVEMENTS:
- Add NewRelic as an observability provider for streaming audit logs and metrics from HCP Vault clusters. [GH-653]
- The change introduces the ability to provide configuration via environment variables, which will allow credentials to be provided via environment variable (either directly or via a creds file). [GH-666]