Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/yannh/kubeconform from 0.6.4 to 0.6.7 #346

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps github.com/yannh/kubeconform from 0.6.4 to 0.6.7.

Release notes

Sourced from github.com/yannh/kubeconform's releases.

v0.6.7

Changelog

  • 43a2445cb474798f79d36828c8833c44b3ff7974 Retry (#282)
  • 706cd56e87b00c3fb682650cd0fdaed5684bbf58 Revert "fix: retry on download errors (#274)" (#279)
  • 1bd44986dd3d281725afab6b173770ec86b454fc Update some dependencies (#283)
  • 347cd5e4c96dc9e69bc9a5e72ad800c91b6fc8db fix: close resource (#272)
  • 50ce5f8ecb285aa77dc13cc2809ff71a4082340c fix: retry on download errors (#274)

v0.6.6

Changelog

  • 142517f fix go.mod

v0.6.5

Changelog

  • 13a78eb Avoid unnecessary type conversions (#222)
  • a4d74ce Fail early on incorrect version of k8s (#254)
  • 452f1fe Fix #130 in a backward-compatible way (#219)
  • b6728f1 Fix junit output, also ensure junit output is deterministic (#253)
  • ae67bb4 Force Draft version of JsonSchema (#221)
  • 71a59d7 Remove deprecated Maintainer tag in Dockerfile (#267)
  • ad166c7 Sanitize csv strings (#258)
  • 7062384 Slightly improve the coverage of the validator test (#271)
  • 20805f6 Stop validating output of closed channel in Validate (#265)
  • 808e6d4 Update GH actions and goreleaser (#252)
  • 14053aa Update Go & Base images (#268)
  • 2e50b79 Update Go and Goreleaser to 1.20, update dependencies (#231)
  • d8f00a3 Update Golang to 1.21.4 (#245)
  • f0a7d52 Update Readme.md
  • b7d7b4d Update Readme.md (#232)
  • 278385f Update Readme.md to add fullgroup explanation (#220)
  • a8000fd Update kubeconform -h output (#260)
  • 9627dd1 Update go version in go.mod (#269)
  • 71fd5f8 fix: add missing output formats in error message (#213)
  • 6ae8c45 openapi2jsonschema.py now correctly fails if no FILE is passed (#244)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/yannh/kubeconform](https://github.com/yannh/kubeconform) from 0.6.4 to 0.6.7.
- [Release notes](https://github.com/yannh/kubeconform/releases)
- [Changelog](https://github.com/yannh/kubeconform/blob/master/.goreleaser.yml)
- [Commits](yannh/kubeconform@v0.6.4...v0.6.7)

---
updated-dependencies:
- dependency-name: github.com/yannh/kubeconform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@zapier-sre-bot
Copy link
Collaborator

Mergecat's Review

Click to read mergecats review!

😼 Mergecat review of go.mod

@@ -43,7 +43,7 @@ require (
 	github.com/spf13/viper v1.19.0
 	github.com/stretchr/testify v1.10.0
 	github.com/xanzy/go-gitlab v0.109.0
-	github.com/yannh/kubeconform v0.6.4
+	github.com/yannh/kubeconform v0.6.7
 	github.com/ziflex/lecho/v3 v3.7.0
 	go.opentelemetry.io/contrib/instrumentation/runtime v0.58.0
 	go.opentelemetry.io/otel v1.33.0

Feedback & Suggestions:

  1. Version Update Verification: Ensure that the update from v0.6.4 to v0.6.7 for github.com/yannh/kubeconform is compatible with your project. Check the release notes or changelog for any breaking changes or important updates that might affect your codebase. 📝

  2. Testing: After updating the dependency, run your test suite to verify that everything works as expected. This helps catch any issues introduced by the new version. 🧪

  3. Lockfile Update: If your project uses a lockfile (e.g., go.sum), ensure it is updated accordingly to reflect the new dependency version. This ensures consistency across different environments. 🔒



Dependency Review

Click to read mergecats review!

No suggestions found

Copy link

Temporary image available at ghcr.io/zapier/kubechecks:0.0.0-pr346.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant