Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.62.0

23 Jun 23:08
Compare
Choose a tag to compare

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

13 Jun 13:28
08a0a25
Compare
Choose a tag to compare

v0.61.0 (June 13, 2023)

FEATURES:

  • hcp_vault_secrets_app: New data source that allows bulk retrieval of all secret values in a secrets app [GH-524]

v0.60.0

07 Jun 19:56
Compare
Choose a tag to compare

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 of data.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 for hvn_2. The value will now be
    populated automatically. Remove the hvn_2 attribute from the configuration
    for affected data sources. [GH-522]
  • Setting the project_id attribute on hcp_hvn_peering_connection and
    data.hcp_hvn_peering_connection is now deprecated. The value of the field was
    required to match the project ID for hvn_1 and will now be determined
    automatically. Remove the project_id field from the configuration for
    affected resources and data sources. [GH-522]
  • Setting the project_id attribute on hcp_hvn_route and data.hcp_hvn_route
    is now deprecated. The value of the field was required to match the project ID
    in hvn_link and will now be determined automatically. Remove the project_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 the project_id attribute had been used
    and its most recent value was different from the provider-level project_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 on hcp_packer_channel [GH-521]

v0.59.0

01 Jun 17:54
Compare
Choose a tag to compare

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:

  • Resolve failure to generate apply/destroy plans that include hcp_packer_channel resources that were deleted outside of Terraform [GH-519] [GH-519]

v0.58.0

26 May 15:32
Compare
Choose a tag to compare

v0.58.0 (May 26, 2023)

FEATURES:

  • Adds maintenenace_window_config to the hcp_boundary_cluster resource to manage the timeframe for cluster upgrades. [GH-500]

IMPROVEMENTS:

  • Documentation: HCP Packer Channel Resource is no longer in beta [GH-513]

v0.57.0

25 May 11:21
Compare
Choose a tag to compare

v0.57.0 (May 25, 2023)

FEATURES:

  • Enable multi-project at provider level. [GH-454]

IMPROVEMENTS:

v0.56.0

15 Mar 04:55
Compare
Choose a tag to compare

v0.56.0 (March 15, 2023)

IMPROVEMENTS:

  • Bump github.com/hashicorp/hcp-sdk-go from 0.35.0 to 0.37.0 [GH-482]

BUG FIXES:

  • Update pricing information for vault and consul. [GH-480]

v0.55.0

08 Mar 04:45
Compare
Choose a tag to compare

v0.55.0 (March 08, 2023)

FEATURES:

  • New field ip_allowlist for hcp_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

15 Feb 04:43
Compare
Choose a tag to compare

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

20 Jan 00:36
Compare
Choose a tag to compare

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]