fix(deps): update module github.com/rancher/wrangler to v0.8.11
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/rancher/wrangler | v0.8.6 -> v0.8.11 |
Release Notes
rancher/wrangler (github.com/rancher/wrangler)
v0.8.11
v0.8.10
What's Changed
- Fixed distinct namespaces resolution in Apply by @snasovich in #187
Full Changelog: https://github.com/rancher/wrangler/compare/v0.8.9...v0.8.10
v0.8.9
What's Changed
- fixed permissions errors when applying multiple namespaces by @paynejacob in #183
New Contributors
- @paynejacob made their first contribution in #183
Full Changelog: https://github.com/rancher/wrangler/compare/v0.8.8...v0.8.9
v0.8.8
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
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.