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

chore(deps): update module github.com/rancher/wrangler to v3 (release/v0.1) #428

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

Conversation

renovate-rancher[bot]
Copy link
Contributor

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.

Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/rancher/client-go v1.27.4-rancher1
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading golang.org/x/sys v0.23.0
go: downloading golang.org/x/text v0.17.0
go: downloading golang.org/x/term v0.23.0
go: downloading golang.org/x/time v0.5.0
go: downloading golang.org/x/crypto v0.26.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: github.com/rancher/steve/pkg/auth imports
	k8s.io/apiserver/plugin/pkg/authenticator/token/webhook imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/flowcontrol/v1alpha1: cannot find module providing package k8s.io/api/flowcontrol/v1alpha1
go: github.com/rancher/steve/pkg/auth imports
	k8s.io/apiserver/plugin/pkg/authenticator/token/webhook imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/resource/v1alpha2: cannot find module providing package k8s.io/api/resource/v1alpha2

@renovate-rancher renovate-rancher bot added the dependencies Pull requests that update a dependency file label Dec 10, 2024
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