zapier / kubechecks

Check your Kubernetes changes before they hit the cluster
https://kubechecks.readthedocs.io/en/latest/
Mozilla Public License 2.0
136 stars 6 forks source link

Bump github.com/labstack/echo-contrib from 0.16.0 to 0.17.1 #228

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 1 month ago

Bumps github.com/labstack/echo-contrib from 0.16.0 to 0.17.1.

Release notes

Sourced from github.com/labstack/echo-contrib's releases.

v0.17.1

What's Changed

Security

Enhancements

Full Changelog: https://github.com/labstack/echo-contrib/compare/v0.17.0...v0.17.1

v0.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/labstack/echo-contrib/compare/v0.16.0...v0.17.0

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

github-actions[bot] commented 1 month ago

Temporary image deleted.

zapier-sre-bot commented 5 days ago

Mergecat's Review

Click to read mergecats review! ## 😼 Mergecat review of go.mod ```diff @@ -16,8 +16,8 @@ require ( github.com/go-logr/zerologr v1.2.3 github.com/google/go-github/v62 v62.0.0 github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb - github.com/labstack/echo-contrib v0.16.0 - github.com/labstack/echo/v4 v4.11.4 + github.com/labstack/echo-contrib v0.17.1 + github.com/labstack/echo/v4 v4.12.0 github.com/masterminds/semver v1.5.0 github.com/mitchellh/mapstructure v1.5.0 github.com/olekukonko/tablewriter v0.0.5 @@ -87,7 +87,7 @@ require ( github.com/bombsimon/logrusr/v2 v2.0.1 // indirect github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect github.com/bufbuild/protocompile v0.6.0 // indirect - github.com/cespare/xxhash/v2 v2.2.0 // indirect + github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/chai2010/gettext-go v1.0.2 // indirect github.com/cloudflare/circl v1.3.7 // indirect github.com/cockroachdb/apd/v3 v3.2.1 // indirect @@ -195,8 +195,8 @@ require ( github.com/pelletier/go-toml/v2 v2.1.1 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/prometheus/client_model v0.6.0 // indirect - github.com/prometheus/common v0.50.0 // indirect + github.com/prometheus/client_model v0.6.1 // indirect + github.com/prometheus/common v0.53.0 // indirect github.com/prometheus/procfs v0.13.0 // indirect github.com/r3labs/diff v1.1.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect ``` ### Feedback & Suggestions: 1. **Dependency Updates**: The updates to the dependencies are generally good for keeping the project up-to-date with the latest features and security patches. However, ensure that these updates do not introduce breaking changes or incompatibilities with your existing codebase. 2. **Testing**: After updating dependencies, it's crucial to run your test suite to ensure that everything works as expected. This will help catch any issues introduced by the new versions. 3. **Changelog Review**: Review the changelogs of the updated dependencies (`echo-contrib`, `echo/v4`, `xxhash`, `client_model`, and `common`) to understand the changes and new features. This can help you leverage new functionalities and be aware of any deprecated features. 4. **Security**: Always check for any security advisories related to the updated versions. This ensures that you are not introducing any known vulnerabilities into your project. 5. **Documentation**: Update any relevant documentation to reflect the changes in dependencies, especially if there are new features or changes in behavior that users of your project need to be aware of. ---

Dependency Review

Click to read mergecats review! No suggestions found