Skip to content

Commit 643dc27

Browse files
deps(deps): update module github.com/validator-labs/validator to v0.1.6 (#463)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/validator-labs/validator](https://togithub.com/validator-labs/validator) | `v0.1.3` -> `v0.1.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvalidator-labs%2fvalidator/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvalidator-labs%2fvalidator/v0.1.3/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalidator-labs%2fvalidator/v0.1.3/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>validator-labs/validator (github.com/validator-labs/validator)</summary> ### [`v0.1.6`](https://togithub.com/validator-labs/validator/releases/tag/v0.1.6) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.1.5...v0.1.6) ##### Other - bump plugin versions ([#&#8203;395](https://togithub.com/validator-labs/validator/issues/395)) ([ae540cb](https://togithub.com/validator-labs/validator/commit/ae540cb9ba9a19e1792a1573de5b5b77d38470a5)) ##### Dependency Updates - **deps:** update module github.com/slack-go/slack to v0.14.0 ([#&#8203;393](https://togithub.com/validator-labs/validator/issues/393)) ([b3ecb8b](https://togithub.com/validator-labs/validator/commit/b3ecb8b4a40449005c733bc9080804cedc9926f3)) ### [`v0.1.5`](https://togithub.com/validator-labs/validator/releases/tag/v0.1.5) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.1.4...v0.1.5) ##### Bug Fixes - ensure all oci auth secrets in values.yaml are created ([#&#8203;390](https://togithub.com/validator-labs/validator/issues/390)) ([8c0e4fb](https://togithub.com/validator-labs/validator/commit/8c0e4fbc6a0a8537fa2a82bfe45d4ec835de428a)) ##### Dependency Updates - **deps:** update module sigs.k8s.io/cluster-api to v1.8.1 ([#&#8203;383](https://togithub.com/validator-labs/validator/issues/383)) ([f909931](https://togithub.com/validator-labs/validator/commit/f909931ca69a8c4f966f32b75f6af01e75d769b9)) ### [`v0.1.4`](https://togithub.com/validator-labs/validator/releases/tag/v0.1.4) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.1.3...v0.1.4) ##### Other - bump plugin versions ([#&#8203;385](https://togithub.com/validator-labs/validator/issues/385)) ([2e2c14b](https://togithub.com/validator-labs/validator/commit/2e2c14ba76ce0722603d82f7d46c007ea19ab4bd)) - release 0.1.4 ([6b3cd45](https://togithub.com/validator-labs/validator/commit/6b3cd45fc7e77e4c0a07005878820ccde0113bb2)) ##### Dependency Updates - **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#&#8203;382](https://togithub.com/validator-labs/validator/issues/382)) ([680962e](https://togithub.com/validator-labs/validator/commit/680962e124127f0d9f0d4c61f1b35c11bbc768e0)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-aws). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a24caf3 commit 643dc27

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/onsi/ginkgo/v2 v2.20.0
1919
github.com/onsi/gomega v1.34.1
2020
github.com/pkg/errors v0.9.1
21-
github.com/validator-labs/validator v0.1.3
21+
github.com/validator-labs/validator v0.1.6
2222
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
2323
k8s.io/api v0.30.3
2424
k8s.io/apimachinery v0.30.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
199199
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
200200
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
201201
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
202-
github.com/validator-labs/validator v0.1.3 h1:IH7Jfn/t4qJWnvAtL/KkNXWB+7KSmrN4oiYFMxhQjeU=
203-
github.com/validator-labs/validator v0.1.3/go.mod h1:2KfBoFMB0Y6aH2REu7fL7oW3eK8m302EvI52nC4CP3c=
202+
github.com/validator-labs/validator v0.1.6 h1:Gckp+rYFPNYJwCU5iLgJXuS/o6yy7ayivvGzhxNOf3o=
203+
github.com/validator-labs/validator v0.1.6/go.mod h1:ssEvc9ws3kwWJ2VpIsOtgm7WmA6bdux2kkuIHbgT6oU=
204204
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
205205
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
206206
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 h1:jq9TW8u3so/bN+JPT166wjOI6/vQPF6Xe7nMNIltagk=

0 commit comments

Comments
 (0)