cast icon indicating copy to clipboard operation
cast copied to clipboard

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

Open renovate[bot] opened this issue 2 years ago • 0 comments

This PR contains the following updates:

Package Change Age Confidence
github.com/rancher/wrangler v0.8.6 -> v0.8.11 age confidence

Release Notes

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

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

renovate[bot] avatar Mar 25 '23 17:03 renovate[bot]