-
Notifications
You must be signed in to change notification settings - Fork 2
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 go_modules group across 7 directories with 14 updates #733
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/go_modules/engine/k8s-manager/go_modules-9b8b416868
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
build(deps): bump the go_modules group across 7 directories with 14 updates #733
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/engine/k8s-manager/go_modules-9b8b416868
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pdates Bumps the go_modules group with 2 updates in the /engine/k8s-manager directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go) and gopkg.in/yaml.v3. Bumps the go_modules group with 6 updates in the /engine/mongo-writer directory: | Package | From | To | | --- | --- | --- | | google.golang.org/protobuf | `1.27.1` | `1.33.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.0.0-20220209214540-3681064d5158` | `0.1.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.3.7` | `0.3.8` | | gopkg.in/yaml.v3 | `3.0.0-20210107192922-496545a6307b` | `3.0.0` | | [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.3.5` | `1.17.1` | | [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.1.7` | `2.9.23` | Bumps the go_modules group with 5 updates in the /engine/nats-manager directory: | Package | From | To | | --- | --- | --- | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.49.0` | `1.56.3` | | [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.9.1` | `2.9.23` | | [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.6.19` | `1.6.26` | | [github.com/docker/distribution](https://github.com/docker/distribution) | `2.8.1+incompatible` | `2.8.2+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `23.0.1+incompatible` | `25.0.6+incompatible` | Bumps the go_modules group with 7 updates in the /krt-template/greeter/src/go-greeter directory: | Package | From | To | | --- | --- | --- | | google.golang.org/protobuf | `1.25.0` | `1.33.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.0.0-20210510120138-977fb7262007` | `0.1.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.3.3` | `0.3.8` | | gopkg.in/yaml.v3 | `3.0.0-20200615113413-eeeca48fe776` | `3.0.0` | | [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.3.5` | `1.17.1` | | [github.com/labstack/echo/v4](https://github.com/labstack/echo) | `4.1.11` | `4.9.0` | | [github.com/nats-io/jwt](https://github.com/nats-io/jwt) | `0.3.2` | `2.4.0+incompatible` | Bumps the go_modules group with 5 updates in the /libs/krt-utils directory: | Package | From | To | | --- | --- | --- | | [golang.org/x/sys](https://github.com/golang/sys) | `0.0.0-20220919091848-fb04ddd9f9c8` | `0.28.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.3.7` | `0.3.8` | | gopkg.in/yaml.v3 | `3.0.0-20210107192922-496545a6307b` | `3.0.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.0.0-20220919173607-35f4265a4bc0` | `0.30.0` | | [github.com/docker/distribution](https://github.com/docker/distribution) | `2.7.1+incompatible` | `2.8.2+incompatible` | Bumps the go_modules group with 2 updates in the /tests/acceptance directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go) and gopkg.in/yaml.v3. Bumps the go_modules group with 3 updates in the /tests/acceptance/test_krt/runtime-test-v1/src/go-runner directory: google.golang.org/protobuf, [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) and [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server). Updates `google.golang.org/grpc` from 1.49.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.49.0...v1.56.3) Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0 Updates `golang.org/x/net` from 0.0.0-20220127200216-cd36cc0744dd to 0.9.0 - [Commits](https://github.com/golang/net/commits/v0.9.0) Updates `golang.org/x/sys` from 0.0.0-20220919091848-fb04ddd9f9c8 to 0.7.0 - [Commits](https://github.com/golang/sys/commits/v0.1.0) Updates `golang.org/x/text` from 0.3.7 to 0.9.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.0 Updates `google.golang.org/protobuf` from 1.27.1 to 1.33.0 Updates `golang.org/x/sys` from 0.0.0-20220209214540-3681064d5158 to 0.1.0 - [Commits](https://github.com/golang/sys/commits/v0.1.0) Updates `golang.org/x/text` from 0.3.7 to 0.3.8 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.0 Updates `go.mongodb.org/mongo-driver` from 1.3.5 to 1.17.1 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.3.5...v1.17.1) Updates `github.com/nats-io/nats-server/v2` from 2.1.7 to 2.9.23 - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](nats-io/nats-server@v2.1.7...v2.9.23) Updates `golang.org/x/crypto` from 0.0.0-20220214200702-86341886e292 to 0.26.0 - [Commits](https://github.com/golang/crypto/commits/v0.30.0) Updates `google.golang.org/grpc` from 1.49.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.49.0...v1.56.3) Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0 Updates `golang.org/x/net` from 0.8.0 to 0.9.0 - [Commits](https://github.com/golang/net/commits/v0.9.0) Updates `golang.org/x/sys` from 0.6.0 to 0.7.0 - [Commits](https://github.com/golang/sys/commits/v0.1.0) Updates `golang.org/x/text` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) Updates `github.com/nats-io/nats-server/v2` from 2.9.1 to 2.9.23 - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](nats-io/nats-server@v2.1.7...v2.9.23) Updates `golang.org/x/crypto` from 0.7.0 to 0.12.0 - [Commits](https://github.com/golang/crypto/commits/v0.30.0) Updates `github.com/containerd/containerd` from 1.6.19 to 1.6.26 - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.6.19...v1.6.26) Updates `github.com/docker/distribution` from 2.8.1+incompatible to 2.8.2+incompatible - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) Updates `github.com/docker/docker` from 23.0.1+incompatible to 25.0.6+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v23.0.1...v25.0.6) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `golang.org/x/sys` from 0.0.0-20210510120138-977fb7262007 to 0.1.0 - [Commits](https://github.com/golang/sys/commits/v0.1.0) Updates `golang.org/x/text` from 0.3.3 to 0.3.8 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) Updates `gopkg.in/yaml.v3` from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0 Updates `go.mongodb.org/mongo-driver` from 1.3.5 to 1.17.1 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.3.5...v1.17.1) Updates `golang.org/x/crypto` from 0.0.0-20200709230013-948cd5f35899 to 0.26.0 - [Commits](https://github.com/golang/crypto/commits/v0.30.0) Updates `github.com/labstack/echo/v4` from 4.1.11 to 4.9.0 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](labstack/echo@v4.1.11...v4.9.0) Updates `github.com/nats-io/jwt` from 0.3.2 to 2.4.0+incompatible - [Release notes](https://github.com/nats-io/jwt/releases) - [Changelog](https://github.com/nats-io/jwt/blob/main/ReleaseNotes.md) - [Commits](nats-io/jwt@v0.3.2...v2.4.0) Updates `golang.org/x/sys` from 0.0.0-20220919091848-fb04ddd9f9c8 to 0.28.0 - [Commits](https://github.com/golang/sys/commits/v0.1.0) Updates `golang.org/x/text` from 0.3.7 to 0.3.8 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.0 Updates `golang.org/x/crypto` from 0.0.0-20220919173607-35f4265a4bc0 to 0.30.0 - [Commits](https://github.com/golang/crypto/commits/v0.30.0) Updates `github.com/docker/distribution` from 2.7.1+incompatible to 2.8.2+incompatible - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) Updates `google.golang.org/grpc` from 1.49.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.49.0...v1.56.3) Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0 Updates `golang.org/x/net` from 0.0.0-20220127200216-cd36cc0744dd to 0.9.0 - [Commits](https://github.com/golang/net/commits/v0.9.0) Updates `golang.org/x/sys` from 0.0.0-20220919091848-fb04ddd9f9c8 to 0.7.0 - [Commits](https://github.com/golang/sys/commits/v0.1.0) Updates `golang.org/x/text` from 0.3.7 to 0.9.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.0 Updates `google.golang.org/protobuf` from 1.28.1 to 1.33.0 Updates `go.mongodb.org/mongo-driver` from 1.3.5 to 1.17.1 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.3.5...v1.17.1) Updates `github.com/nats-io/nats-server/v2` from 2.9.1 to 2.9.23 - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](nats-io/nats-server@v2.1.7...v2.9.23) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect dependency-group: go_modules - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/nats-io/nats-server/v2 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/nats-io/nats-server/v2 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/containerd/containerd dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/docker/distribution dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/docker/docker dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect dependency-group: go_modules - dependency-name: go.mongodb.org/mongo-driver dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/labstack/echo/v4 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/nats-io/jwt dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/docker/distribution dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: go.mongodb.org/mongo-driver dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/nats-io/nats-server/v2 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
🔗 dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the go_modules group with 2 updates in the /engine/k8s-manager directory: google.golang.org/grpc and gopkg.in/yaml.v3.
Bumps the go_modules group with 6 updates in the /engine/mongo-writer directory:
1.27.1
1.33.0
0.0.0-20220209214540-3681064d5158
0.1.0
0.3.7
0.3.8
3.0.0-20210107192922-496545a6307b
3.0.0
1.3.5
1.17.1
2.1.7
2.9.23
Bumps the go_modules group with 5 updates in the /engine/nats-manager directory:
1.49.0
1.56.3
2.9.1
2.9.23
1.6.19
1.6.26
2.8.1+incompatible
2.8.2+incompatible
23.0.1+incompatible
25.0.6+incompatible
Bumps the go_modules group with 7 updates in the /krt-template/greeter/src/go-greeter directory:
1.25.0
1.33.0
0.0.0-20210510120138-977fb7262007
0.1.0
0.3.3
0.3.8
3.0.0-20200615113413-eeeca48fe776
3.0.0
1.3.5
1.17.1
4.1.11
4.9.0
0.3.2
2.4.0+incompatible
Bumps the go_modules group with 5 updates in the /libs/krt-utils directory:
0.0.0-20220919091848-fb04ddd9f9c8
0.28.0
0.3.7
0.3.8
3.0.0-20210107192922-496545a6307b
3.0.0
0.0.0-20220919173607-35f4265a4bc0
0.30.0
2.7.1+incompatible
2.8.2+incompatible
Bumps the go_modules group with 2 updates in the /tests/acceptance directory: google.golang.org/grpc and gopkg.in/yaml.v3.
Bumps the go_modules group with 3 updates in the /tests/acceptance/test_krt/runtime-test-v1/src/go-runner directory: google.golang.org/protobuf, go.mongodb.org/mongo-driver and github.com/nats-io/nats-server/v2.
Updates
google.golang.org/grpc
from 1.49.0 to 1.56.3Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
1055b48
Update version.go to 1.56.3 (#6713)5efd7bd
server: prohibit more than MaxConcurrentStreams handlers from running at once...bd1f038
Upgrade version.go to 1.56.3-dev (#6434)faab873
Update version.go to v1.56.2 (#6432)6b0b291
status: fix panic when servers return a wrapped error with status OK (#6374) ...ed56401
[PSM interop] Don't fail target if sub-target already failed (#6390) (#6405)cd6a794
Update version.go to v1.56.2-dev (#6387)5b67e5e
Update version.go to v1.56.1 (#6386)d0f5150
client: handle empty address lists correctly in addrConn.updateAddrs (#6354) ...997c1ea
Change version to 1.56.1-dev (#6345)Updates
google.golang.org/protobuf
from 1.28.1 to 1.30.0Updates
golang.org/x/net
from 0.0.0-20220127200216-cd36cc0744dd to 0.9.0Commits
Updates
golang.org/x/sys
from 0.0.0-20220919091848-fb04ddd9f9c8 to 0.7.0Commits
Updates
golang.org/x/text
from 0.3.7 to 0.9.0Commits
434eadc
language: reject excessively large Accept-Language strings23407e7
go.mod: ignore cyclic dependency for taggingb18d3dd
secure/precis: replace bytes.Compare with bytes.Equal795e854
all: replace io/ioutil with io and os packageb0ca10f
internal/language: bump script types to uint16 and update registryba9b0e1
go.mod: update x/tools to HEADd03b418
A+C: delete AUTHORS and CONTRIBUTORSb4bca84
language/display: fix Tag method commentea49e3e
go.mod: update x/tools to HEAD78819d0
go.mod: update to golang.org/x/text v0.1.10Updates
gopkg.in/yaml.v3
from 3.0.0-20210107192922-496545a6307b to 3.0.0Updates
google.golang.org/protobuf
from 1.27.1 to 1.33.0Updates
golang.org/x/sys
from 0.0.0-20220209214540-3681064d5158 to 0.1.0Commits
Updates
golang.org/x/text
from 0.3.7 to 0.3.8Commits
434eadc
language: reject excessively large Accept-Language strings23407e7
go.mod: ignore cyclic dependency for taggingb18d3dd
secure/precis: replace bytes.Compare with bytes.Equal795e854
all: replace io/ioutil with io and os packageb0ca10f
internal/language: bump script types to uint16 and update registryba9b0e1
go.mod: update x/tools to HEADd03b418
A+C: delete AUTHORS and CONTRIBUTORSb4bca84
language/display: fix Tag method commentea49e3e
go.mod: update x/tools to HEAD78819d0
go.mod: update to golang.org/x/text v0.1.10Updates
gopkg.in/yaml.v3
from 3.0.0-20210107192922-496545a6307b to 3.0.0Updates
go.mongodb.org/mongo-driver
from 1.3.5 to 1.17.1Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
... (truncated)
Commits
070817d
BUMP v1.17.1b45e5d9
GODRIVER-3156 Detect and discard closed idle connections. (#1815) [release/1....b473d1b
GODRIVER-3313 [release/1.17] Skip CSOT spec tests on Windows and macOS. (#1838)c0afeee
GODRIVER-3358 [release/1.17] Do not override authSource from TXT record (#1840)bd39092
GODRIVER-2589 [release/1.17] Clarify*Cursor.All()
behavior in comment. (#1...b7e6686
DEVPROD-10453 Use assume_role for s3 uploads [release/1.17] (#1824) (#1837)3911a1b
update repo metadata5484657
BUMP v1.17.0be25b9a
GODRIVER-3302 Handle malformatted message length properly. (#1758)4757f44
GODRIVER-3312 Use remaining test secrets from the vault [v1] (#1811)Updates
github.com/nats-io/nats-server/v2
from 2.1.7 to 2.9.23Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
... (truncated)
Commits
45436e1
Release v2.9.23 (#4652)72ffa38
Release v2.9.2305fe77f
Backport #4592 to 2.9 (#4651)6a73e68
[2.9.x] Bump Travis Go version to 1.20.10 (#4650)8b981a2
Backports from v2.10 for v2.9.23 release (#4647)28eb7c0
Only setup auto no-auth for $G account iff no authorization block was defined.9f16edd
Make sure to not forward a message across a route for dq sub when we are a sp...0ac7895
Add in utility to detect and delete any NRG orphans.50722e9
When scaling a consumer down make sure to pop the loopAndForwardProposals go ...770cf2e
Backport JetStream benchmarks improvements to 2.9.x (#4644)Updates
golang.org/x/crypto
from 0.0.0-20220214200702-86341886e292 to 0.26.0Commits
Updates
google.golang.org/grpc
from 1.49.0 to 1.56.3Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
1055b48
Update version.go to 1.56.3 (#6713)5efd7bd
server: prohibit more than MaxConcurrentStreams handlers from running at once...bd1f038
Upgrade version.go to 1.56.3-dev (#6434)faab873
Update version.go to v1.56.2 (#6432)6b0b291
status: fix panic when servers return a wrapped error with status OK (#6374) ...ed56401
[PSM interop] Don't fail target if sub-target already failed (#6390) (#6405)cd6a794
Update version.go to v1.56.2-dev (#6387)5b67e5e
Update version.go to v1.56.1 (#6386)d0f5150
client: handle empty address lists correctly in addrConn.updateAddrs (#6354) ...997c1ea
Change version to 1.56.1-dev (#6345)Updates
google.golang.org/protobuf
from 1.28.1 to 1.30.0Updates
golang.org/x/net
from 0.8.0 to 0.9.0Commits
Updates
golang.org/x/sys
from 0.6.0 to 0.7.0Commits
Updates
golang.org/x/text
from 0.8.0 to 0.9.0Commits
434eadc
language: reject excessively large Accept-Language strings23407e7
go.mod: ignore cyclic dependency for taggingb18d3dd
secure/precis: replace bytes.Compare with bytes.Equal795e854
all: replace io/ioutil with io and os packageb0ca10f
internal/language: bump script types to uint16 and update registryba9b0e1
go.mod: update x/tools to HEADd03b418
A+C: delete AUTHORS and CONTRIBUTORSb4bca84
language/display: fix Tag method commentea49e3e
go.mod: update x/tools to HEAD78819d0
go.mod: update to golang.org/x/text v0.1.10Updates
github.com/nats-io/nats-server/v2
from 2.9.1 to 2.9.23Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
... (truncated)
Commits
45436e1
Release v2.9.23 (#4652)72ffa38
Release v2.9.2305fe77f
Backport #4592 to 2.9 (#4651)6a73e68
[2.9.x] Bump Travis Go version to 1.20.10 (#4650)8b981a2
Backports from v2.10 for v2.9.23 release (#4647)28eb7c0
Only setup auto no-auth for $G account iff no authorization block was defined.9f16edd
Make sure to not forward a message across a route for dq sub when we are a sp...0ac7895
Add in utility to detect and delete any NRG orphans.50722e9
When scaling a consumer down make sure to pop the loopAndForwardProposals go ...770cf2e
Backport JetStream benchmarks improvements to 2.9.x (#4644)Updates
golang.org/x/crypto
from 0.7.0 to 0.12.0Commits
Updates
github.com/containerd/containerd
from 1.6.19 to 1.6.26Release notes
Sourced from github.com/containerd/containerd's releases.
... (truncated)
Commits
3dd1e88
Merge pull request #9490 from dmcgowan/prepare-1.6.26746b910
Merge pull request from GHSA-7ww5-4wqc-m92cac5c5d3
Prepare release notes for v1.6.26e7ca005
Merge pull request #9472 from thaJeztah/1.6_update_golang_1.20.127cbdfc9
update to go1.20.12, test go1.21.5024b1cc
update to go1.20.11, test go1.21.42e40459
Merge pull request #9484 from ruiwen-zhao/cri-api-warning-1.664e56bf
Add cri-api v1alpha2 usage warning to all api callsc566b7d
Merge pull request #9468 from samuelkarp/deprecation-warning-runtime-1.6efefd3b
tasks: emit warning for runc v1 runtimeUpdates
github.com/docker/distribution
from 2.8.1+incompatible to 2.8.2+incompatibleRelease notes
Sourced from github.com/docker/distribution's releases.
Commits
7c354a4
Merge pull request #3915 from distribution/2.8.2-release-notesa173a9c
Add v2.8.2 release notes4894d35
Merge pull request #3914 from vvoland/handle-forbidden-28f067f66
Merge pull request #3783 from ndeloof/accept-encoding-28483ad69
registry/errors: Parse http forbidden as denied2b0f84d
Revert "registry/client: set Accept: identity header when getting layers"320d6a1
Merge pull request #3912 from distribution/2.8.2-beta.2-release-notes5f3ca1b
Add release notes for 2.8.2-beta.2 releasecb840f6
Merge pull request #3911 from thaJeztah/2.8_backport_fix_releaser_filenamese884644
Dockerfile: fix filenames of artifactsUpdates
github.com/docker/docker
from 23.0.1+incompatible to 25.0.6+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.