kubewarden / safe-labels-policy

Kubewarden policy that validates Kubernetes' resource labels
https://kubewarden.io
Apache License 2.0
5 stars 2 forks source link

Update module github.com/deckarep/golang-set to v2 #17

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/deckarep/golang-set require major v1.8.0 -> v2.2.0

Release Notes

deckarep/golang-set ### [`v2.2.0`](https://togithub.com/deckarep/golang-set/releases/tag/v2.2.0): Minor release: better docs, small optimizations, additional convenience methods and constructors. [Compare Source](https://togithub.com/deckarep/golang-set/compare/v2.1.0...v2.2.0) #### What's Changed - Streamline pointer indirection, and docs and optimized Clear method by [@​fakefloordiv](https://togithub.com/fakefloordiv) - `NewSetFromMapKeys` and `NewThreadUnsafeSetFromMapKeys` convenience constructor methods by [@​jay-babu](https://togithub.com/jay-babu) - `Append` method for adding multiple elements in a single command by [@​SignorMercurio](https://togithub.com/SignorMercurio) #### Full Changelog ### [`v2.1.0`](https://togithub.com/deckarep/golang-set/releases/tag/v2.1.0): Major release with generics support [Compare Source](https://togithub.com/deckarep/golang-set/compare/v2.0.0...v2.1.0) #### What's Changed - Remove dead code by [@​jeffwidman](https://togithub.com/jeffwidman) in [https://github.com/deckarep/golang-set/pull/85](https://togithub.com/deckarep/golang-set/pull/85) - Make `NewThreadUnsafeSet()` take optional vals. by [@​jeffwidman](https://togithub.com/jeffwidman) in [https://github.com/deckarep/golang-set/pull/83](https://togithub.com/deckarep/golang-set/pull/83) - Delete `New*SetFromSlice()` and `NewSetWith()` APIs by [@​jeffwidman](https://togithub.com/jeffwidman) in [https://github.com/deckarep/golang-set/pull/84](https://togithub.com/deckarep/golang-set/pull/84) - feat: improve Add performance by [@​orisano](https://togithub.com/orisano) in [https://github.com/deckarep/golang-set/pull/88](https://togithub.com/deckarep/golang-set/pull/88) #### New Contributors - [@​jeffwidman](https://togithub.com/jeffwidman) made their first contribution in [https://github.com/deckarep/golang-set/pull/85](https://togithub.com/deckarep/golang-set/pull/85) - [@​orisano](https://togithub.com/orisano) made their first contribution in [https://github.com/deckarep/golang-set/pull/88](https://togithub.com/deckarep/golang-set/pull/88) **Full Changelog**: https://github.com/deckarep/golang-set/compare/v2.0.0...v2.1.0 ### [`v2.0.0`](https://togithub.com/deckarep/golang-set/compare/v1.8.0...v2.0.0) [Compare Source](https://togithub.com/deckarep/golang-set/compare/v1.8.0...v2.0.0)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.