Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform hcp to v0.56.0 #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 12, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
hcp (source) required_provider minor 0.21.1 -> 0.56.0

Release Notes

hashicorp/terraform-provider-hcp

v0.56.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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]

v0.52.0

Compare Source

IMPROVEMENTS:

  • Enable automatic changelog creation for dependabot PRs. [GH-429]

v0.51.0

Compare Source

IMPROVEMENTS:

  • Add E2E tests to auto release pipeline [GH-421]
  • Bump github.com/hashicorp/hcp-sdk-go from 0.24.0 to 0.27.0 [GH-424]

BUG FIXES:

  • Add check for "v" when compiling changelog [GH-423]
  • Increase hcp_consul_cluster create timeout to 35 minutes [GH-427]
  • The example usage for hcp_azure_peering_connection was missing the vnet
    resource reference. [GH-425]

v0.50.0

Compare Source

IMPROVEMENTS:

  • Automatically update docs on auto release [GH-419]
  • Bump google.golang.org/grpc from 1.50.1 to 1.51.0 [GH-418]
  • Bumps github.com/go-openapi/runtime from 0.24.2 to 0.25.0 [GH-422]
  • Set up auto release capability [GH-411]

v0.49.0

Compare Source

IMPROVEMENTS:

  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 (GH-415)
  • provider: Bump github.com/hashicorp/hcp-sdk-go from 0.23.0 to 0.24.0 (GH-413)
  • docs: Update the tutorial links (GH-414)
  • docs: Updates browser login documentation (GH-412)

v0.48.0

Compare Source

IMPROVEMENTS:

  • provider: Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (GH-408)
  • provider: Auto detect latest Consul patch version (GH-406)

v0.47.0

Compare Source

IMPROVEMENTS:

  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 (GH-403)
  • provider: Bump github.com/go-openapi/runtime from 0.24.1 to 0.24.2 (GH-404)
  • provider: Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (GH-405)

v0.46.0

Compare Source

IMPROVEMENTS:

  • provider: Update Mozilla Public License 2.0 GH-402)
  • provider: Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (GH-401)
  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.21.0 to 2.23.0 (GH-395)

FIXES:

  • docs: Add note in vault resource that only admins can modify cluster tier and size (GH-400)

v0.45.0

Compare Source

IMPROVEMENTS:

  • provider: Bump github.com/hashicorp/hcp-sdk-go from 0.21.0 to 0.23.0. Note this change introduces some breaking changes when using model enums. More information can be found in the HCP Go SDK Release (GH-392)

FIXES:

  • provider: Prevent FAILED peerings/attachments from failing deletes (GH-394)

v0.44.0

Compare Source

FIXES:

  • Azure/AWS Peering connections: Replace ReadContext with ReadWithoutTimeout (GH-389)
  • Documentation: Correct hvn_link to example instead of hvn (GH-388)

v0.43.0

Compare Source

IMPROVEMENTS:

  • provider: Bump github.com/hashicorp/hcp-sdk-go from 0.20.0 to 0.21.0 (GH-381)
  • provider: Added support for HCP Boundary Beta clusters (GH-378)

FEATURES:

  • Vault: enable changes on mvu configuration (GH-383)

v0.42.0

Compare Source

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

Compare Source

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

Compare Source

FIXES:

  • provider: Updates codeowners (GH-369)

v0.39.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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)

v0.32.0

Compare Source

IMPROVEMENTS:

  • provider: Bump github.com/hashicorp/terraform-plugin-docs from 0.9.0 to 0.10.1 (#​328)
  • provider: Fixes error handling when Terraform cannot connect to status.hashicorp.com (#​325)

v0.31.0

Compare Source

IMPROVEMENTS:

  • provider: Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#​316)
  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.17.0 (#​317)
  • provider: Bump github.com/hashicorp/terraform-plugin-docs from 0.8.1 to 0.9.0 (#​318)
  • provider: Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#​321)

FEATURES:

  • resource/vault: Enable metrics_config and audit_log_config (#​319)
  • resource/consul_cluster: Adds Azure on Consul in public beta (#​320)

v0.30.0

Compare Source

IMPROVEMENTS:

  • provider: Bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (#​313)
  • resource/vault: Docs update secondary tier examples (#​289)

v0.29.0

Compare Source

IMPROVEMENTS:

  • provider: Bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#​311)
  • provider: Bump github.com/go-openapi/runtime from 0.24.0 to 0.24.1 (#​306)

v0.28.0

Compare Source

IMPROVEMENTS:

  • resource/packer_image: bump hcp-sdk-go and fix packer import path (#​307)
  • provider: Bump terraform-plugin-sdk/v2 from 2.10.1 to 2.16.0 (#​309)
  • provider: Bump terraform-plugin-docs from 0.7.0 to 0.8.1 (#​308)

v0.27.0

Compare Source

⚠️ Note: To continue receiving warnings when HCP is reporting degraded performance or an outage, upgrade to this version. ⚠️

  • provider: provider reports all HCP component statuses (303)
  • provider: Bump actions/upload-artifact from 2 to 3 (#​288)
  • provider: Bump google.golang.org/grpc from 1.45.0 to 1.46.0 (#​296)
  • provider: Bump github.com/go-openapi/runtime from 0.23.3 to 0.24.0 (#​300)
  • docs: fix peer_vnet_region in azure_peering example (303)
  • docs: add contributors guide on breaking changes (#​294)

v0.26.0

Compare Source

FIXES:

  • provider: only warn on all platform outage statuses (#​290)

v0.25.0

Compare Source

FEATURES:

  • resource/vault_cluster: enable paths_filter and scaling in Plus-tier (#​281)

FIXES:

  • datasource/hcp_packer_iteration: make sure test registry is plus (#​284)

IMPROVEMENTS:

  • provider: Bump actions/setup-go from 2.2.0 to 3.0.0 (#​285)
  • provider: Bump actions/checkout from 2.2.0 to 3.0.0 (#​285)
  • provider: Bump google.golang.org/grpc from 1.44.0 to 1.45.0 (#​285)
  • provider: Bump terraform-plugin-docs from 0.5.1 to 0.7.0 (#​285)

v0.24.1

Compare Source

FIXES:

  • docs: Remove beta notes from Packer data sources (#​278)

v0.24.0

Compare Source

FEATURES:

  • resource/vault_cluster: add support for performance replication in Plus tier clusters (#​266)

FIXES:

  • resource/consul_cluster: Fix min_consul_version on creation not taking affect (#​252)

v0.23.1

Compare Source

FIXES:

  • datasource/hcp_packer_image: Remove check for revoked iterations (#​264)
  • datasource/hcp_packer_iteration: Remove check for revoked iterations (#​264)
  • datasource/hcp_packer_image_iteration: Remove check for revoked iterations (#​264)

v0.23.0

Compare Source

🎉 Azure support is coming soon!

FEATURES:

  • resource/consul_cluster: adds Azure on Consul (internal only) (#​247)
  • resource/azure_peering_connection: adds Azure peering resource (internal only) (#​248)

FIXES:

  • datasource/hcp_packer: Update tests to only set CloudProvider on CreateBuild (#​260)
  • datasource/hcp_packer: Do not fail packer datasources for iteration with revoke_at set to the future (#​262)

IMPROVEMENTS:

  • resource/aws_network_peering: add wait_for_active_state input (#​258)
  • provider: Bump actions/setup-go from 2.1.4 to 2.2.0 (#​251)
  • provider: Bump github.com/go-openapi/strfmt from 0.21.1 to 0.21.2 (#​253)
  • provider: Bump google.golang.org/grpc from 1.42.0 to 1.44.0 (#​253)
  • provider: Bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 (#​253)
  • provider: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.0 to 2.10.1 (#​253)
  • provider: Bump github.com/go-openapi/runtime from 0.21.0 to 0.23.1 (#​255)

v0.22.0

Compare Source

IMPROVEMENTS:

  • datasource/packer: Add check for revoked iterations to HCP Packer datasources (#​240)

FIXES:

  • docs: Correct root token documentation (#​241)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners May 12, 2023 02:57
@renovate renovate bot added the auto-update label May 12, 2023
@renovate
Copy link
Author

renovate bot commented May 12, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant