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

deps: update hashicorp #1076

Merged
merged 1 commit into from
Feb 5, 2025
Merged

deps: update hashicorp #1076

merged 1 commit into from
Feb 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-plugin-go v0.25.0 -> v0.26.0 age adoption passing confidence
github.com/hashicorp/terraform-plugin-mux v0.17.0 -> v0.18.0 age adoption passing confidence
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 -> v2.36.0 age adoption passing confidence

Release Notes

hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)

v0.26.0

Compare Source

BREAKING CHANGES:

  • tfprotov5+tfprotov6: EphemeralResourceServer interface is now required in ProviderServer. Implementations not needing ephemeral resource support can return errors from the *EphemeralResource methods. (#​442)
  • tfprotov5+tfprotov6: Removed temporary ProviderServerWithEphemeralResources interface type. Use EphemeralResourceServer instead. (#​442)

NOTES:

  • all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@v1.13.0, terraform-plugin-mux@v0.17.0, terraform-plugin-sdk/v2@​v2.35.0, and terraform-plugin-testing@v1.11.0 before upgrading this dependency. (#​442)

FEATURES:

  • tfprotov5+tfprotov6: Upgraded protocols and added types to support write-only attributes (#​462)
hashicorp/terraform-plugin-mux (github.com/hashicorp/terraform-plugin-mux)

v0.18.0

Compare Source

FEATURES:

  • all: Upgrade protocol versions to support write-only attributes (#​272)
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.36.0

Compare Source

NOTES:

  • Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. (#​1375)

FEATURES:

  • helper/schema: Added WriteOnly schema behavior for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. (#​1375)
  • helper/validation: Added PreferWriteOnlyAttribute() validator that warns practitioners when a write-only version of a configured attribute is available. (#​1375)
  • schema/resource: Added ValidateRawResourceConfigFuncs field which allows resources to define validation logic during the ValidateResourceTypeConfig RPC. (#​1375)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 22, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 -> v1.1.3
github.com/hashicorp/hc-install v0.9.0 -> v0.9.1
github.com/hashicorp/terraform-exec v0.21.0 -> v0.22.0
github.com/hashicorp/terraform-json v0.23.0 -> v0.24.0
github.com/hashicorp/terraform-registry-address v0.2.3 -> v0.2.4
github.com/zclconf/go-cty v1.15.0 -> v1.16.2
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/grpc v1.67.1 -> v1.69.4
google.golang.org/protobuf v1.35.1 -> v1.36.3

@renovate renovate bot requested a review from a team as a code owner January 22, 2025 17:12
@renovate renovate bot force-pushed the renovate/hashicorp branch from da30a90 to be80d71 Compare January 23, 2025 21:41
@renovate renovate bot changed the title deps: update module github.com/hashicorp/terraform-plugin-go to v0.26.0 deps: update hashicorp Jan 23, 2025
@renovate renovate bot force-pushed the renovate/hashicorp branch from be80d71 to ab586e3 Compare February 4, 2025 17:47
@renovate renovate bot force-pushed the renovate/hashicorp branch from ab586e3 to 1447ab3 Compare February 5, 2025 14:28
@jooola jooola merged commit 3f598a7 into main Feb 5, 2025
6 of 9 checks passed
@jooola jooola deleted the renovate/hashicorp branch February 5, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant