-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade dependencies #1337
Upgrade dependencies #1337
Conversation
docker/build-push-action: v5 -> v6
alpine: 3.19 -> 3.20
WalkthroughRecent updates have been applied across several files, focusing on upgrading versions to improve functionality and security. Notably, the GitHub workflows for Docker images have been updated to use the latest Changes
Poem
Tip Early access features: enabledWe are currently testing the following features in early access:
Note:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Submodule: github.com/googleapis/googleapis 821a6ddff3ab55d2639dc2ca95a07f0e0b957a26 Direct: github.com/fxamacker/cbor/v2 v2.7.0 github.com/go-co-op/gocron/v2 v2.7.1 github.com/gorilla/websocket v1.5.3 github.com/jessevdk/go-flags v1.6.1 github.com/lestrrat-go/jwx/v2 v2.1.0 github.com/nats-io/nats.go v1.36.0 github.com/panjf2000/ants/v2 v2.10.0 github.com/pion/dtls/v2 v2.2.8-0.20240701035148-45e16a098c47 github.com/plgd-dev/device/v2 v2.5.2-0.20240702123445-f895dc844003 github.com/plgd-dev/go-coap/v3 v3.3.5-0.20240702113249-de76143e11ea go.mongodb.org/mongo-driver v1.16.0 golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 golang.org/x/net v0.26.0 golang.org/x/oauth2 v0.21.0 google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0 google.golang.org/protobuf v1.34.2 Indirect: github.com/bufbuild/protocompile v0.14.0 github.com/klauspost/compress v1.17.9 go.opentelemetry.io/proto/otlp v1.3.1 golang.org/x/crypto v0.24.0 golang.org/x/sys v0.21.0 golang.org/x/text v0.16.0 google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094
f0142ae
to
1497390
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (2)
go.mod
is excluded by!**/*.mod
go.sum
is excluded by!**/*.sum
,!**/*.sum
Files selected for processing (5)
- .github/workflows/build-publish-cfg.yaml (2 hunks)
- .github/workflows/publishDockerImagesGhcr.yml (1 hunks)
- dependency/googleapis (1 hunks)
- tools/mongodb/admin-tool/Dockerfile (1 hunks)
- tools/mongodb/standby-tool/Dockerfile (1 hunks)
Files skipped from review due to trivial changes (4)
- .github/workflows/publishDockerImagesGhcr.yml
- dependency/googleapis
- tools/mongodb/admin-tool/Dockerfile
- tools/mongodb/standby-tool/Dockerfile
Additional comments not posted (2)
.github/workflows/build-publish-cfg.yaml (2)
152-152
: Upgrade todocker/build-push-action@v6
The action
docker/build-push-action
has been upgraded fromv5
tov6
. Ensure that the new version is compatible with the workflow and does not introduce breaking changes.
127-127
: Upgrade todocker/build-push-action@v6
The action
docker/build-push-action
has been upgraded fromv5
tov6
. Ensure that the new version is compatible with the workflow and does not introduce breaking changes.
Quality Gate passedIssues Measures |
No description provided.