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

build(deps): bump the dependabot group across 1 directory with 8 updates #1097

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependabot group with 7 updates in the / directory:

Package From To
golang.org/x/crypto 0.28.0 0.29.0
golang.org/x/oauth2 0.23.0 0.24.0
golang.org/x/time 0.7.0 0.8.0
google.golang.org/api 0.204.0 0.205.0
google.golang.org/grpc 1.67.1 1.68.0
k8s.io/api 0.32.0-alpha.3 0.32.0-beta.0
k8s.io/client-go 0.32.0-alpha.3 0.32.0-beta.0

Updates golang.org/x/crypto from 0.28.0 to 0.29.0

Commits
  • 6018723 go.mod: update golang.org/x dependencies
  • 71ed71b README: don't recommend go get
  • 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
  • 36b1725 sha3: avoid trailing permutation
  • 80ea76e sha3: fix padding for long cSHAKE parameters
  • c17aa50 sha3: avoid buffer copy
  • 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth ...
  • b61b08d chacha20: extend ppc64le support to ppc64
  • 6c21748 internal/poly1305: extend ppc64le support to ppc64
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.23.0 to 0.24.0

Commits

Updates golang.org/x/time from 0.7.0 to 0.8.0

Commits

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

Release notes

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

v0.205.0

0.205.0 (2024-11-06)

Features

Changelog

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

0.205.0 (2024-11-06)

Features

Commits

Updates google.golang.org/grpc from 1.67.1 to 1.68.0

Release notes

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

Release 1.68.0

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#7702)
  • status: Fix regression caused by #6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#7624)
Commits
  • acba4d3 Change version to 1.68.0 (#7743)
  • 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClien...
  • 056dc64 status: Fix status incompatibility introduced by #6919 and move non-regenerat...
  • b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffe...
  • 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...
  • ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (#7731)
  • b850ea5 transport : wait for goroutines to exit before transport closes (#7666)
  • 00b9e14 pickfirst: New pick first policy for dualstack (#7498)
  • 18a4eac testutils: add couple of log statements to the restartable listener type (#7716)
  • fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (#7720)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.32.0-alpha.3 to 0.32.0-beta.0

Commits
  • b736acd Update dependencies to v0.32.0-beta.0 tag
  • 6b396ee Merge pull request #127134 from jpbetz/mutating-admission
  • f8a03b7 Merge pull request #126862 from carlory/HPAContainerMetrics
  • 433e4b6 Merge pull request #128396 from ritazh/deprecate-EnforceMountableSecretsAnnot...
  • 4b3ef36 Merge pull request #127981 from jsafrane/selinux-changepolicy
  • a653b0a Merge pull request #128507 from dims/use-k8s.io/utils/lru-instead-of-github.c...
  • 670c3bb Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  • 6e61ea0 Merge pull request #128481 from carlory/dependencies-ginkgo-gomega
  • b2a9832 dependencies: ginkgo v2.21.0, gomega v1.35.1
  • 23d2de5 Merge pull request #128416 from jpbetz/reset-filter
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.32.0-alpha.3 to 0.32.0-beta.0

Commits
  • 9500acc Merge pull request #128507 from dims/use-k8s.io/utils/lru-instead-of-github.c...
  • cc3132f Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  • f6d2366 Merge pull request #128481 from carlory/dependencies-ginkgo-gomega
  • 27a0d27 dependencies: ginkgo v2.21.0, gomega v1.35.1
  • cbe039c Merge pull request #128416 from jpbetz/reset-filter
  • 53a0379 Add ResetFieldsFilterStrategy
  • b7e0b16 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
  • a25029a Merge pull request #128456 from benluddy/nondeterministic-response-encoding
  • c56b207 Merge pull request #128273 from benluddy/cbor-apply
  • 42acd35 Allow nondeterministic object encoding in HTTP response bodies.
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.32.0-alpha.3 to 0.32.0-beta.0

Commits
  • 42722cd Update dependencies to v0.32.0-beta.0 tag
  • 6d45801 Merge pull request #127134 from jpbetz/mutating-admission
  • 3fc0d17 Merge pull request #128396 from ritazh/deprecate-EnforceMountableSecretsAnnot...
  • f6b6807 Merge pull request #128552 from aojea/package_kubernete_test
  • 1f96e45 fix package name
  • 3a26884 Merge pull request #128547 from aojea/rest_watch
  • be38ea1 Merge pull request #127981 from jsafrane/selinux-changepolicy
  • 2ff8874 Merge pull request #128507 from dims/use-k8s.io/utils/lru-instead-of-github.c...
  • d69191c rest client watch: use same name for package as folder
  • 6c84382 Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  • Additional commits viewable in compare view

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 dependabot group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.28.0` | `0.29.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.7.0` | `0.8.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.204.0` | `0.205.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.1` | `1.68.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.0-alpha.3` | `0.32.0-beta.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.0-alpha.3` | `0.32.0-beta.0` |



Updates `golang.org/x/crypto` from 0.28.0 to 0.29.0
- [Commits](golang/crypto@v0.28.0...v0.29.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/time` from 0.7.0 to 0.8.0
- [Commits](golang/time@v0.7.0...v0.8.0)

Updates `google.golang.org/api` from 0.204.0 to 0.205.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.204.0...v0.205.0)

Updates `google.golang.org/grpc` from 1.67.1 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.68.0)

Updates `k8s.io/api` from 0.32.0-alpha.3 to 0.32.0-beta.0
- [Commits](kubernetes/api@v0.32.0-alpha.3...v0.32.0-beta.0)

Updates `k8s.io/apimachinery` from 0.32.0-alpha.3 to 0.32.0-beta.0
- [Commits](kubernetes/apimachinery@v0.32.0-alpha.3...v0.32.0-beta.0)

Updates `k8s.io/client-go` from 0.32.0-alpha.3 to 0.32.0-beta.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.0-alpha.3...v0.32.0-beta.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 8, 2024
Copy link

netlify bot commented Nov 8, 2024

Deploy Preview for ohsu-comp-bio-funnel ready!

Name Link
🔨 Latest commit ab4bcb1
🔍 Latest deploy log https://app.netlify.com/sites/ohsu-comp-bio-funnel/deploys/672df870cb67a900085e36ce
😎 Deploy Preview https://deploy-preview-1097--ohsu-comp-bio-funnel.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lbeckman314 lbeckman314 merged commit d3b6da3 into develop Nov 8, 2024
28 of 29 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/develop/dependabot-2473b57a45 branch November 8, 2024 18:22
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.

1 participant