Skip to content

Releases: hashicorp/terraform-provider-hcp

v0.42.0

24 Aug 20:23
5ec7954
Compare
Choose a tag to compare

0.42.0 (August 24, 2022)

IMPROVEMENTS:

  • provider: Bump version of Go to 1.18.5 in .go-version (GH-374)
  • provider: Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (GH-379)

FIXES:

  • all: Prevents the app from crashing when a *url.Error is received while retrying HTTP requests. (GH-376)

v0.41.0

19 Aug 14:13
25ffc77
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Upgrade terraform-plugin-sdk to version 2.21.0 (GH-371)

FIXES:

  • provider: Updates README examples (GH-368)
  • provider: Fix root token example in documentation (GH-372)

v0.40.0

11 Aug 18:17
870955c
Compare
Choose a tag to compare

FIXES:

  • provider: Updates codeowners (GH-369)

0.39.0 (August 5, 2022)

FIXES:

  • provider: Fixes codeowners which showed errors after a recent team name update (GH-366)
  • vault_cluster: Check type assertions to fix issue #360 (GH-364)

IMPROVEMENTS:

  • provider: Upgrade Go to version 1.18 (GH-365)
  • data_source_azure_peering_connection: Log failed peering wait errors (GH-363)
  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.19.0 to 2.20.0 (GH-362)

v0.39.0

05 Aug 16:38
Compare
Choose a tag to compare

FIXES:

  • provider: Fixes codeowners which showed errors after a recent team name update (GH-366)
  • vault_cluster: Check type assertions to fix issue #360 (GH-364)

IMPROVEMENTS:

  • provider: Upgrade Go to version 1.18 (GH-365)
  • data_source_azure_peering_connection: Log failed peering wait errors (GH-363)
  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.19.0 to 2.20.0 (GH-362)

v0.38.0

28 Jul 21:06
0d1acd3
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Bump hcp-sdk-go from 0.19.0 to 0.20.0 (#357)
  • provider: Add retry logic on GET requests when fetching organization and project IDs (#358)

v0.37.0

20 Jul 20:22
88bf591
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Bump github.com/go-openapi/strfmt from 0.21.2 to 0.21.3 (#355)
  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.18.0 to 2.19.0 (#354)
  • resource/vault: Add cross-referencing links to related tutorials (#353)
  • resource/azure_peering: fix acceptance test (#349)

v0.36.0

13 Jul 19:19
df883b2
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#351)
  • provider: Bump github.com/hashicorp/terraform-plugin-docs from 0.12.0 to 0.13.0 (#350)
  • datasource/hcp_packer_image: Add component_type optional argument (#347)

v0.35.0

07 Jul 18:32
d6b7e49
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#334)
  • provider: Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#341)
  • provider: Bump github.com/hashicorp/terraform-plugin-docs from 0.10.1 to 0.12.0 (#342)
  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.18.0 (#344)
  • provider: Bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (#346)

FEATURES:

  • datasource/hcp_packer_image: allow channel attribute to get an image (#339)

FIXES:

  • resource_consul_cluster: only WARN on failed client config calls (#345)

v0.34.0

30 Jun 21:42
dd52ac5
Compare
Choose a tag to compare

IMPROVEMENTS:

  • docs: Refactor documentation for hcp_hvn resource (337)

FIXES:

  • resource/consul: Store cluster+snapshot state (326)
  • resource/vault: keep failed clusters, export state (331)
  • resource/hvn: keep failed networks/peerings, export state (331)

v0.33.0

22 Jun 19:48
f7d4b71
Compare
Choose a tag to compare

IMPROVEMENTS:

  • datasource/hcp_packer_image: Include revoke_at in the data source output (330)
  • datasource/hcp_packer_iteration: Include revoke_at in the data source output (330)
  • datasource/hcp_packer_image_iteration: Include revoke_at in the data source output (330)

FIXES:

  • docs: update HVN with Azure & make resource titles consistent (#333)