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 the go-deps group with 10 updates #3684

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the go-deps group with 10 updates:

Package From To
cloud.google.com/go/spanner 1.72.0 1.73.0
go.etcd.io/etcd/client/v3 3.5.16 3.5.17
go.etcd.io/etcd/etcdctl/v3 3.5.16 3.5.17
go.etcd.io/etcd/server/v3 3.5.16 3.5.17
go.etcd.io/etcd/v3 3.5.16 3.5.17
google.golang.org/api 0.205.0 0.206.0
google.golang.org/genproto 0.0.0-20241021214115-324edc3d5d38 0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/api 0.0.0-20241015192408-796eee8c2d53 0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc 0.0.0-20241021214115-324edc3d5d38 0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/protobuf 1.35.1 1.35.2

Updates cloud.google.com/go/spanner from 1.72.0 to 1.73.0

Release notes

Sourced from cloud.google.com/go/spanner's releases.

spanner: v1.73.0

1.73.0 (2024-11-14)

Features

  • spanner: Add ResetForRetry method for stmt-based transactions (#10956) (02c191c)

Bug Fixes

  • spanner: Add safecheck to avoid deadlock when creating multiplex session (#11131) (8ee5d05)
  • spanner: Allow non default service account only when direct path is enabled (#11046) (4250788)
  • spanner: Use spanner options when initializing monitoring exporter (#11109) (81413f3)
Commits
  • f06a55a chore(main): release spanner 1.73.0 (#11116)
  • 8ee5d05 fix(spanner): add safecheck to avoid deadlock when creating multiplex session...
  • 4250788 fix(spanner): allow non default service account only when direct path is enab...
  • f329c4c feat(aiplatform): add a nfs_mounts to RaySpec in PersistentResource API (#1...
  • 8e8fb5d test(storage): skip direct connectivity test (#11129)
  • 60c2323 feat(storage): introduce dp detector based on grpc metrics (#11100)
  • c2bcbf2 chore: move ai libs back to main release train (#11125)
  • b6b12e3 chore(main): release ai 0.9.0 (#10655)
  • d5d5320 chore(main): release aiplatform 1.69.0 (#10401)
  • 08cf305 chore(pubsub): switch to using errors.Is (#11114)
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/client/v3 from 3.5.16 to 3.5.17

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.5.17

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 507c0de version: bump up to 3.5.17
  • 307f9dc Merge pull request #18863 from ghouscht/backport-18812-3.5
  • 4f9a1c7 Merge pull request #18876 from ivanvc/release-3.5-backport-18649
  • cb970e5 release: use GitHub's gh to create GitHub release
  • 76275d6 release: properly change working dir if tmp location already exists
  • 4726460 Merge pull request #18854 from ghouscht/backport-defrag-close-temp-3.5
  • b2ba488 fix(defrag): close temp file in case of error
  • d770310 Merge pull request #18849 from ivanvc/release-3.5-update-go-to-1.22.9
  • bceca16 Bump go toolchain to 1.22.9
  • ab8bfc2 Merge pull request #18842 from ghouscht/defrag-fixes-backport-3.5
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/etcdctl/v3 from 3.5.16 to 3.5.17

Release notes

Sourced from go.etcd.io/etcd/etcdctl/v3's releases.

v3.5.17

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 507c0de version: bump up to 3.5.17
  • 307f9dc Merge pull request #18863 from ghouscht/backport-18812-3.5
  • 4f9a1c7 Merge pull request #18876 from ivanvc/release-3.5-backport-18649
  • cb970e5 release: use GitHub's gh to create GitHub release
  • 76275d6 release: properly change working dir if tmp location already exists
  • 4726460 Merge pull request #18854 from ghouscht/backport-defrag-close-temp-3.5
  • b2ba488 fix(defrag): close temp file in case of error
  • d770310 Merge pull request #18849 from ivanvc/release-3.5-update-go-to-1.22.9
  • bceca16 Bump go toolchain to 1.22.9
  • ab8bfc2 Merge pull request #18842 from ghouscht/defrag-fixes-backport-3.5
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/server/v3 from 3.5.16 to 3.5.17

Release notes

Sourced from go.etcd.io/etcd/server/v3's releases.

v3.5.17

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 507c0de version: bump up to 3.5.17
  • 307f9dc Merge pull request #18863 from ghouscht/backport-18812-3.5
  • 4f9a1c7 Merge pull request #18876 from ivanvc/release-3.5-backport-18649
  • cb970e5 release: use GitHub's gh to create GitHub release
  • 76275d6 release: properly change working dir if tmp location already exists
  • 4726460 Merge pull request #18854 from ghouscht/backport-defrag-close-temp-3.5
  • b2ba488 fix(defrag): close temp file in case of error
  • d770310 Merge pull request #18849 from ivanvc/release-3.5-update-go-to-1.22.9
  • bceca16 Bump go toolchain to 1.22.9
  • ab8bfc2 Merge pull request #18842 from ghouscht/defrag-fixes-backport-3.5
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/v3 from 3.5.16 to 3.5.17

Release notes

Sourced from go.etcd.io/etcd/v3's releases.

v3.5.17

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.17
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 507c0de version: bump up to 3.5.17
  • 307f9dc Merge pull request #18863 from ghouscht/backport-18812-3.5
  • 4f9a1c7 Merge pull request #18876 from ivanvc/release-3.5-backport-18649
  • cb970e5 release: use GitHub's gh to create GitHub release
  • 76275d6 release: properly change working dir if tmp location already exists
  • 4726460 Merge pull request #18854 from ghouscht/backport-defrag-close-temp-3.5
  • b2ba488 fix(defrag): close temp file in case of error
  • d770310 Merge pull request #18849 from ivanvc/release-3.5-update-go-to-1.22.9
  • bceca16 Bump go toolchain to 1.22.9
  • ab8bfc2 Merge pull request #18842 from ghouscht/defrag-fixes-backport-3.5
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.205.0 to 0.206.0

Release notes

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

v0.206.0

0.206.0 (2024-11-14)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.206.0 (2024-11-14)

Features

Commits

Updates google.golang.org/genproto from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20241104194629-dd2ea8efbc28

Commits

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241104194629-dd2ea8efbc28

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20241104194629-dd2ea8efbc28

Commits

Updates google.golang.org/protobuf from 1.35.1 to 1.35.2

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.72.0` | `1.73.0` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` |
| [go.etcd.io/etcd/etcdctl/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` |
| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` |
| [go.etcd.io/etcd/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.205.0` | `0.206.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20241021214115-324edc3d5d38` | `0.0.0-20241104194629-dd2ea8efbc28` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20241015192408-796eee8c2d53` | `0.0.0-20241104194629-dd2ea8efbc28` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241021214115-324edc3d5d38` | `0.0.0-20241104194629-dd2ea8efbc28` |
| google.golang.org/protobuf | `1.35.1` | `1.35.2` |


Updates `cloud.google.com/go/spanner` from 1.72.0 to 1.73.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.72.0...spanner/v1.73.0)

Updates `go.etcd.io/etcd/client/v3` from 3.5.16 to 3.5.17
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.16...v3.5.17)

Updates `go.etcd.io/etcd/etcdctl/v3` from 3.5.16 to 3.5.17
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.16...v3.5.17)

Updates `go.etcd.io/etcd/server/v3` from 3.5.16 to 3.5.17
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.16...v3.5.17)

Updates `go.etcd.io/etcd/v3` from 3.5.16 to 3.5.17
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.16...v3.5.17)

Updates `google.golang.org/api` from 0.205.0 to 0.206.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.205.0...v0.206.0)

Updates `google.golang.org/genproto` from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20241104194629-dd2ea8efbc28
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241104194629-dd2ea8efbc28
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20241104194629-dd2ea8efbc28
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/etcdctl/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/server/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 18, 2024 21:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 18, 2024
@dependabot dependabot bot requested a review from phbnf November 18, 2024 21:47
@roger2hk
Copy link
Contributor

Blocked by the generated protobuf files diff.

checking git diff is empty
diff --git a/crypto/keyspb/keyspb.pb.go b/crypto/keyspb/keyspb.pb.go
index 80ec774..4b3cf97 100644
--- a/crypto/keyspb/keyspb.pb.go
+++ b/crypto/keyspb/keyspb.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: crypto/keyspb/keyspb.proto
 
diff --git a/quota/etcd/quotapb/quotapb.pb.go b/quota/etcd/quotapb/quotapb.pb.go
index d5f8f2f..0a47bb0 100644
--- a/quota/etcd/quotapb/quotapb.pb.go
+++ b/quota/etcd/quotapb/quotapb.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: quotapb.proto
 
diff --git a/quota/etcd/storagepb/storagepb.pb.go b/quota/etcd/storagepb/storagepb.pb.go
index 4536917..8065d6b 100644
--- a/quota/etcd/storagepb/storagepb.pb.go
+++ b/quota/etcd/storagepb/storagepb.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: storagepb.proto
 
diff --git a/storage/cloudspanner/spannerpb/spanner.pb.go b/storage/cloudspanner/spannerpb/spanner.pb.go
index 32a1bc8..6b248b8 100644
--- a/storage/cloudspanner/spannerpb/spanner.pb.go
+++ b/storage/cloudspanner/spannerpb/spanner.pb.go
@@ -1,6 +1,6 @@
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: spanner.proto
 
diff --git a/storage/mysql/mysqlpb/options.pb.go b/storage/mysql/mysqlpb/options.pb.go
index 1181d04..65eae7f 100644
--- a/storage/mysql/mysqlpb/options.pb.go
+++ b/storage/mysql/mysqlpb/options.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: options.proto
 
diff --git a/storage/storagepb/storage.pb.go b/storage/storagepb/storage.pb.go
index 56c4e5c..bc9a394 100644
--- a/storage/storagepb/storage.pb.go
+++ b/storage/storagepb/storage.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: storage.proto
 
diff --git a/trillian.pb.go b/trillian.pb.go
index 0048d84..40d96c8 100644
--- a/trillian.pb.go
+++ b/trillian.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: trillian.proto
 
diff --git a/trillian_admin_api.pb.go b/trillian_admin_api.pb.go
index 77558cb..b04a25a 100644
--- a/trillian_admin_api.pb.go
+++ b/trillian_admin_api.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: trillian_admin_api.proto
 
diff --git a/trillian_log_api.pb.go b/trillian_log_api.pb.go
index 43fb28b..b06dc9b 100644
--- a/trillian_log_api.pb.go
+++ b/trillian_log_api.pb.go
@@ -14,7 +14,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.35.1
+// 	protoc-gen-go v1.35.2
 // 	protoc        v3.20.1
 // source: trillian_log_api.proto

@mhutchinson
Copy link
Contributor

I regenerated the proto files:

gh pr checkout 3684
docker run -it --mount type=bind,src="$(pwd)",target=/src trillian-builder /bin/bash -c "cd /src; ./scripts/install_deps.sh; go generate -x ./..."\n

@mhutchinson
Copy link
Contributor

/gcbrun

@mhutchinson mhutchinson merged commit 5a88d3d into master Nov 19, 2024
14 checks passed
@mhutchinson mhutchinson deleted the dependabot/go_modules/go-deps-c7a6c00c9f branch November 19, 2024 11:27
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants