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

fix(deps): update all non-major dependencies #226

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.36.0 -> v1.36.3 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.29.4 -> v1.29.8 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.57 -> v1.17.61 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/identitystore v1.27.15 -> v1.28.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/organizations v1.37.6 -> v1.38.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.14 -> v1.33.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/ssoadmin v1.29.14 -> v1.30.0 age adoption passing confidence require minor
github.com/aws/smithy-go v1.22.2 -> v1.22.3 age adoption passing confidence require patch
github.com/hashicorp/terraform-plugin-docs v0.20.1 -> v0.21.0 age adoption passing confidence require minor
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 -> v2.36.1 age adoption passing confidence require minor
go (source) 1.23.5 -> 1.24.0 age adoption passing confidence toolchain minor

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.36.3

Compare Source

v1.36.2

Compare Source

v1.36.1

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.22.3

Compare Source

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

v0.21.0

Compare Source

FEATURES:

  • generate: Add support for write-only arguments (#​434)
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.36.1

Compare Source

NOTES:

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

BUG FIXES:

  • helper/schema: Fixed bug that allowed write-only attributes within set nested blocks. Any attribute within a set nested block with WriteOnly set to true will now trigger an error message. (#​1427)

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)
golang/go (go)

v1.24.0

v1.23.6


Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@renovate renovate bot requested a review from a team as a code owner March 1, 2025 01:16
Copy link
Contributor Author

renovate bot commented Mar 1, 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):

  • 29 additional dependencies were updated

Details:

Package Change
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 -> v1.1.3
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.27 -> v1.16.30
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.31 -> v1.3.34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.31 -> v2.6.34
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 -> v1.8.3
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.12 -> v1.12.15
github.com/aws/aws-sdk-go-v2/service/sso v1.24.14 -> v1.25.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.13 -> v1.29.0
github.com/aws/aws-sdk-go-v2/service/sts v1.33.12 -> v1.33.16
github.com/bmatcuk/doublestar/v4 v4.7.1 -> v4.8.1
github.com/hashicorp/cli v1.1.6 -> v1.1.7
github.com/hashicorp/hc-install v0.9.0 -> v0.9.1
github.com/hashicorp/hcl/v2 v2.22.0 -> v2.23.0
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-plugin-go v0.25.0 -> v0.26.0
github.com/hashicorp/terraform-registry-address v0.2.3 -> v0.2.4
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/zclconf/go-cty v1.15.0 -> v1.16.2
golang.org/x/crypto v0.31.0 -> v0.33.0
golang.org/x/mod v0.21.0 -> v0.22.0
golang.org/x/net v0.28.0 -> v0.34.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
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

Copy link

sonarqubecloud bot commented Mar 1, 2025

@renovate renovate bot merged commit 2087733 into main Mar 1, 2025
18 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 1, 2025 04:56
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants