Skip to content

Commit d240189

Browse files
dependabot[bot]ci-robot
authored andcommitted
Bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.37 to 0.4.38 (#1666)
Bumps [github.com/grpc-ecosystem/grpc-health-probe](https://github.com/grpc-ecosystem/grpc-health-probe) from 0.4.37 to 0.4.38. - [Release notes](https://github.com/grpc-ecosystem/grpc-health-probe/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-health-probe/blob/master/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-health-probe@v0.4.37...v0.4.38) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-health-probe dependency-version: 0.4.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Upstream-repository: operator-registry Upstream-commit: 2f8e3e810a9cb66db0628a6697e5254141b667b3
1 parent ea441d6 commit d240189

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-logr/logr v1.4.2
99
github.com/golang/mock v1.6.0
1010
github.com/googleapis/gnostic v0.5.5
11-
github.com/grpc-ecosystem/grpc-health-probe v0.4.37
11+
github.com/grpc-ecosystem/grpc-health-probe v0.4.38
1212
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
1313
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
1414
github.com/onsi/ginkgo/v2 v2.23.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,8 +1808,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU
18081808
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
18091809
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 h1:VNqngBF40hVlDloBruUehVYC3ArSgIyScOAyMRqBxRg=
18101810
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1/go.mod h1:RBRO7fro65R6tjKzYgLAFo0t1QEXY1Dp+i/bvpRiqiQ=
1811-
github.com/grpc-ecosystem/grpc-health-probe v0.4.37 h1:x8IIa8JfqiXpBX3xtmm3jz5b9YMq4Lpc9/b+ZAfzRZI=
1812-
github.com/grpc-ecosystem/grpc-health-probe v0.4.37/go.mod h1:uKUtQKoBUvaI4Ez1jaLCHxFYYYoYn/FYkqNgl+8hADw=
1811+
github.com/grpc-ecosystem/grpc-health-probe v0.4.38 h1:hUiJRxeGDdKlFLjvdDe5zXsQL6kLjGxSjZCw2OERZwQ=
1812+
github.com/grpc-ecosystem/grpc-health-probe v0.4.38/go.mod h1:rqlqf1Iv6FOZnQktXyJSVAkXmP3MUnA3dWPCslD/+5E=
18131813
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=
18141814
github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
18151815
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=

staging/operator-registry/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/golang/mock v1.6.0
1919
github.com/google/go-cmp v0.7.0
2020
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
21-
github.com/grpc-ecosystem/grpc-health-probe v0.4.37
21+
github.com/grpc-ecosystem/grpc-health-probe v0.4.38
2222
github.com/h2non/filetype v1.1.3
2323
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
2424
github.com/joelanford/ignore v0.1.1

staging/operator-registry/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c9
238238
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99/go.mod h1:3bDW6wMZJB7tiONtC/1Xpicra6Wp5GgbTbQWCbI5fkc=
239239
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 h1:VNqngBF40hVlDloBruUehVYC3ArSgIyScOAyMRqBxRg=
240240
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1/go.mod h1:RBRO7fro65R6tjKzYgLAFo0t1QEXY1Dp+i/bvpRiqiQ=
241-
github.com/grpc-ecosystem/grpc-health-probe v0.4.37 h1:x8IIa8JfqiXpBX3xtmm3jz5b9YMq4Lpc9/b+ZAfzRZI=
242-
github.com/grpc-ecosystem/grpc-health-probe v0.4.37/go.mod h1:uKUtQKoBUvaI4Ez1jaLCHxFYYYoYn/FYkqNgl+8hADw=
241+
github.com/grpc-ecosystem/grpc-health-probe v0.4.38 h1:hUiJRxeGDdKlFLjvdDe5zXsQL6kLjGxSjZCw2OERZwQ=
242+
github.com/grpc-ecosystem/grpc-health-probe v0.4.38/go.mod h1:rqlqf1Iv6FOZnQktXyJSVAkXmP3MUnA3dWPCslD/+5E=
243243
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=
244244
github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
245245
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=

vendor/github.com/grpc-ecosystem/grpc-health-probe/.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grpc-ecosystem/grpc-health-probe/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus
524524
github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
525525
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
526526
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
527-
# github.com/grpc-ecosystem/grpc-health-probe v0.4.37
528-
## explicit; go 1.23
527+
# github.com/grpc-ecosystem/grpc-health-probe v0.4.38
528+
## explicit; go 1.23.0
529529
github.com/grpc-ecosystem/grpc-health-probe
530530
# github.com/h2non/filetype v1.1.3
531531
## explicit; go 1.13

0 commit comments

Comments
 (0)