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 #101

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

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Jul 9, 2024

This PR contains the following updates:

Package Type Update Change
github.com/rancher/wrangler require major v0.8.11 -> 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.0.1

Compare Source

What's Changed

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

v3.0.0

Compare Source

What's Changed

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

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

v1.1.1

Compare Source

What's Changed

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

v1.1.0

Compare Source

What's Changed

New Contributors

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

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v0.8.10...v1.0.0


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.

Copy link
Contributor Author

renovate-rancher bot commented Jul 9, 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):

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

Details:

Package Change
go 1.20 -> 1.23.5
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/prometheus/client_model v0.4.0 -> v0.6.1
github.com/prometheus/common v0.43.0 -> v0.55.0
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29 -> v0.0.0-20240924233157-8f384efc8813
github.com/sirupsen/logrus v1.9.0 -> v1.9.3
github.com/stretchr/testify v1.8.4 -> v1.9.0
k8s.io/api v0.27.4 -> v0.31.1
k8s.io/apimachinery v0.27.4 -> v0.31.1
github.com/cespare/xxhash/v2 v2.2.0 -> 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/evanphx/json-patch v4.12.0+incompatible -> v5.9.0+incompatible
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/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.15.1 -> v1.19.1
github.com/prometheus/procfs v0.9.0 -> v0.15.1
golang.org/x/net v0.14.0 -> v0.28.0
golang.org/x/oauth2 v0.10.0 -> v0.21.0
golang.org/x/sync v0.1.0 -> v0.8.0
golang.org/x/sys v0.11.0 -> v0.23.0
golang.org/x/term v0.11.0 -> v0.23.0
golang.org/x/text v0.12.0 -> v0.17.0
golang.org/x/time v0.3.0 -> v0.5.0
google.golang.org/protobuf v1.31.0 -> v1.34.2
k8s.io/apiextensions-apiserver v0.23.1 -> v0.31.1
k8s.io/apiserver v0.27.4 -> v0.31.1
k8s.io/component-base v0.27.4 -> v0.31.1
k8s.io/klog/v2 v2.90.1 -> v2.130.1
k8s.io/kube-aggregator v0.21.0 -> v0.31.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/cli-utils v0.16.0 -> v0.37.2
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/github.com-rancher-wrangler-3.x branch from f809702 to 0eeaba6 Compare July 9, 2024 04:53
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-rancher-wrangler-3.x branch 2 times, most recently from 00ede35 to 58ed899 Compare August 7, 2024 05:23
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-rancher-wrangler-3.x branch 2 times, most recently from ec2225e to 8aabc41 Compare September 6, 2024 05:49
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-rancher-wrangler-3.x branch from 8aabc41 to dc6aacc Compare October 2, 2024 04:53
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-rancher-wrangler-3.x branch 3 times, most recently from 75dbe4e to 88aac96 Compare November 9, 2024 04:52
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-rancher-wrangler-3.x branch from 88aac96 to 025082a Compare December 4, 2024 04:48
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-rancher-wrangler-3.x branch from 025082a to eeb8557 Compare January 17, 2025 04:48
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-rancher-wrangler-3.x branch from eeb8557 to 79d6116 Compare January 24, 2025 04:47
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.

0 participants