Releases: hashicorp/terraform-provider-hcp
Releases · hashicorp/terraform-provider-hcp
v0.62.0
v0.62.0 (June 23, 2023)
IMPROVEMENTS:
- Add "premium" to descriptions about Consul Cluster tier [GH-537]
- Update the description of the optional
project_id
field in data sources and resources to include details of how project_id is targeted when none is passed in. [GH-527]
BUG FIXES:
- Fixed panic when
hcp_packer_image
points to a channel without an assigned iteration. [GH-533]
v0.61.0
v0.60.0
v0.60.0 (June 07, 2023)
IMPROVEMENTS:
- Documentation: Update contributor documentation and resource-specific import examples to reflect multi-project support. [GH-517]
DEPRECATIONS:
- Setting the
hvn_2
attribute ofdata.hcp_hvn_peering_connection
is now
deprecated. The value of the attribute is not needed to fetch data, and it was
never validated against the real value forhvn_2
. The value will now be
populated automatically. Remove thehvn_2
attribute from the configuration
for affected data sources. [GH-522] - Setting the
project_id
attribute onhcp_hvn_peering_connection
and
data.hcp_hvn_peering_connection
is now deprecated. The value of the field was
required to match the project ID forhvn_1
and will now be determined
automatically. Remove theproject_id
field from the configuration for
affected resources and data sources. [GH-522] - Setting the
project_id
attribute onhcp_hvn_route
anddata.hcp_hvn_route
is now deprecated. The value of the field was required to match the project ID
inhvn_link
and will now be determined automatically. Remove theproject_id
field from the configuration for affected resources and data sources. [GH-522]
BUG FIXES:
- Fixed several missing/incorrect implementations for the resource-level
project_id
attribute that could lead to undefined or undesirable behavior on
some resources and data sources when theproject_id
attribute had been used
and its most recent value was different from the provider-levelproject_id
,
whether or not the attribute was still present in the configuration file.
NOTE: See associated PR for caveats on temporary regressions. [GH-522] - Resolve unintended removal of assigned iteration when
iteration
block is not present onhcp_packer_channel
[GH-521]
v0.59.0
v0.59.0 (June 01, 2023)
FEATURES:
- Update HVN Route validation for
destination_cidr
attribute to allow RFC6598 CIDR range. [GH-515]
IMPROVEMENTS:
- Documentation: Update HCP Boundary maintenance window documentation to specify that UTC timezone is expected. [GH-518]
- Update prerelease github action workflow to allow bypassing end-to-end tests via input variable. [GH-520]
BUG FIXES:
v0.58.0
v0.57.0
v0.56.0
v0.55.0
v0.55.0 (March 08, 2023)
FEATURES:
- New field
ip_allowlist
forhcp_consul_cluster
to create, or update allowed IP address ranges (CIDRs) for inbound traffic. [GH-455]
IMPROVEMENTS:
- Add cluster scaling acceptance tests for Azure [GH-465]
- Bump github.com/hashicorp/hcp-sdk-go from 0.31.0 to 0.35.0 [GH-458]
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 [GH-459]
- Bump google.golang.org/grpc from 1.52.3 to 1.53.0 [GH-452]
BUG FIXES:
- resource/hcp_packer_channel: Fix documentation for incorrectly documented attributes [GH-462]
v0.54.0
v0.54.0 (February 15, 2023)
FEATURES:
- New resource
hcp_packer_channel
to create, or update an existing, channel with or without an assigned iteration. [GH-435]
IMPROVEMENTS:
- Bump github.com/hashicorp/hcp-sdk-go from 0.28.0 to 0.29.0 [GH-431]
- Bump github.com/hashicorp/hcp-sdk-go from 0.29.0 to 0.31.0 [GH-445]
- Bump google.golang.org/grpc from 1.51.0 to 1.52.3 [GH-444]
- Refactor HCP Vault TF acceptance test harness to include test for Azure [GH-441]
- resource/hcp_packer_channel: Label resource as public beta [GH-457]
BUG FIXES:
- Do not exit acceptance test when provider returns a warning [GH-448]
v0.53.0
v0.53.0 (January 20, 2023)
FEATURES:
- Automatically sync the public and internal repos. [GH-436]
IMPROVEMENTS:
- Add linting checks to PR and release pipeline. [GH-430]
- Update auth guide. [GH-434]
- Update hcp_consul_cluster and hcp_consul_cluster_root_token docs [GH-439]
- Use unique clusterIDs in acceptance tests [GH-437]
BUG FIXES:
- Fix issue with E2E tests failing [GH-440]