zapier / kubechecks

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

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 #248

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps google.golang.org/grpc from 1.64.0 to 1.64.1.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.64.1

Dependencies

  • Update x/net/http2 to address CVE-2023-45288 (#7352)
  • metadata: remove String method from MD to make printing consistent (#7374)
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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/zapier/kubechecks/network/alerts).

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 available at ghcr.io/zapier/kubechecks:0.0.0-pr248.

zapier-sre-bot commented 15 hours ago

Mergecat's Review

Click to read mergecats review! ## 😼 Mergecat review of go.mod ```diff @@ -54,7 +54,7 @@ require ( golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 golang.org/x/net v0.26.0 golang.org/x/oauth2 v0.20.0 - google.golang.org/grpc v1.64.0 + google.golang.org/grpc v1.64.1 gopkg.in/dealancer/validate.v2 v2.1.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/api v0.26.15 ``` Feedback & Suggestions: 1. **Version Update**: The update from `google.golang.org/grpc v1.64.0` to `v1.64.1` is a minor version bump. Ensure that this update does not introduce any breaking changes or deprecations that might affect your codebase. Review the release notes for `v1.64.1` to confirm compatibility. 2. **Dependency Management**: Regularly updating dependencies is good practice for security and performance improvements. However, always run your test suite after such updates to catch any potential issues early. ---

Dependency Review

Click to read mergecats review! No suggestions found