keptn-contrib / prometheus-sli-service

Apache License 2.0
6 stars 2 forks source link

Bump github.com/cloudevents/sdk-go/v2 from 2.3.1 to 2.4.0 #71

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/cloudevents/sdk-go/v2 from 2.3.1 to 2.4.0.

Release notes

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

Release observability/opencensus/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/ws/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/kafka_sarama/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/pubsub/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/nats/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/amqp/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/stan/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release v2.4.0

General

WARNING: We had to introduce a breaking change to importing client.EventTraceAttributes, this can now be found in a new import:

import "github.com/cloudevents/sdk-go/observability/opencensus/v2/client"

// Then use: _ = client.EventTraceAttributes

Diff:

+       "github.com/cloudevents/sdk-go/observability/opencensus/v2/client"
-       "github.com/cloudevents/sdk-go/v2/client"

Websockets

HTTP

... (truncated)

Commits
  • 0136e7f do not assume content type is media type (#668)
  • 5c46200 This will resolve issue mentioned in 656 (#664)
  • d886e31 Implement context decorator for inbound STAN messages to expose message metad...
  • b4fe1a7 Added a test for #603 (#660)
  • ddd0f96 Updating client to use NewClientHTTP, fixing new opencensus package (#653)
  • 4bb7a51 Propagate informations from inbound messages up to Client (#659)
  • 93f9fa1 Abstraction for metrics and tracing (#634)
  • f01f50e Remove validation from the string representation (#639)
  • a2406aa Implemented streaming writer (#621)
  • 30f0adf remove circle ci (#648)
  • 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 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)
dependabot[bot] commented 3 years ago

Superseded by #72.