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 module github.com/rancher/wrangler to v3 (release/v0.1) #585

Open
wants to merge 1 commit into
base: release/v0.1
Choose a base branch
from

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Nov 29, 2024

This PR contains the following updates:

Package Type Update Change
github.com/rancher/wrangler require major v1.1.1-0.20230831050635-df1bd5aae9df -> v3.1.0

Release Notes

rancher/wrangler (github.com/rancher/wrangler)

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v3.0.1...v3.1.0

v3.1.0-rc.1

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v3.0.1-rc.2...v3.1.0-rc.1

v3.0.1

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v3.0.0...v3.0.1

v3.0.1-rc.4

Compare Source

Full Changelog: rancher/wrangler@v3.0.1-rc.3...v3.0.1-rc.4

This RC reverts the bump to k8s v1.31. If you need v1.31 support, please use the 3.1.X release line.

v3.0.1-rc.3

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v3.0.1-rc.2...v3.0.1-rc.3

v3.0.1-rc.2

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v3.0.1-rc.1...v3.0.1-rc.2

v3.0.1-rc.1

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v3.0.0...v3.0.1-rc.1

v3.0.0

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v2.2.0-rc6...v3.0.0

v3.0.0-rc3

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v3.0.0-rc2...v3.0.0-rc3

v3.0.0-rc2

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v2.2.0-rc6...v3.0.0-rc2

v3.0.0-rc1

Compare Source

v2.2.0-rc6

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v2.2.0-rc5...v2.2.0-rc6

v2.2.0-rc5

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v2.2.0-rc4...v2.2.0-rc5

v2.2.0-rc4

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v2.2.0-rc3...v2.2.0-rc4

v2.2.0-rc3

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v2.2.0-rc2...v2.2.0-rc3

v2.2.0-rc2

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v2.2.0-rc1...v2.2.0-rc2

v2.2.0-rc1

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v2.1.3...v2.2.0-rc1

v2.1.4

Compare Source

v2.1.3

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v2.1.2...v2.1.3

v2.1.2

Compare Source

Wrangle v2 with client-go == v0.28

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v2.1.0...v2.1.2

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.2

Compare Source

Wrangler v2

This is the first release of Wrangler v2 that includes breaking changes from v1.

Breaking Changes

  1. Generic controllers by @​KevinJoiner in https://github.com/rancher/wrangler/pull/264
    • This Change is only breaking because the generated files for Controllers and Clients changed.
    • The interface signature and logic for the clients and Controllers were left intact and are backward compatible with Wrangler v1.1 Client and Controller interface. This means this change should not require any changes to code using Wrangler Clients or Controllers.
  2. Removes git pkg by @​KevinJoiner in https://github.com/rancher/wrangler/pull/289
    • This change removes the wrangler's git package. Wrangler does not provide an alternative git package and instead recommends users use a supported git library such as https://github.com/go-git/go-git

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v1.1.0...v2.0.2

v2.0.1

Compare Source

v2.0.0

Compare Source

v1.1.2

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v1.1.1...v1.1.2


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 Renovate Bot.

@renovate-rancher renovate-rancher bot added the dependencies Pull requests that update a dependency file label Nov 29, 2024
Copy link
Contributor Author

renovate-rancher bot commented Nov 29, 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):

  • 39 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.22.10
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29 -> v0.0.0-20240924233157-8f384efc8813
github.com/stretchr/testify v1.8.4 -> v1.9.0
golang.org/x/sync v0.3.0 -> v0.8.0
golang.org/x/text v0.12.0 -> v0.17.0
golang.org/x/tools v0.12.0 -> v0.24.0
k8s.io/api v0.27.4 -> v0.31.1
k8s.io/apiextensions-apiserver v0.27.4 -> v0.31.1
k8s.io/apimachinery v0.27.4 -> v0.31.1
k8s.io/client-go v0.27.4 -> v0.31.1
k8s.io/gengo v0.0.0-20230306165830-ab3349d207d4 -> v0.0.0-20240826214909-a7b603a56eb7
github.com/cespare/xxhash/v2 v2.1.2 -> v2.3.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/emicklei/go-restful/v3 v3.9.0 -> v3.11.0
github.com/go-logr/logr v1.2.3 -> v1.4.2
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/jsonreference v0.20.1 -> v0.20.2
github.com/go-openapi/swag v0.22.3 -> v0.23.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/gofuzz v1.1.0 -> v1.2.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/imdario/mergo v0.3.12 -> v0.3.13
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/prometheus/client_golang v1.14.0 -> v1.19.1
github.com/prometheus/client_model v0.3.0 -> v0.6.1
github.com/prometheus/common v0.37.0 -> v0.55.0
github.com/prometheus/procfs v0.8.0 -> v0.15.1
golang.org/x/mod v0.12.0 -> v0.20.0
golang.org/x/net v0.14.0 -> v0.28.0
golang.org/x/oauth2 v0.10.0 -> v0.21.0
golang.org/x/sys v0.11.0 -> v0.23.0
golang.org/x/term v0.11.0 -> v0.23.0
golang.org/x/time v0.3.0 -> v0.5.0
google.golang.org/protobuf v1.31.0 -> v1.34.2
k8s.io/klog/v2 v2.90.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f -> v0.0.0-20240228011516-70dd3763d340
k8s.io/utils v0.0.0-20230209194617-a36077c30491 -> v0.0.0-20240711033017-18e509b52bc8
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1
sigs.k8s.io/yaml v1.3.0 -> v1.4.0

@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v0.1-gh.neting.cc-rancher-wrangler-3.x branch from a442dec to ab487fb Compare December 4, 2024 04:39
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