Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps hashicorp/hcp from 0.94.1 to 0.110.0.

Release notes

Sourced from hashicorp/hcp's releases.

v0.110.0

No release notes provided.

v0.109.0 (July 15, 2025)

FEATURES:

  • Add support for agent actions in HCP Waypoint [GH-1304]

IMPROVEMENTS:

  • Updates hcp-sdk-go to v0.151.0, which includes support for the EU geography. HCP_GEOGRAPHY=eu|us to control geography for initial testing. Switching geographies currently requires removing the cached credential file, which will be addressed in an future update. [GH-1340]

BUG FIXES:

  • Fixed ResourceIamPolicy issue where state is stored before the policy is set. [GH-1320]

v0.108.0 (July 2, 2025)

FEATURES:

  • Add preview of hcp_vault_radar_resource_iam_policy and hcp_vault_radar_resource_iam_binding resources. [GH-1318]
  • Add preview of hcp_vault_radar_resources. [GH-1324]

IMPROVEMENTS:

  • Update preview of hcp_vault_radar_resource_iam_policy and hcp_vault_radar_resource_iam_binding resources to use HCP resource_name instead of Radar resource_uri. [GH-1325]

v0.107.0 (June 17, 2025)

IMPROVEMENTS:

  • Project operations (create, delete, update) now block client-side if an operationID is present in the response. [GH-1306]
  • diagnostics: Restore status page check and make it optional via provider config bool skip_status_check or env HCP_SKIP_STATUS_CHECK. [GH-1297]

v0.106.1-alpha1

No release notes provided.

v0.106.0 (May 06, 2025)

IMPROVEMENTS:

BUG FIXES:

  • Fixed Platform Acceptance test failure by making azurerm_role_definition.name unique. [GH-1269]

v0.105.0 (April 29, 2025)

... (truncated)

Changelog

Sourced from hashicorp/hcp's changelog.

v0.110.0 (Sept 22, 2025)

FEATURES:

  • Add geography to provider configuration. [GH-1354]
  • Add hcp_dns_forwarding resource and data source to enable BYO-DNS (Bring Your Own DNS) support for HVN. [GH-1366]
  • Add hcp_dns_forwarding_rule resource and data source to manage individual DNS forwarding rules within DNS forwarding configurations. [GH-1366]
  • Add support for private link resources with new hcp_private_link resource and hcp_private_link_service data source [GH-1363]

IMPROVEMENTS:

  • Updates hcp_vault_radar_source_github_cloud and hcp_vault_radar_source_github_enterprise to accept detector_type. [GH-1353]

BUG FIXES:

  • Fix the example documentation for hcp_service_principal_key. [GH-1361]
  • Fix the example documentation for hcp_iam_workload_identity_provider. [GH-1345]

v0.109.0 (July 15, 2025)

FEATURES:

  • Add support for agent actions in HCP Waypoint [GH-1304]

IMPROVEMENTS:

  • Updates hcp-sdk-go to v0.151.0, which includes support for the EU geography. HCP_GEOGRAPHY=eu|us to control geography for initial testing. Switching geographies currently requires removing the cached credential file, which will be addressed in an future update. [GH-1340]

BUG FIXES:

  • Fixed ResourceIamPolicy issue where state is stored before the policy is set. [GH-1320]

v0.108.0 (July 2, 2025)

FEATURES:

  • Add preview of hcp_vault_radar_resource_iam_policy and hcp_vault_radar_resource_iam_binding resources. [GH-1318]
  • Add preview of hcp_vault_radar_resources. [GH-1324]

IMPROVEMENTS:

  • Update preview of hcp_vault_radar_resource_iam_policy and hcp_vault_radar_resource_iam_binding resources to use HCP resource_name instead of Radar resource_uri. [GH-1325]

v0.107.0 (June 17, 2025)

IMPROVEMENTS:

  • Project operations (create, delete, update) now block client-side if an operationID is present in the response. [GH-1306]

... (truncated)

Commits
  • 0251f45 Prepare for release of v0.110.0 (#1377)
  • 7b3f637 Rename BYOD acceptance tests to match the platform tests regex (#1376)
  • 3bdf302 added private link test paths to gh workflow (#1374)
  • 5f0f77d Add DNS Forwarding and Rule Resources to HCP Provider for BYO-DNS Terraform S...
  • d59734c added new default_region field to output of PrivateLink (#1372)
  • 362d4df run private link tests from ci (#1368)
  • aa6340e added private link (#1363)
  • 98ebe4c Correct rotate_triggers attribute of hcp_service_principal_key example (#1361)
  • 3b9cc7c VAULT-37221: Update Terraform provider to support Agent (#1353)
  • fb32914 HCPCP-2321 add geography provider schema (#1354)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/hcp](https://github.com/hashicorp/terraform-provider-hcp) from 0.94.1 to 0.110.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-hcp/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-hcp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-hcp@v0.94.1...v0.110.0)

---
updated-dependencies:
- dependency-name: hashicorp/hcp
  dependency-version: 0.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Sep 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Assignees

The following users could not be added as assignees: workloads/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner September 29, 2025 00:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 29, 2025
@dependabot dependabot bot removed the request for review from a team September 29, 2025 00:04
@dependabot dependabot bot added the terraform Pull requests that update Terraform code label Sep 29, 2025
@dependabot dependabot bot requested a review from workloads-bot September 29, 2025 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant