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 module github.com/rancher/wrangler to v3 #112

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/rancher/wrangler v0.8.6 -> v3.1.0 age adoption passing confidence

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

v0.8.11

Compare Source

v0.8.10

Compare Source

What's Changed

Full Changelog: rancher/wrangler@v0.8.9...v0.8.10

v0.8.9

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v0.8.8...v0.8.9

v0.8.8

Compare Source

Added new signals pkg with shutdown func for windows services. The SetupSignalHandler now returns a channel so if you are using something like...

ctx := signals.SetupSignalHandler(context.Background())

There is now a func that returns the context that will do the context.Background call for you so switch to

ctx := signals.SetupSignalContext()

v0.8.7

Compare Source


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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

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

  • 8 additional dependencies were updated

Details:

Package Change
github.com/onsi/gomega v1.29.0 -> v1.33.1
k8s.io/api v0.28.3 -> v0.31.1
k8s.io/apimachinery v0.28.3 -> v0.31.1
k8s.io/client-go v0.28.3 -> v0.31.1
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 -> v0.0.0-20240711033017-18e509b52bc8
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 -> v4.4.1

@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch from 4bbd53f to 00e8d4a Compare July 10, 2024 00:59
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 3 times, most recently from 7892aae to 47fd78a Compare July 25, 2024 13:59
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 2 times, most recently from 28e2fa6 to 5a01859 Compare August 6, 2024 23:42
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 2 times, most recently from c7a98a7 to 43de35d Compare September 5, 2024 21:42
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 2 times, most recently from 2f28790 to 125c5f2 Compare October 4, 2024 21:59
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch from 125c5f2 to 698cbc8 Compare October 13, 2024 19:03
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 2 times, most recently from bbb377f to ce944cf Compare November 1, 2024 14:06
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 4 times, most recently from 5602bb0 to 6d5cb82 Compare November 8, 2024 18:51
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch from 6d5cb82 to e182b8e Compare November 26, 2024 17:15
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 2 times, most recently from 2cb3193 to c2d92c4 Compare December 11, 2024 21:09
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch 2 times, most recently from f2a2dcb to e41dceb Compare January 7, 2025 17:54
@renovate renovate bot force-pushed the renovate/git.luolix.top-rancher-wrangler-3.x branch from e41dceb to a21d758 Compare January 7, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants