Skip to content

Commit

Permalink
deps(deps): update module github.com/validator-labs/validator to v0.1…
Browse files Browse the repository at this point in the history
….16 (#555)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/validator-labs/validator](https://redirect.github.com/validator-labs/validator)
| `v0.1.15` -> `v0.1.16` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator/v0.1.16?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.16?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.15/v0.1.16?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.15/v0.1.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>validator-labs/validator
(github.com/validator-labs/validator)</summary>

###
[`v0.1.16`](https://redirect.github.com/validator-labs/validator/releases/tag/v0.1.16)

[Compare
Source](https://redirect.github.com/validator-labs/validator/compare/v0.1.15...v0.1.16)

##### Bug Fixes

- update plugin chart values with new metrics service targetPort
([#&#8203;457](https://redirect.github.com/validator-labs/validator/issues/457))
([c474d90](https://redirect.github.com/validator-labs/validator/commit/c474d90c46a8feb9b2e4e0b8f40c0f42a97958bc))

##### Other

- **deps:** bump golang.org/x/crypto from 0.30.0 to 0.31.0
([#&#8203;455](https://redirect.github.com/validator-labs/validator/issues/455))
([a8c3422](https://redirect.github.com/validator-labs/validator/commit/a8c3422288929292e9f94a482f8a6f59c208a919))

##### Dependency Updates

- **deps:** update golang.org/x/exp digest to
[`1829a12`](https://redirect.github.com/validator-labs/validator/commit/1829a12)
([#&#8203;448](https://redirect.github.com/validator-labs/validator/issues/448))
([fb42aea](https://redirect.github.com/validator-labs/validator/commit/fb42aeaee051ef3b2b22986f7f203452419f03d4))
- **deps:** update golang.org/x/exp digest to
[`4a55095`](https://redirect.github.com/validator-labs/validator/commit/4a55095)
([#&#8203;454](https://redirect.github.com/validator-labs/validator/issues/454))
([3e1fe92](https://redirect.github.com/validator-labs/validator/commit/3e1fe92ec84c986b237b82fc8662b6a468493315))
- **deps:** update golang.org/x/exp digest to
[`b2144cd`](https://redirect.github.com/validator-labs/validator/commit/b2144cd)
([#&#8203;458](https://redirect.github.com/validator-labs/validator/issues/458))
([0b04ec9](https://redirect.github.com/validator-labs/validator/commit/0b04ec9fc93e94b17e04b1de1a857f606042a940))

</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.

🔕 **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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/validator-labs/validator-plugin-aws).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=-->

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
renovate[bot] authored Dec 19, 2024
1 parent 297d982 commit 19b4b96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.36.1
github.com/stretchr/testify v1.10.0
github.com/validator-labs/validator v0.1.15
github.com/validator-labs/validator v0.1.16
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/validator-labs/validator v0.1.15 h1:BWRu8vhebK3I3WUud2inMkHrKmOsxwWz4XPx87gOrpg=
github.com/validator-labs/validator v0.1.15/go.mod h1:WvQ40gSDdsvMHivbtU9xY4ZA5jIfXK68vtg6rfohpRg=
github.com/validator-labs/validator v0.1.16 h1:1FzA3jJh/LlFZqe6HsvA4i71QUYD1vTl5rBD9BC0U+g=
github.com/validator-labs/validator v0.1.16/go.mod h1:y5KnqOTsYJzvN0AfsxDaYhPspEX5PbhPp3zVVvsYGg8=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 19b4b96

Please sign in to comment.