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

Upgrade dependencies #262

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Upgrade dependencies #262

merged 2 commits into from
Jul 3, 2024

Conversation

Danielius1922
Copy link
Member

@Danielius1922 Danielius1922 commented Jul 3, 2024

Submodule:
github.com/googleapis/googleapis c23223d273469bc9c0f296856b47d22fa1dfe3d9

Direct:
github.com/jessevdk/go-flags v1.6.1
github.com/lestrrat-go/jwx/v2 v2.1.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 github.com/plgd-dev/hub/v2 v2.20.1-0.20240702133409-6fcf2db85f31 go.opentelemetry.io/otel/trace v1.28.0
google.golang.org/grpc v1.65.0
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/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/klauspost/compress v1.17.9
github.com/nats-io/nats.go v1.36.0
github.com/panjf2000/ants/v2 v2.10.0
go.mongodb.org/mongo-driver v1.16.0
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/proto/otlp v1.3.1
golang.org/x/crypto v0.24.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 golang.org/x/mod v0.18.0
golang.org/x/net v0.26.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sys v0.21.0
golang.org/x/term v0.21.0
golang.org/x/text v0.16.0
golang.org/x/tools v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094

Summary by CodeRabbit

  • Chores

    • Updated GitHub actions to use the latest versions of docker/build-push-action and goreleaser/goreleaser-action.
    • Updated submodule commit for googleapis.
    • Updated various dependencies in go.mod for improved compatibility and feature support.
  • Documentation

    • Updated documentation link and adjusted formatting in .goreleaser.yaml.
  • Refactor

    • Modified name_template and regex patterns in .goreleaser.yaml for better consistency.
    • Changed import paths in tools/tools.go to reflect the updated goreleaser package version.

Copy link

coderabbitai bot commented Jul 3, 2024

Warning

Review failed

The pull request is closed.

Walkthrough

The updates encompass various files and workflows, focusing primarily on upgrading GitHub Action versions and dependencies. Notable changes include the upgrade of docker/build-push-action to v6 and goreleaser/goreleaser-action to v6, along with corresponding version tweaks. Additionally, the go.mod file and submodules received updates for better compatibility and functionality.

Changes

File Path Change Summary
.github/workflows/build-publish.yaml Updated docker/build-push-action from v5 to v6.
.github/workflows/buildTestBinaries.yml Updated goreleaser/goreleaser-action from v5 to v6 and changed version to "~> v2".
.github/workflows/release.yml Updated goreleaser/goreleaser-action from v5 to v6, changed version to "~> v2".
.goreleaser.yaml Minor adjustments: updated documentation link, indentation for hooks, and regex in filters.
dependency/googleapis Updated submodule commit hash from 716a281 to c23223d.
go.mod Updated multiple dependencies, including goreleaser, go-flags, jwx, grpc, and others.
tools/tools.go Changed import path goreleaser to goreleaser/v2.

Sequence Diagram(s)

Diagrams omitted as the changes primarily involve updates to versions and dependencies, with no impact on control flow or new features.

Poem

In the code's realm, updates dwell,
Actions and dependencies, all swell.
From v5 to v6 they soar,
Stability and features, to the fore.
Go modules aligned, in harmony found,
CodeRabbit smiles, updates abound. 🐇🚀

Tip

AI model upgrade

gpt-4o model for reviews and chat is now live

OpenAI claims that this model is better at understanding and generating code than the previous models. Please join our Discord Community to provide any feedback or to report any issues.


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Danielius1922 Danielius1922 force-pushed the adam/feature/update-deps branch from d06becd to 24d25cd Compare July 3, 2024 10:17
docker/build-push-action: v5 -> v6
goreleaser/goreleaser-action: v5 -> v6
Submodule:
github.com/googleapis/googleapis c23223d273469bc9c0f296856b47d22fa1dfe3d9

Direct:
github.com/goreleaser/goreleaser/v2 v2.0.1
github.com/jessevdk/go-flags v1.6.1
github.com/lestrrat-go/jwx/v2 v2.1.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
github.com/plgd-dev/hub/v2 v2.20.1-0.20240702133409-6fcf2db85f31
go.opentelemetry.io/otel/trace v1.28.0
google.golang.org/grpc v1.65.0
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/caarlos0/log v0.4.5
github.com/charmbracelet/lipgloss v0.11.0
github.com/charmbracelet/x/ansi v0.1.1
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/klauspost/compress v1.17.9
github.com/nats-io/nats.go v1.36.0
github.com/panjf2000/ants/v2 v2.10.0
go.mongodb.org/mongo-driver v1.16.0
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/proto/otlp v1.3.1
golang.org/x/crypto v0.24.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/mod v0.18.0
golang.org/x/net v0.26.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sys v0.21.0
golang.org/x/term v0.21.0
golang.org/x/text v0.16.0
golang.org/x/tools v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
@Danielius1922 Danielius1922 force-pushed the adam/feature/update-deps branch from 24d25cd to 63f0dfc Compare July 3, 2024 10:28
Copy link

sonarqubecloud bot commented Jul 3, 2024

@Danielius1922 Danielius1922 marked this pull request as ready for review July 3, 2024 10:41
@Danielius1922 Danielius1922 merged commit a102e5e into main Jul 3, 2024
13 of 14 checks passed
@Danielius1922 Danielius1922 deleted the adam/feature/update-deps branch July 3, 2024 10:46
@coderabbitai coderabbitai bot mentioned this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant