Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(deps): update all non-major dependencies (#269)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/stretchr/testify](https://redirect.github.com/stretchr/testify) | `v1.9.0` -> `v1.10.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/validator-labs/validator](https://redirect.github.com/validator-labs/validator) | `v0.1.12` -> `v0.1.13` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/validator-labs/validator-plugin-aws](https://redirect.github.com/validator-labs/validator-plugin-aws) | `v0.1.8` -> `v0.1.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/validator-labs/validator-plugin-azure](https://redirect.github.com/validator-labs/validator-plugin-azure) | `v0.0.22` -> `v0.0.23` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.10.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.9.0...v1.10.0) #### What's Changed ##### Functional Changes - Add PanicAssertionFunc by [@​fahimbagar](https://redirect.github.com/fahimbagar) in [https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337) - assert: deprecate CompareType by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1566](https://redirect.github.com/stretchr/testify/pull/1566) - assert: make YAML dependency pluggable via build tags by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1579](https://redirect.github.com/stretchr/testify/pull/1579) - assert: new assertion NotElementsMatch by [@​hendrywiranto](https://redirect.github.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1600](https://redirect.github.com/stretchr/testify/pull/1600) - mock: in order mock calls by [@​ReyOrtiz](https://redirect.github.com/ReyOrtiz) in [https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637) - Add assertion for NotErrorAs by [@​palsivertsen](https://redirect.github.com/palsivertsen) in [https://github.com/stretchr/testify/pull/1129](https://redirect.github.com/stretchr/testify/pull/1129) - Record Return Arguments of a Call by [@​jayd3e](https://redirect.github.com/jayd3e) in [https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636) - assert.EqualExportedValues: accepts everything by [@​redachl](https://redirect.github.com/redachl) in [https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586) ##### Fixes - assert: make tHelper a type alias by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1562](https://redirect.github.com/stretchr/testify/pull/1562) - Do not get argument again unnecessarily in Arguments.Error() by [@​TomWright](https://redirect.github.com/TomWright) in [https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820) - Fix time.Time compare by [@​myxo](https://redirect.github.com/myxo) in [https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582) - assert.Regexp: handle \[]byte array properly by [@​kevinburkesegment](https://redirect.github.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1587](https://redirect.github.com/stretchr/testify/pull/1587) - assert: collect.FailNow() should not panic by [@​marshall-lee](https://redirect.github.com/marshall-lee) in [https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481) - mock: simplify implementation of FunctionalOptions by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1571](https://redirect.github.com/stretchr/testify/pull/1571) - mock: caller information for unexpected method call by [@​spirin](https://redirect.github.com/spirin) in [https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644) - suite: fix test failures by [@​stevenh](https://redirect.github.com/stevenh) in [https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421) - Fix issue [#​1662](https://redirect.github.com/stretchr/testify/issues/1662) (comparing infs should fail) by [@​ybrustin](https://redirect.github.com/ybrustin) in [https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663) - NotSame should fail if args are not pointers [#​1661](https://redirect.github.com/stretchr/testify/issues/1661) by [@​sikehish](https://redirect.github.com/sikehish) in [https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664) - Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by [@​sikehish](https://redirect.github.com/sikehish) in [https://github.com/stretchr/testify/pull/1667](https://redirect.github.com/stretchr/testify/pull/1667) - fix: compare functional option names for indirect calls by [@​arjun-1](https://redirect.github.com/arjun-1) in [https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626) ##### Documantation, Build & CI - .gitignore: ignore "go test -c" binaries by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1565](https://redirect.github.com/stretchr/testify/pull/1565) - mock: improve doc by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1570](https://redirect.github.com/stretchr/testify/pull/1570) - mock: fix FunctionalOptions docs by [@​snirye](https://redirect.github.com/snirye) in [https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433) - README: link out to the excellent testifylint by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1568](https://redirect.github.com/stretchr/testify/pull/1568) - assert: fix typo in comment by [@​JohnEndson](https://redirect.github.com/JohnEndson) in [https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580) - Correct the EventuallyWithT and EventuallyWithTf example by [@​JonCrowther](https://redirect.github.com/JonCrowther) in [https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588) - CI: bump softprops/action-gh-release from 1 to 2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/stretchr/testify/pull/1575](https://redirect.github.com/stretchr/testify/pull/1575) - mock: document more alternatives to deprecated AnythingOfTypeArgument by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1569](https://redirect.github.com/stretchr/testify/pull/1569) - assert: Correctly document EqualValues behavior by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1593](https://redirect.github.com/stretchr/testify/pull/1593) - fix: grammar in godoc by [@​miparnisari](https://redirect.github.com/miparnisari) in [https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607) - .github/workflows: Run tests for Go 1.22 by [@​HaraldNordgren](https://redirect.github.com/HaraldNordgren) in [https://github.com/stretchr/testify/pull/1629](https://redirect.github.com/stretchr/testify/pull/1629) - Document suite's lack of support for t.Parallel by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1645](https://redirect.github.com/stretchr/testify/pull/1645) - assert: fix typos in comments by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1650](https://redirect.github.com/stretchr/testify/pull/1650) - mock: fix doc comment for NotBefore by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1651](https://redirect.github.com/stretchr/testify/pull/1651) - Generate better comments for require package by [@​Neokil](https://redirect.github.com/Neokil) in [https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610) - README: replace Testify V2 notice with [@​dolmen](https://redirect.github.com/dolmen)'s V2 manifesto by [@​hendrywiranto](https://redirect.github.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1518](https://redirect.github.com/stretchr/testify/pull/1518) #### New Contributors - [@​fahimbagar](https://redirect.github.com/fahimbagar) made their first contribution in [https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337) - [@​TomWright](https://redirect.github.com/TomWright) made their first contribution in [https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820) - [@​snirye](https://redirect.github.com/snirye) made their first contribution in [https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433) - [@​myxo](https://redirect.github.com/myxo) made their first contribution in [https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582) - [@​JohnEndson](https://redirect.github.com/JohnEndson) made their first contribution in [https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580) - [@​JonCrowther](https://redirect.github.com/JonCrowther) made their first contribution in [https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588) - [@​miparnisari](https://redirect.github.com/miparnisari) made their first contribution in [https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607) - [@​marshall-lee](https://redirect.github.com/marshall-lee) made their first contribution in [https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481) - [@​spirin](https://redirect.github.com/spirin) made their first contribution in [https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644) - [@​ReyOrtiz](https://redirect.github.com/ReyOrtiz) made their first contribution in [https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637) - [@​stevenh](https://redirect.github.com/stevenh) made their first contribution in [https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421) - [@​jayd3e](https://redirect.github.com/jayd3e) made their first contribution in [https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636) - [@​Neokil](https://redirect.github.com/Neokil) made their first contribution in [https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610) - [@​redachl](https://redirect.github.com/redachl) made their first contribution in [https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586) - [@​ybrustin](https://redirect.github.com/ybrustin) made their first contribution in [https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663) - [@​sikehish](https://redirect.github.com/sikehish) made their first contribution in [https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664) - [@​arjun-1](https://redirect.github.com/arjun-1) made their first contribution in [https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626) **Full Changelog**: stretchr/testify@v1.9.0...v1.10.0 </details> <details> <summary>validator-labs/validator (github.com/validator-labs/validator)</summary> ### [`v0.1.13`](https://redirect.github.com/validator-labs/validator/releases/tag/v0.1.13) [Compare Source](https://redirect.github.com/validator-labs/validator/compare/v0.1.12...v0.1.13) ##### Features - frequency annotation helper ([#​422](https://redirect.github.com/validator-labs/validator/issues/422)) ([b2ca83f](https://redirect.github.com/validator-labs/validator/commit/b2ca83f7052037c5a6c08c9974abaea65c2c2a9b)) ##### Other - **deps:** bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ([#​438](https://redirect.github.com/validator-labs/validator/issues/438)) ([b69e66f](https://redirect.github.com/validator-labs/validator/commit/b69e66f5469ac6cfe2e2cb14eefba0ca27f015e8)) - update renovate.json ([96c3ea7](https://redirect.github.com/validator-labs/validator/commit/96c3ea77b8e2d24395aee6a57b017871923ad58e)) - Update renovate.json ([#​436](https://redirect.github.com/validator-labs/validator/issues/436)) ([d720806](https://redirect.github.com/validator-labs/validator/commit/d720806372b6b2f6882d3d461004f5e92f5463cf)) ##### Dependency Updates - **deps:** update actions/checkout digest to [`11bd719`](https://redirect.github.com/validator-labs/validator/commit/11bd719) ([#​430](https://redirect.github.com/validator-labs/validator/issues/430)) ([dcc37af](https://redirect.github.com/validator-labs/validator/commit/dcc37afc2e38081c6ed432be2d39d73eb01ada94)) - **deps:** update actions/checkout digest to [`eef6144`](https://redirect.github.com/validator-labs/validator/commit/eef6144) ([#​426](https://redirect.github.com/validator-labs/validator/issues/426)) ([ae9976f](https://redirect.github.com/validator-labs/validator/commit/ae9976fac047431dddf51d88c9ad3f72e9b40623)) - **deps:** update all non-major dependencies ([#​437](https://redirect.github.com/validator-labs/validator/issues/437)) ([8a2fb74](https://redirect.github.com/validator-labs/validator/commit/8a2fb74f4d15f3d6e7b6227865d01382ce4634b6)) - **deps:** update golang.org/x/exp digest to [`2d47ceb`](https://redirect.github.com/validator-labs/validator/commit/2d47ceb) ([#​439](https://redirect.github.com/validator-labs/validator/issues/439)) ([4f2ffdf](https://redirect.github.com/validator-labs/validator/commit/4f2ffdf1a15c2d8013647cc120da345e650d81ca)) - **deps:** update golang.org/x/exp digest to [`f66d83c`](https://redirect.github.com/validator-labs/validator/commit/f66d83c) ([#​425](https://redirect.github.com/validator-labs/validator/issues/425)) ([edf709b](https://redirect.github.com/validator-labs/validator/commit/edf709b18478b821097b0f4c20feb2edc99ee7a0)) - **deps:** update kubernetes packages to v0.31.1 ([#​388](https://redirect.github.com/validator-labs/validator/issues/388)) ([5459610](https://redirect.github.com/validator-labs/validator/commit/5459610bffee6262b35e069ece63dd5417a6b39a)) - **deps:** update kubernetes packages to v0.31.2 ([#​431](https://redirect.github.com/validator-labs/validator/issues/431)) ([16f3c2a](https://redirect.github.com/validator-labs/validator/commit/16f3c2a9da959f00e159fe427daf835911f795b6)) - **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/connectrpc/go to v1.17.0-20240205164452-95dfd137cb54.1 ([#​421](https://redirect.github.com/validator-labs/validator/issues/421)) ([274ba08](https://redirect.github.com/validator-labs/validator/commit/274ba08ce9e96b730c2f27e449454752eea82cf0)) - **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/protocolbuffers/go to v1.35.1-20240205164452-95dfd137cb54.1 ([#​428](https://redirect.github.com/validator-labs/validator/issues/428)) ([728bbf1](https://redirect.github.com/validator-labs/validator/commit/728bbf1f321e7aa8a932af9072ba91e7cf0a6f1e)) - **deps:** update module connectrpc.com/connect to v1.17.0 ([#​420](https://redirect.github.com/validator-labs/validator/issues/420)) ([1425343](https://redirect.github.com/validator-labs/validator/commit/14253432eb8778ac69da30fabd0cbfcd49dbd02f)) - **deps:** update module github.com/onsi/ginkgo/v2 to v2.21.0 ([#​433](https://redirect.github.com/validator-labs/validator/issues/433)) ([d2dbcf0](https://redirect.github.com/validator-labs/validator/commit/d2dbcf04c05261aac38693bd1905132a6f69d22a)) - **deps:** update module github.com/onsi/gomega to v1.35.0 ([#​434](https://redirect.github.com/validator-labs/validator/issues/434)) ([274b277](https://redirect.github.com/validator-labs/validator/commit/274b277037e0b395d93164daa34c770604ebf876)) - **deps:** update module github.com/slack-go/slack to v0.15.0 ([#​429](https://redirect.github.com/validator-labs/validator/issues/429)) ([2ce3b4b](https://redirect.github.com/validator-labs/validator/commit/2ce3b4bacbd8eb11eca5d8ce0d9807b36dcd0767)) - **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.3.3 ([#​396](https://redirect.github.com/validator-labs/validator/issues/396)) ([011d5bd](https://redirect.github.com/validator-labs/validator/commit/011d5bd9ce2b5a5821858b0ac3e0081fff193a7c)) - **deps:** update module sigs.k8s.io/cluster-api to v1.8.3 ([#​418](https://redirect.github.com/validator-labs/validator/issues/418)) ([735df90](https://redirect.github.com/validator-labs/validator/commit/735df9000900b05f9946288ca2e46002e79e5344)) - **deps:** update module sigs.k8s.io/cluster-api to v1.8.4 ([#​427](https://redirect.github.com/validator-labs/validator/issues/427)) ([67fbcfc](https://redirect.github.com/validator-labs/validator/commit/67fbcfcb163fb76c781461faa3004c7e3d228077)) - **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#​392](https://redirect.github.com/validator-labs/validator/issues/392)) ([1c87bd3](https://redirect.github.com/validator-labs/validator/commit/1c87bd3fd905661b0eb6dc7d61f88e93bcea2940)) - **deps:** update module sigs.k8s.io/controller-runtime to v0.19.1 ([#​432](https://redirect.github.com/validator-labs/validator/issues/432)) ([7b2f95a](https://redirect.github.com/validator-labs/validator/commit/7b2f95ac51e2d383a4028e405459cf9b0ab672de)) - **deps:** update softprops/action-gh-release digest to [`e7a8f85`](https://redirect.github.com/validator-labs/validator/commit/e7a8f85) ([#​435](https://redirect.github.com/validator-labs/validator/issues/435)) ([cb388ca](https://redirect.github.com/validator-labs/validator/commit/cb388cafea34d1ca33757d3928ddecaa3d1fdb7f)) </details> <details> <summary>validator-labs/validator-plugin-aws (github.com/validator-labs/validator-plugin-aws)</summary> ### [`v0.1.9`](https://redirect.github.com/validator-labs/validator-plugin-aws/releases/tag/v0.1.9) [Compare Source](https://redirect.github.com/validator-labs/validator-plugin-aws/compare/v0.1.8...v0.1.9) ##### Bug Fixes - make inline auth work in direct mode too ([#​520](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/520)) ([c3f1eee](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/c3f1eee84607a94d7998aafaa18e433313c87dd8)) ##### Dependency Updates - **deps:** update all non-major dependencies ([#​512](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/512)) ([983bfd2](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/983bfd2b7f2561a955b42fcfe7cf31ad145c7710)) - **deps:** update all non-major dependencies ([#​518](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/518)) ([f92f78f](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/f92f78f3d17a691a9207d29d27edc54b6d6f3bc3)) - **deps:** update all non-major dependencies ([#​522](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/522)) ([abd327f](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/abd327f7c30f8ca02f89625ef37ab1ac6a5c53f9)) - **deps:** update all non-major dependencies to v0.31.3 ([#​516](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/516)) ([091c754](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/091c75401ff797412f650596b57d3fe4d756f014)) - **deps:** update build digest to [`5ffe724`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/5ffe724) ([#​515](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/515)) ([1419d51](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/1419d517537decabd5a8d8a80a3bdec779e33f1d)) - **deps:** update build digest to [`713df39`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/713df39) ([#​511](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/511)) ([5da4b08](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/5da4b08832da3eb641c54943f8a44a44457d0063)) - **deps:** update build digest to [`a46a554`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/a46a554) ([#​521](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/521)) ([d2ed373](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/d2ed373ddce68df74e4b50d8426614150e9a0eab)) - **deps:** update build digest to [`dd09b58`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/dd09b58) ([#​519](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/519)) ([ebee491](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/ebee491eb3121f6a7ce8cc35aeaf07483a03ae44)) - **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#​514](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/514)) ([99ea99f](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/99ea99fb0b22c64fc66c628d690c7cf4bd78e3fe)) </details> <details> <summary>validator-labs/validator-plugin-azure (github.com/validator-labs/validator-plugin-azure)</summary> ### [`v0.0.23`](https://redirect.github.com/validator-labs/validator-plugin-azure/releases/tag/v0.0.23) [Compare Source](https://redirect.github.com/validator-labs/validator-plugin-azure/compare/v0.0.22...v0.0.23) ##### Bug Fixes - make inline auth work in direct mode too ([#​302](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/302)) ([ef08cc3](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/ef08cc3fa9d4ea80fa69c35e27cb85a311af2a67)) ##### Other - make reviewable ([#​290](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/290)) ([6cf46a9](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/6cf46a97a980adc8a3782fe0a417838afaa74d42)) - update renovate.json ([032f2c5](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/032f2c5da2354e56a2bb5506c666293f579f2fd2)) ##### Dependency Updates - **deps:** update all non-major dependencies to v0.31.3 ([#​299](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/299)) ([c6734b2](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/c6734b2f69db1a8b04d49f6c58d776b21b1736a3)) - **deps:** update build digest to [`3463b98`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/3463b98) ([#​294](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/294)) ([0c3fda0](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/0c3fda062aa997fc47f5f8dc94f4271ef5a7daa1)) - **deps:** update build digest to [`3840c9d`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/3840c9d) ([#​295](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/295)) ([660378a](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/660378a873bedec4a5ea5cfe98610dd5e0ab87ef)) - **deps:** update build digest to [`5ffe724`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/5ffe724) ([#​298](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/298)) ([af26809](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/af2680972f653fc1cfeeb672e2c4a1fef12976a1)) - **deps:** update build digest to [`713df39`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/713df39) ([#​296](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/296)) ([9a4e7f7](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/9a4e7f7c9491f71c46b5ea15e4f85f16097ff6f1)) - **deps:** update build digest to [`a46a554`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/a46a554) ([#​304](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/304)) ([5bf6140](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/5bf6140c5129825668e874f6f5a1849549e8896d)) - **deps:** update build digest to [`db64f63`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/db64f63) ([#​292](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/292)) ([ea6f1e5](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/ea6f1e53a25dad9b2614f8db0349ac6e63544265)) - **deps:** update build digest to [`dd09b58`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/dd09b58) ([#​303](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/303)) ([f665a82](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/f665a82b470fd0a9a30b36658e98515d6794c485)) - **deps:** update golang.org/x/exp digest to [`2d47ceb`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/2d47ceb) ([#​289](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/289)) ([14ae96f](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/14ae96faee9724c0e5dfa898546df1ccfcae7164)) - **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#​297](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/297)) ([25c3169](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/25c3169fefebec480ef450fc7ea7f00a263dcc25)) - **deps:** update module github.com/validator-labs/validator to v0.1.13 ([#​305](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/305)) ([e576352](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/e5763524cf489a41930853fd56cee3243a2ad45c)) - **deps:** update module sigs.k8s.io/controller-runtime to v0.19.2 ([#​301](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/301)) ([3db6d5b](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/3db6d5b6a80465dc4338fa475552eac5b2431bc0)) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validatorctl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information