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

Update all dependencies #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #95

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v4.1.2 -> v4.2.0 age adoption passing confidence
actions/setup-go action minor v5.1.0 -> v5.3.0 age adoption passing confidence
docker/setup-buildx-action action minor v3.7.1 -> v3.9.0 age adoption passing confidence
docker/setup-qemu-action action minor v3.2.0 -> v3.4.0 age adoption passing confidence
github.com/crossplane/crossplane-runtime require minor v1.16.0 -> v1.18.0 age adoption passing confidence
github.com/crossplane/crossplane-tools require digest 628280f -> 1ad3d4c age adoption passing confidence
github.com/crossplane/upjet require patch v1.4.1 -> v1.4.2 age adoption passing confidence
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.33.0 -> v2.36.0 age adoption passing confidence
golangci/golangci-lint-action action minor v6.1.1 -> v6.3.0 age adoption passing confidence
k8s.io/apimachinery require minor v0.29.4 -> v0.32.1 age adoption passing confidence
k8s.io/client-go require minor v0.29.4 -> v0.32.1 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.17.6 -> v0.20.1 age adoption passing confidence
sigs.k8s.io/controller-tools require minor v0.14.0 -> v0.17.1 age adoption passing confidence
sigstore/cosign-installer action minor v3.7.0 -> v3.8.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4...v4.2.0

actions/setup-go (actions/setup-go)

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.9.0

Compare Source

v3.8.0

Compare Source

docker/setup-qemu-action (docker/setup-qemu-action)

v3.4.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.2.0...v3.3.0

crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime)

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v1.17.0...v1.18.0

v1.17.0

Compare Source

Breaking Changes and Warnings

  • ExternalClient.Delete() method has a new return type of ExternalDelete
    • All downstream consumers of this package will need to update their ExternalClient.Delete() implementations to include this new return type.
    • In most cases, an empty struct can be returned, e.g. ExternalDelete{}.
    • In v1.17, if the implementor of the Delete() method wants to include additional details about the deletion operation to include in the change logs, then they may include those details in this return type.

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v1.17.0-rc.0...v1.17.0

crossplane/upjet (github.com/crossplane/upjet)

v1.4.2

Compare Source

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)

v2.35.0

Compare Source

NOTES:

  • all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#​1373)
  • helper/schema: While this Go module will not receive support for ephemeral resource types, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. (#​1390)

v2.34.0

Compare Source

NOTES:

  • all: The v2.33.0 release updated this Go module to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#​1318)
  • This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. (#​1335)

FEATURES:

  • helper/schema: Added (Provider).ConfigureProvider function for configuring providers that support additional features, such as deferred actions. (#​1335)
  • helper/schema: Added (Resource).ResourceBehavior to allow additional control over deferred action behavior during plan modification. (#​1335)
golangci/golangci-lint-action (golangci/golangci-lint-action)

v6.3.0

Compare Source

What's Changed

Changes
Documentation
Dependencies

New Contributors

Full Changelog: golangci/golangci-lint-action@v6.2.0...v6.3.0

v6.2.0

Compare Source

What's Changed

Changes
Documentation
Dependencies

New Contributors

Full Changelog: golangci/golangci-lint-action@v6.1.1...v6.2.0

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.20.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "every weekday after 11am" (UTC), 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.

@renovate renovate bot requested a review from a1994sc as a code owner May 27, 2024 14:24
@renovate renovate bot added the renovate/go label May 27, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d64177f to a7421e8 Compare May 28, 2024 10:53
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0bb98c2 to 0f66bf9 Compare June 5, 2024 23:11
Copy link
Contributor Author

renovate bot commented Jun 5, 2024

ℹ 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):

  • 19 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.9.0 -> v0.10.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
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/zclconf/go-cty v1.15.0 -> v1.16.2
golang.org/x/net v0.31.0 -> v0.34.0
golang.org/x/sys v0.27.0 -> v0.29.0
golang.org/x/term v0.26.0 -> v0.28.0
golang.org/x/text v0.20.0 -> v0.21.0
golang.org/x/tools v0.27.0 -> v0.29.0
google.golang.org/grpc v1.67.1 -> v1.69.4
google.golang.org/protobuf v1.35.2 -> v1.36.3
k8s.io/api v0.29.4 -> v0.32.1
k8s.io/apiextensions-apiserver v0.29.2 -> v0.32.0
k8s.io/component-base v0.29.2 -> v0.32.0
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0765c1f to e412502 Compare June 13, 2024 08:13
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b13dcd0 to 9ec44a4 Compare June 20, 2024 04:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5324f06 to 9ff53b3 Compare June 24, 2024 17:06
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1b5e0d4 to fb66a19 Compare July 4, 2024 10:47
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c7fd84e to bce0e81 Compare July 22, 2024 11:53
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b5031d8 to 6827d15 Compare July 31, 2024 16:47
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from e150f8e to 5269120 Compare August 13, 2024 22:06
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 3cebe7f to 7e3ea65 Compare November 22, 2024 00:10
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a398663 to 40dd587 Compare December 5, 2024 20:46
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 87065c0 to cc29fcc Compare December 16, 2024 12:22
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5f11913 to 777cfcf Compare January 13, 2025 13:15
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 351883e to 211ce4b Compare January 21, 2025 04:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e0abee4 to 1f6b7f1 Compare February 4, 2025 22:23
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.

1 participant