ekristen / cast

Cast is an installer for any compatible Saltstack based distribution like SIFT or REMnux
https://ekristen.github.io/cast/
MIT License
103 stars 13 forks source link

fix(deps): update module github.com/rancher/wrangler to v3 #112

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

rancher/wrangler (github.com/rancher/wrangler) ### [`v3.0.0`](https://togithub.com/rancher/wrangler/releases/tag/v3.0.0) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.1.4...v3.0.0) #### What's Changed - K8s 1.30 by [@​tomleb](https://togithub.com/tomleb) in [https://github.com/rancher/wrangler/pull/425](https://togithub.com/rancher/wrangler/pull/425) - Move to wrangler v3 by [@​tomleb](https://togithub.com/tomleb) in [https://github.com/rancher/wrangler/pull/427](https://togithub.com/rancher/wrangler/pull/427) - Add unit tests and comments to the name package by [@​JonCrowther](https://togithub.com/JonCrowther) in [https://github.com/rancher/wrangler/pull/424](https://togithub.com/rancher/wrangler/pull/424) - Migrate wrangler to GHA by [@​ericpromislow](https://togithub.com/ericpromislow) in [https://github.com/rancher/wrangler/pull/426](https://togithub.com/rancher/wrangler/pull/426) - Bumping lasso by [@​MbolotSuse](https://togithub.com/MbolotSuse) in [https://github.com/rancher/wrangler/pull/456](https://togithub.com/rancher/wrangler/pull/456) - Log received signals used for context cancelation by [@​aruiz14](https://togithub.com/aruiz14) in [https://github.com/rancher/wrangler/pull/457](https://togithub.com/rancher/wrangler/pull/457) - Upgrade lasso to [`b2a060d`](https://togithub.com/rancher/wrangler/commit/b2a060d103c1a89cf502216d2e7d51ef7fe0a155) by [@​tomleb](https://togithub.com/tomleb) in [https://github.com/rancher/wrangler/pull/458](https://togithub.com/rancher/wrangler/pull/458) **Full Changelog**: https://github.com/rancher/wrangler/compare/v2.2.0-rc6...v3.0.0 ### [`v2.1.4`](https://togithub.com/rancher/wrangler/compare/v2.1.3...v2.1.4) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.1.3...v2.1.4) ### [`v2.1.3`](https://togithub.com/rancher/wrangler/releases/tag/v2.1.3) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.1.2...v2.1.3) #### What's Changed - \[release-2.1] Use indexer when listing cached types by hash by [@​aruiz14](https://togithub.com/aruiz14) in [https://github.com/rancher/wrangler/pull/355](https://togithub.com/rancher/wrangler/pull/355) - \[release-2.1] Allow GeneratingHandlers to skip Apply if resource version didn't change by [@​aruiz14](https://togithub.com/aruiz14) in [https://github.com/rancher/wrangler/pull/356](https://togithub.com/rancher/wrangler/pull/356) - \[v1.28] Cherry pick from master | Bump dependencies to support k8s 1.28 by [@​chiukapoor](https://togithub.com/chiukapoor) in [https://github.com/rancher/wrangler/pull/358](https://togithub.com/rancher/wrangler/pull/358) **Full Changelog**: https://github.com/rancher/wrangler/compare/v2.1.2...v2.1.3 ### [`v2.1.2`](https://togithub.com/rancher/wrangler/releases/tag/v2.1.2) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.1.1...v2.1.2) Wrangle v2 with client-go == v0.28 #### What's Changed - \[Backport]: Configurable leader election 2.1 by [@​rmweir](https://togithub.com/rmweir) in [https://github.com/rancher/wrangler/pull/329](https://togithub.com/rancher/wrangler/pull/329) - update client-go to 0.28 and update resource lease lock by [@​galal-hussein](https://togithub.com/galal-hussein) in [https://github.com/rancher/wrangler/pull/315](https://togithub.com/rancher/wrangler/pull/315) #### New Contributors - [@​galal-hussein](https://togithub.com/galal-hussein) made their first contribution in [https://github.com/rancher/wrangler/pull/315](https://togithub.com/rancher/wrangler/pull/315) **Full Changelog**: https://github.com/rancher/wrangler/compare/v2.1.0...v2.1.2 ### [`v2.1.1`](https://togithub.com/rancher/wrangler/compare/v2.1.0...v2.1.1) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.1.0...v2.1.1) ### [`v2.1.0`](https://togithub.com/rancher/wrangler/compare/v2.0.2...v2.1.0) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.0.2...v2.1.0) ### [`v2.0.2`](https://togithub.com/rancher/wrangler/releases/tag/v2.0.2) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.0.1...v2.0.2) ### Wrangler v2 This is the first release of Wrangler v2 that includes breaking changes from v1. ### Breaking Changes 1. Generic controllers by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/264](https://togithub.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](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/289](https://togithub.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 - Wrangler CI by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/270](https://togithub.com/rancher/wrangler/pull/270) - Bump golang.org/x/tools from 0.1.12 to 0.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/rancher/wrangler/pull/269](https://togithub.com/rancher/wrangler/pull/269) - Adding a section to the README on releases and where updates happen by [@​mattfarina](https://togithub.com/mattfarina) in [https://github.com/rancher/wrangler/pull/274](https://togithub.com/rancher/wrangler/pull/274) - Fix CI testing by [@​mattfarina](https://togithub.com/mattfarina) in [https://github.com/rancher/wrangler/pull/278](https://togithub.com/rancher/wrangler/pull/278) - Moving linting to GitHub Actions by [@​mattfarina](https://togithub.com/mattfarina) in [https://github.com/rancher/wrangler/pull/276](https://togithub.com/rancher/wrangler/pull/276) - Generic controllers by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/264](https://togithub.com/rancher/wrangler/pull/264) - Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/rancher/wrangler/pull/246](https://togithub.com/rancher/wrangler/pull/246) - Fix typo for word "annotate" by [@​tlehman](https://togithub.com/tlehman) in [https://github.com/rancher/wrangler/pull/280](https://togithub.com/rancher/wrangler/pull/280) - Bump golang.org/x/net from 0.6.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/rancher/wrangler/pull/273](https://togithub.com/rancher/wrangler/pull/273) - Add test to Controller implemented Client methods. by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/283](https://togithub.com/rancher/wrangler/pull/283) - Bump actions/setup-go from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/rancher/wrangler/pull/290](https://togithub.com/rancher/wrangler/pull/290) - Add documentation to name.Limit by [@​manno](https://togithub.com/manno) in [https://github.com/rancher/wrangler/pull/279](https://togithub.com/rancher/wrangler/pull/279) - Fix schema generation for IntOrString by [@​brandond](https://togithub.com/brandond) in [https://github.com/rancher/wrangler/pull/298](https://togithub.com/rancher/wrangler/pull/298) - Update release info in README.md by [@​rmweir](https://togithub.com/rmweir) in [https://github.com/rancher/wrangler/pull/293](https://togithub.com/rancher/wrangler/pull/293) - Wrangler client with impersonation by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/303](https://togithub.com/rancher/wrangler/pull/303) - Crd generation by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/310](https://togithub.com/rancher/wrangler/pull/310) - Update v2 2.0 by [@​rmweir](https://togithub.com/rmweir) in [https://github.com/rancher/wrangler/pull/318](https://togithub.com/rancher/wrangler/pull/318) #### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/rancher/wrangler/pull/269](https://togithub.com/rancher/wrangler/pull/269) - [@​tlehman](https://togithub.com/tlehman) made their first contribution in [https://github.com/rancher/wrangler/pull/280](https://togithub.com/rancher/wrangler/pull/280) **Full Changelog**: https://github.com/rancher/wrangler/compare/v1.1.0...v2.0.2 ### [`v2.0.1`](https://togithub.com/rancher/wrangler/compare/v2.0.0...v2.0.1) [Compare Source](https://togithub.com/rancher/wrangler/compare/v2.0.0...v2.0.1) ### [`v2.0.0`](https://togithub.com/rancher/wrangler/compare/v1.1.2...v2.0.0) [Compare Source](https://togithub.com/rancher/wrangler/compare/v1.1.2...v2.0.0) ### [`v1.1.2`](https://togithub.com/rancher/wrangler/releases/tag/v1.1.2) [Compare Source](https://togithub.com/rancher/wrangler/compare/v1.1.1...v1.1.2) #### What's Changed - \[v1.1] Fix CI by [@​aruiz14](https://togithub.com/aruiz14) in [https://github.com/rancher/wrangler/pull/352](https://togithub.com/rancher/wrangler/pull/352) - \[v1.1] Use indexer when listing cached types by hash by [@​aruiz14](https://togithub.com/aruiz14) in [https://github.com/rancher/wrangler/pull/324](https://togithub.com/rancher/wrangler/pull/324) - \[v1.1] Allow GeneratingHandlers to skip Apply if resource version didn't change by [@​aruiz14](https://togithub.com/aruiz14) in [https://github.com/rancher/wrangler/pull/351](https://togithub.com/rancher/wrangler/pull/351) **Full Changelog**: https://github.com/rancher/wrangler/compare/v1.1.1...v1.1.2 ### [`v1.1.1`](https://togithub.com/rancher/wrangler/releases/tag/v1.1.1) [Compare Source](https://togithub.com/rancher/wrangler/compare/v1.1.0...v1.1.1) #### What's Changed - Wrangler CI by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/270](https://togithub.com/rancher/wrangler/pull/270) - Bump golang.org/x/tools from 0.1.12 to 0.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/rancher/wrangler/pull/269](https://togithub.com/rancher/wrangler/pull/269) - Merge security fix and ci add by [@​rmweir](https://togithub.com/rmweir) in [https://github.com/rancher/wrangler/pull/275](https://togithub.com/rancher/wrangler/pull/275) **Full Changelog**: https://github.com/rancher/wrangler/compare/v1.1.0...v1.1.1 ### [`v1.1.0`](https://togithub.com/rancher/wrangler/releases/tag/v1.1.0) [Compare Source](https://togithub.com/rancher/wrangler/compare/v1.0.2...v1.1.0) #### What's Changed - fix truncated job annotations by [@​luthermonson](https://togithub.com/luthermonson) in [https://github.com/rancher/wrangler/pull/206](https://togithub.com/rancher/wrangler/pull/206) - Updating the go.mod to include indirect deps by [@​mattfarina](https://togithub.com/mattfarina) in [https://github.com/rancher/wrangler/pull/211](https://togithub.com/rancher/wrangler/pull/211) - Remove beta from README by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/212](https://togithub.com/rancher/wrangler/pull/212) - Add dependabot config by [@​manno](https://togithub.com/manno) in [https://github.com/rancher/wrangler/pull/207](https://togithub.com/rancher/wrangler/pull/207) - Add to README by [@​rmweir](https://togithub.com/rmweir) in [https://github.com/rancher/wrangler/pull/220](https://togithub.com/rancher/wrangler/pull/220) - Adds webhook documentation and makes Request fully public. by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/226](https://togithub.com/rancher/wrangler/pull/226) - leaderelection: exit 0 when exit requested by [@​mattfarina](https://togithub.com/mattfarina) in [https://github.com/rancher/wrangler/pull/240](https://togithub.com/rancher/wrangler/pull/240) - Leader election: do not wait 2 hours for retry, even in dev mode by [@​moio](https://togithub.com/moio) in [https://github.com/rancher/wrangler/pull/232](https://togithub.com/rancher/wrangler/pull/232) - Support k8s 1.25 by [@​jiaqiluo](https://togithub.com/jiaqiluo) in [https://github.com/rancher/wrangler/pull/241](https://togithub.com/rancher/wrangler/pull/241) - go generate by [@​rmweir](https://togithub.com/rmweir) in [https://github.com/rancher/wrangler/pull/242](https://togithub.com/rancher/wrangler/pull/242) - Fix CreateUnknownIfNotExists to work on status objects by [@​jakefhyde](https://togithub.com/jakefhyde) in [https://github.com/rancher/wrangler/pull/253](https://togithub.com/rancher/wrangler/pull/253) - \[Forwardport] v2.7: Add function to copy factory and add user agent by [@​rmweir](https://togithub.com/rmweir) in [https://github.com/rancher/wrangler/pull/254](https://togithub.com/rancher/wrangler/pull/254) - Add codegen for EndpointSlices (discovery.k8s.io) by [@​brandond](https://togithub.com/brandond) in [https://github.com/rancher/wrangler/pull/257](https://togithub.com/rancher/wrangler/pull/257) - Fix git reset command by [@​KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/rancher/wrangler/pull/263](https://togithub.com/rancher/wrangler/pull/263) #### New Contributors - [@​mattfarina](https://togithub.com/mattfarina) made their first contribution in [https://github.com/rancher/wrangler/pull/211](https://togithub.com/rancher/wrangler/pull/211) - [@​moio](https://togithub.com/moio) made their first contribution in [https://github.com/rancher/wrangler/pull/232](https://togithub.com/rancher/wrangler/pull/232) - [@​jiaqiluo](https://togithub.com/jiaqiluo) made their first contribution in [https://github.com/rancher/wrangler/pull/241](https://togithub.com/rancher/wrangler/pull/241) - [@​jakefhyde](https://togithub.com/jakefhyde) made their first contribution in [https://github.com/rancher/wrangler/pull/253](https://togithub.com/rancher/wrangler/pull/253) **Full Changelog**: https://github.com/rancher/wrangler/compare/v1.0.2...v1.1.0 ### [`v1.0.2`](https://togithub.com/rancher/wrangler/compare/v1.0.1...v1.0.2) [Compare Source](https://togithub.com/rancher/wrangler/compare/v1.0.1...v1.0.2) ### [`v1.0.1`](https://togithub.com/rancher/wrangler/compare/v1.0.0...v1.0.1) [Compare Source](https://togithub.com/rancher/wrangler/compare/v1.0.0...v1.0.1) ### [`v1.0.0`](https://togithub.com/rancher/wrangler/releases/tag/v1.0.0) [Compare Source](https://togithub.com/rancher/wrangler/compare/v0.8.11...v1.0.0) #### 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`](https://togithub.com/rancher/wrangler/compare/v0.8.10...v0.8.11) [Compare Source](https://togithub.com/rancher/wrangler/compare/v0.8.10...v0.8.11) ### [`v0.8.10`](https://togithub.com/rancher/wrangler/releases/tag/v0.8.10) [Compare Source](https://togithub.com/rancher/wrangler/compare/v0.8.9...v0.8.10) #### What's Changed - Fixed distinct namespaces resolution in Apply by [@​snasovich](https://togithub.com/snasovich) in [https://github.com/rancher/wrangler/pull/187](https://togithub.com/rancher/wrangler/pull/187) **Full Changelog**: https://github.com/rancher/wrangler/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/rancher/wrangler/releases/tag/v0.8.9) [Compare Source](https://togithub.com/rancher/wrangler/compare/v0.8.8...v0.8.9) #### What's Changed - fixed permissions errors when applying multiple namespaces by [@​paynejacob](https://togithub.com/paynejacob) in [https://github.com/rancher/wrangler/pull/183](https://togithub.com/rancher/wrangler/pull/183) #### New Contributors - [@​paynejacob](https://togithub.com/paynejacob) made their first contribution in [https://github.com/rancher/wrangler/pull/183](https://togithub.com/rancher/wrangler/pull/183) **Full Changelog**: https://github.com/rancher/wrangler/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/rancher/wrangler/releases/tag/v0.8.8) [Compare Source](https://togithub.com/rancher/wrangler/compare/v0.8.7...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`](https://togithub.com/rancher/wrangler/compare/v0.8.6...v0.8.7) [Compare Source](https://togithub.com/rancher/wrangler/compare/v0.8.6...v0.8.7)

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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months ago

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

Details:

Package Change
k8s.io/api v0.28.3 -> v0.30.0
k8s.io/apimachinery v0.28.3 -> v0.30.0
k8s.io/client-go v0.28.3 -> v0.30.0
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 -> v4.4.1