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

chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.13.0 to 2.15.0 #2984

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2024

Bumps github.com/cloudevents/sdk-go/v2 from 2.13.0 to 2.15.0.

Release notes

Sourced from github.com/cloudevents/sdk-go/v2's releases.

Release v2.15.0

Highlights 💫

This release includes various updates and improvements such as README enhancements, dependency bumps, bug fixes, race condition resolutions, and protocol-related adjustments. Notable changes involve upgrading dependencies like grpc and go.opentelemetry, addressing race conditions, fixing Kafka test issues, and introducing new features like binary content mode for NATS and JetStream protocols. Additionally, there are governance documentation updates, link corrections, and improvements in error handling and documentation across different modules.

Breaking 🚨

The Kafka Sarama protocol now uses the "github.com/IBM/sarama" Go module import path.

Commits 📄

896e1d0 Update README.md 75ec0f2 Bump actions/setup-go from 4 to 5 41e80f7 fixed couple issues 9ccd339 bugfix_value_type_of_dataschema c8cbca9 adds unique package name for import f1bca09 relative .pb.go generation, go_package set to package name c20eef2 bump the pahao mqtt to v0.12 ed7be6b Add WithCustomAttributes for PubSub be31358 returning the error when doing a nack in the message ecead5c Make a few comments a bit clearer 57be3cd Try to make sure the Receiver starts before we send events f5c7061 Try to fix race again - don't reuse clients for sender/receiver 8bea925 Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/http fa6be00 Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /protocol/pubsub/v2 7e05ecd Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/pubsub 13825ba Sleep less to avoid timeouts 3162d69 Bump github.com/nats-io/nats-server/v2 in /protocol/stan/v2 ec8b0f9 deps: update nats dependencies dae9f6c Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 1d6360b Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 06658a2 Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 7c1a3b1 fix race 6f5984b Move to go 1.18 Had to run gofmt and fix some weird typos due to tabs in the comments 0a006bb Fix race condition in kafka tests 510b002 issue 814 - Add binary content mode for NATS and JetStream protocols ac3d30c add link to our security mailing list 9405398 Bump golang.org/x/net in /observability/opencensus/v2 3cbfae0 Bump golang.org/x/net from 0.9.0 to 0.17.0 in /protocol/pubsub/v2 65eb52e Bump golang.org/x/net from 0.12.0 to 0.17.0 in /protocol/kafka_sarama/v2 d25d6e4 Bump golang.org/x/net from 0.9.0 to 0.17.0 in /samples/pubsub e4653a8 Bump golang.org/x/net from 0.12.0 to 0.17.0 in /test/conformance 6ed9f79 Bump golang.org/x/net from 0.9.0 to 0.17.0 in /samples/http 6a3393c Bump golang.org/x/net from 0.7.0 to 0.17.0 in /test/benchmark 806ef35 Bump golang.org/x/net from 0.12.0 to 0.17.0 in /samples/kafka de13f1b Bump golang.org/x/net from 0.12.0 to 0.17.0 in /test/integration 3eefeb1 Governance docs per CE PR 1226 1bcaa28 Update links to cloudevents spec 6aa2742 context.Done() may never reach if waiting on r.incoming <- msgErr 4bcddda move it to write message

... (truncated)

Commits
  • 998919d Merge pull request #1005 from Vedadiyan/main
  • 896e1d0 Update README.md
  • 9d3236f Merge pull request #989 from cloudevents/dependabot/github_actions/actions/se...
  • 75ec0f2 Bump actions/setup-go from 4 to 5
  • e620cf7 Merge pull request #986 from timmyb32r/bugfix_value_type_of_dataschema2
  • 41e80f7 fixed couple issues
  • 9ccd339 bugfix_value_type_of_dataschema
  • 39fe13d Merge pull request #969 from jnorman-us/fix/proto
  • c8cbca9 adds unique package name for import
  • f1bca09 relative .pb.go generation, go_package set to package name
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.13.0...v2.15.0)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from whynowy as a code owner January 20, 2024 12:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 20, 2024
@github-actions github-actions bot enabled auto-merge (squash) January 20, 2024 12:05
@github-actions github-actions bot merged commit 242520a into master Jan 20, 2024
7 of 8 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.15.0 branch January 20, 2024 12:25
whynowy pushed a commit that referenced this pull request Feb 13, 2024
…5.0 (#2984)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

None yet

0 participants