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 gomodupdates group across 1 directory with 24 updates #4839

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomodupdates group with 17 updates in the / directory:

Package From To
github.com/ProtonMail/go-crypto 1.0.0 1.1.2
github.com/aws/aws-sdk-go-v2 1.32.3 1.32.4
github.com/aws/aws-sdk-go-v2/config 1.28.1 1.28.3
github.com/aws/aws-sdk-go-v2/service/ec2 1.187.0 1.187.1
github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect 1.27.3 1.27.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.34.3 1.34.5
github.com/aws/aws-sdk-go-v2/service/ssm 1.55.3 1.55.5
github.com/charmbracelet/bubbletea 1.1.2 1.2.1
golang.org/x/crypto 0.28.0 0.29.0
golang.org/x/net 0.30.0 0.31.0
golang.org/x/tools 0.26.0 0.27.0
google.golang.org/grpc 1.67.1 1.68.0
k8s.io/apimachinery 0.28.9 0.31.2
k8s.io/client-go 0.28.9 0.31.2
k8s.io/component-base 0.28.9 0.31.2
k8s.io/kubelet 0.28.9 0.31.2
github.com/moby/buildkit 0.17.0 0.17.1

Updates github.com/ProtonMail/go-crypto from 1.0.0 to 1.1.2

Release notes

Sourced from github.com/ProtonMail/go-crypto's releases.

Release v1.1.2

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.1.1...v1.1.2

Release v1.1.2-proton

What's Changed

This release is v1.1.2 with support for symmetric keys and automatic forwarding, both of which are not standardized yet.

Release v1.1.1

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.1.0...v1.1.1

Release v1.1.1-proton

What's Changed

This release is v1.1.1 with support for symmetric keys and automatic forwarding, both of which are not standardized yet.

Release v1.1.0

What's Changed

This release adds full support for the new version of the OpenPGP standard, RFC 9580. In addition, the release introduces an improved non-backwards compatible v2 API. The API in the openpgp package remains fully backwards compatible while the new v2 API is located in a separate v2 package in openpgp.

For the full changes since v1.0.0, see the previous release notes. For the full changelog, see ProtonMail/go-crypto@v1.0.0...v1.1.0.

Changes since v1.1.0-beta.0:

  • Replace expiring curve448 integration test vector by @​lubux
  • Validate input key size in SEIPDv2 decryption by @​lubux

Changelog since v1.1.0-beta.0: ProtonMail/go-crypto@v1.1.0-beta.0...v1.1.0.

Release v1.1.0-proton

What's Changed

This release is v1.1.0 with support for symmetric keys and automatic forwarding, both of which are not standardized yet.

v1.1.0-beta.0-proton

This pre-release is v1.1.0-beta.0 with support for symmetric keys and automatic forwarding, both of which are not standardized yet.

v1.1.0-beta.0

What's Changed

... (truncated)

Commits
  • 2d2c789 feat(cleartext): Do not include line ending separator in plaintext (#242)
  • f8b3f21 Remove cleartext Encode header argument #239 (#240)
  • b97cc3c feat: Validate input key size in SEIPDv2 decryption (#236)
  • 20ab0e4 Replace expiring curve448 integration test vector (#235)
  • f6ad483 No v6 ECC keys with legacy OIDs (#234)
  • 77090fe Fix ECDH using v6 keys (#233)
  • 7852179 Add support for keyserver preferences and preferred keyserver (closes #206) (...
  • 2add693 Add back crypto.Signer support for ECDSA signing keys (#227)
  • 0f7b935 ci: Fix CI for v1 interoptest (#229)
  • b5837fa ci: Change gosop branch for gopenpgp-v2 to gosop-gopenpgp-v2 (#224)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.3

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.42 to 1.17.44

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.18 to 1.16.19

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.187.0 to 1.187.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect from 1.27.3 to 1.27.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.34.3 to 1.34.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.55.3 to 1.55.5

Commits
  • a2b751d Release 2024-09-03
  • e22c249 Regenerated Clients
  • ff0cf6f Update API model
  • 3120376 refactoring of buildQuery to accept a list of maintained headers to l… (#2773)
  • 4ed838e Merge pull request #2768 from bhavya2109sharma/presignedurl-requestpayer-change
  • d4bd42f Merge branch 'main' into presignedurl-requestpayer-change
  • 0353706 Added Changelog
  • 97e2d3f Release 2024-08-30
  • 4cca52b Regenerated Clients
  • c8a5146 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 1.1.2 to 1.2.1

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.2.0

It’s performance boost time

Sometimes you have to take matters into your own hands. That’s exactly what @​LeperGnome did when he wanted faster rendering. This release features adjustments to the rendering algorithm for faster repaints. We encourage you to upgrade and give it a go!

[!NOTE] Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities.

Changelog

New Contributors

Full Changelog: charmbracelet/bubbletea@v1.1.2...v1.2.0


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 5b65f9a chore: go mod tidy
  • e16a768 fix: screen_test.go: fix test cases for ClearScreen and EnterAltScreen
  • c78a084 fix: renderer: use HomeCursorPosition instead of CursorOrigin
  • 50249d4 fix: screen_test.go: fix test cases for cursor movement
  • 99b85ff fix: renderer: erase the rest of the line when it's shorter than the width
  • f4d1e0e chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.2 to 0.4.5 (#1224)
  • d6aee5b chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#1219)
  • 3bbf24d chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#1220)
  • 2472d90 fix: remove unnecessary line break
  • 5f70edd chore(ci): sync golangci-lint config (#1222)
  • Additional commits viewable in compare view

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/net from 0.30.0 to 0.31.0

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • See full diff in compare view

Updates golang.org/x/sync from 0.8.0 to 0.9.0

Commits

Updates golang.org/x/sys from 0.26.0 to 0.27.0

Commits
  • e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...
  • c29efe3 windows: add iphlpapi functions for change notifications
  • 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64
  • 054f1fc README: don't recommend go get
  • ca04041 unix: extend z/OS support
  • 18e038c unix: move NETLINK_* consts to own section
  • d045236 windows: implement Ftruncate using a single syscall on Windows
  • cff53d5 unix: gofmt after CL 610296
  • 123459f unix: update z/OS implementation of fcntl and mmap
  • df4a4da unix/linux: adjust Dockerfile ENV key value format
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.25.0 to 0.26.0

Commits

Updates golang.org/x/text from 0.19.0 to 0.20.0

Commits
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • See full diff in compare view

Updates golang.org/x/tools from 0.26.0 to 0.27.0

Commits
  • 4d2b19f go.mod: update golang.org/x dependencies
  • 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits
  • 777f155 gopls/internal/golang: show package attributes on hover
  • 8a0e08f gopls/doc: add missing doc link
  • 61415be gopls/internal/cache: guard against malformed paths in port.matches
  • 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos
  • 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f")
  • 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal
  • efcd2bd internal/packagestest: fork go/packages/packagestest
  • 0e9ed3d go/packages: do not mutate Config
  • Additional commits viewable in compare view

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/apimachinery from 0.28.9 to 0.31.2

Commits
  • a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  • 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar
  • cc2ba35 add field and label selectors to authorization attributes
  • ce76a8f generate
  • 35052c5 add subjectaccessreview field and label selectors
  • ab06869 Merge pull request #126105 from benluddy/cbor-framer
  • 429f4e4 Implement runtime.Framer for CBOR Sequences.
  • d7e1c53 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 07cb122 Merge pull request #125748 from benluddy/cbor-custom-marshalers
  • dd17456 bump k8s.io/utils
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.28.9 to 0.31.2

Commits
  • 270e5ab Update dependencies to v0.31.2 tag
  • 5e3e8ea informers: add comment that Start does not block
  • f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
  • 4536e5a Merge pull request #124012 from Jefftree/le-controller
  • 93c6a5b Merge pull request #126353 from liggitt/fix-vendor
  • 6a9911a revendor dependencies
  • fe54892 Merge pull request #126243 from SergeyKanzhelev/devicePluginFailures
  • 825f52e Change PingTime to be persistent
  • f45c451 fix ordering issue in candidates
  • 18dd587 feedback: leasecandidate clients
  • Additional commits viewable in compare view

Updates k8s.io/component-base from 0.28.9 to 0.31.2

Commits
  • 0c667d6 Update dependencies to v0.31.2 tag
  • 6332889 Merge pull request #126344 from MikeSpreitzer/fix-120112
  • 95f30f1 [sample-apiserver] Fix: Use Correct Effective Version for kube (#125941)
  • 763ac17 Merge pull request #126353 from liggitt/fix-vendor
  • 40cf325 revendor dependencies
  • d64a96d Relax noise margin in TestOneWeightedHistogram
  • 6cc953a Merge pull request #126204 from vrutkovs/unsafeRecordQueried-atomicPointer
  • f9413de featuregate: clone queriedFeatures only when mutation is needed
  • 6f32dbe Merge pull request #125926 from MadhavJivrajani/bump-staticcheck-exclude-SA1006
  • 64c7d3f .*: fix lint errors
  • Additional commits viewable in compare view

Updates k8s.io/kubelet from 0.28.9 to 0.31.2

Commits
  • 04bbd9b Update dependencies to v0.31.2 tag
  • c90fbe9 Merge pull request #126031 from harche/kubelet_cgroupv1_arg
  • de521a3 Merge pull request #125488 from pohly/dra-1.31
  • c4a7fd5 DRA kubelet: adapt to v1alpha3 API
  • 136516c Merge pull request #125163 from pohly/dra-kubelet-api-version-independent-no-...
  • 9d8ab9f Merge pull request #122922 from marosset/windows-memory-eviction
  • 776d934 Kubelet option to disable cgroup v1 support
  • 78e0369 dra kubelet: bump gRPC API to v1alpha4
  • 45d6a8c DRA: read ResourceClaim in DRA drivers
  • 63f4c6d DRA: move ResourceSlice publishing into DRA drivers
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.21.0 to 0.22.0

Commits
  • dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
  • c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
  • 9cd0e4c x/mod: remove vendor/modules.txt from module download
  • See full diff in compare view

Updates github.com/moby/buildkit from 0.17.0 to 0.17.1

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.17.1

Welcome to the v0.17.1 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Notable changes

  • Builtin Dockerfile frontend has been updated to v1.11.1 changelog

Previous release can be found at v0.17.0

Commits
  • 8b1b83e Merge pull request #5499 from tonistiigi/v0.17.1-picks
  • 3130178 dockerfile: fix running onbuild rules from inherited stages
  • See full diff 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 gomodupdates group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) | `1.0.0` | `1.1.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.3` | `1.32.4` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.1` | `1.28.3` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.187.0` | `1.187.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect](https://github.com/aws/aws-sdk-go-v2) | `1.27.3` | `1.27.5` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.34.3` | `1.34.5` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.55.3` | `1.55.5` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.2` | `1.2.1` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.28.0` | `0.29.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.30.0` | `0.31.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.26.0` | `0.27.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.1` | `1.68.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.9` | `0.31.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.28.9` | `0.31.2` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.28.9` | `0.31.2` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.28.9` | `0.31.2` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.17.0` | `0.17.1` |



Updates `github.com/ProtonMail/go-crypto` from 1.0.0 to 1.1.2
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](ProtonMail/go-crypto@v1.0.0...v1.1.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.3 to 1.32.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.3...v1.32.4)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.1 to 1.28.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.1...config/v1.28.3)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.42 to 1.17.44
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.42...credentials/v1.17.44)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.18 to 1.16.19
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ram/v1.16.18...service/ram/v1.16.19)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.187.0 to 1.187.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.187.0...service/ec2/v1.187.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect` from 1.27.3 to 1.27.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.3...config/v1.27.5)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.34.3 to 1.34.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.34.3...service/sqs/v1.34.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.55.3 to 1.55.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.55.3...service/iot/v1.55.5)

Updates `github.com/charmbracelet/bubbletea` from 1.1.2 to 1.2.1
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.1.2...v1.2.1)

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/net` from 0.30.0 to 0.31.0
- [Commits](golang/net@v0.30.0...v0.31.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.9.0
- [Commits](golang/sync@v0.8.0...v0.9.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.27.0
- [Commits](golang/sys@v0.26.0...v0.27.0)

Updates `golang.org/x/term` from 0.25.0 to 0.26.0
- [Commits](golang/term@v0.25.0...v0.26.0)

Updates `golang.org/x/text` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.27.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/apimachinery` from 0.28.9 to 0.31.2
- [Commits](kubernetes/apimachinery@v0.28.9...v0.31.2)

Updates `k8s.io/client-go` from 0.28.9 to 0.31.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.28.9...v0.31.2)

Updates `k8s.io/component-base` from 0.28.9 to 0.31.2
- [Commits](kubernetes/component-base@v0.28.9...v0.31.2)

Updates `k8s.io/kubelet` from 0.28.9 to 0.31.2
- [Commits](kubernetes/kubelet@v0.28.9...v0.31.2)

Updates `golang.org/x/mod` from 0.21.0 to 0.22.0
- [Commits](golang/mod@v0.21.0...v0.22.0)

Updates `github.com/moby/buildkit` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.17.0...v0.17.1)

---
updated-dependencies:
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/kubelet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 11, 2024
Copy link
Contributor

Test Results

0 tests   - 3 145   0 ✅  - 3 144   0s ⏱️ - 1m 29s
0 suites  -   371   0 💤  -     1 
0 files    -    28   0 ❌ ±    0 

Results for commit c7cb85d. ± Comparison against base commit 549cf3c.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomodupdates-4e58243075 branch November 12, 2024 08:01
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants