cast icon indicating copy to clipboard operation
cast copied to clipboard

fix(deps): update module github.com/rancher/wrangler to v2

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v2.1.4

Compare Source

v2.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/rancher/wrangler/compare/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: https://github.com/rancher/wrangler/compare/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: https://github.com/rancher/wrangler/compare/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: https://github.com/rancher/wrangler/compare/v1.1.1...v1.1.2

v1.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/rancher/wrangler/compare/v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rancher/wrangler/compare/v1.0.2...v1.1.0

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

What's Changed

  • Breaking change to add 1.24 functionality. See: https://github.com/rancher/wrangler/commit/6bd33aeeced101fcf400e8628eb32f47483cf098

Full Changelog: https://github.com/rancher/wrangler/compare/v0.8.10...v1.0.0

v0.8.11

Compare Source

v0.8.10

Compare Source

What's Changed

Full Changelog: https://github.com/rancher/wrangler/compare/v0.8.9...v0.8.10

v0.8.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rancher/wrangler/compare/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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Feb 02 '24 17:02 renovate[bot]