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

Bump the bundler group across 1 directories with 1 update #1011

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps the bundler group with 1 update in the /docs directory: nokogiri.

Updates nokogiri from 1.14.3 to 1.16.2

Release notes

Sourced from nokogiri's releases.

v1.16.2 / 2024-02-04

Security

Dependencies


sha256 checksums:

69ba15d2a2498324489ed63850997f0b8f684260114ea81116d3082f16551d2d  nokogiri-1.16.2-aarch64-linux.gem
6a05ce42e3587a40cf8936ece0beaa5d32922254215d2e8cf9ad40588bb42e57  nokogiri-1.16.2-arm-linux.gem
c957226c8e36b31be6a3afb8602e2128282bf8b40ea51016c4cd21aa2608d3f8  nokogiri-1.16.2-arm64-darwin.gem
122652bfc338cd8a54a692ac035e245e41fd3b8283299202ca26e7a7d50db310  nokogiri-1.16.2-java.gem
7344b5072ca69fc5bedb61cb01a3b765b93a27aae5a2a845c2ba7200e4345074  nokogiri-1.16.2-x64-mingw-ucrt.gem
a2a5e184a424111a0d5b77947986484920ad708009c667f061e8d02035c562dd  nokogiri-1.16.2-x64-mingw32.gem
833efddeb51a6c2c9f6356295623c2b2e0d50050d468695c59bd929162953323  nokogiri-1.16.2-x86-linux.gem
e67fc0418dffaff9dc8b1dc65f0605282c3fee9488832d0223b620b4319e0b53  nokogiri-1.16.2-x86-mingw32.gem
5def799e5f139f21a79d7cf71172313a7b6fb0e4b2a31ab9bd5d4ad305994539  nokogiri-1.16.2-x86_64-darwin.gem
5b146240ac6ec6c40fd4367623e74442bca45a542bd3282b1d4d18b07b8e5dfe  nokogiri-1.16.2-x86_64-linux.gem
68922ee5cde27497d995c46f2821957bae961947644eed2822d173daf7567f9c  nokogiri-1.16.2.gem

v1.16.1 / 2024-02-03

Dependencies

Fixed

  • [CRuby] XML::Reader defaults the encoding to UTF-8 if it's not specified in either the document or as a method parameter. Previously non-ASCII characters were serialized as NCRs in this case. #2891 (@​flavorjones)
  • [CRuby] Restored support for compilation by GCC versions earlier than 4.6, which was broken in v1.15.0 (540e9aee). #3090 (@​adfoster-r7)
  • [CRuby] Patched upstream libxml2 to allow parsing HTML5 in the context of a namespaced node (e.g., foreign content like MathML). [#3112, #3116] (@​flavorjones)
  • [CRuby] Fixed a small memory leak in libgumbo (HTML5 parser) when the maximum tree depth limit is hit. [#3098, #3100] (@​stevecheckoway)

sha256 checksums:

a541f35e5b9798a0c97300f9ee18f4217da2a2945a6d5499e4123b9018f9cafc  nokogiri-1.16.1-aarch64-linux.gem
6b82affd195000ab2f9c36cc08744ec2d2fcf6d8da88d59a2db67e83211f7c69  nokogiri-1.16.1-arm-linux.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.16.2 / 2024-02-04

Security

Dependencies

v1.16.1 / 2024-02-03

Dependencies

Fixed

  • [CRuby] XML::Reader defaults the encoding to UTF-8 if it's not specified in either the document or as a method parameter. Previously non-ASCII characters were serialized as NCRs in this case. #2891 (@​flavorjones)
  • [CRuby] Restored support for compilation by GCC versions earlier than 4.6, which was broken in v1.15.0 (540e9aee). #3090 (@​adfoster-r7)
  • [CRuby] Patched upstream libxml2 to allow parsing HTML5 in the context of a namespaced node (e.g., foreign content like MathML). [#3112, #3116] (@​flavorjones)
  • [CRuby] Fixed a small memory leak in libgumbo (HTML5 parser) when the maximum tree depth limit is hit. [#3098, #3100] (@​stevecheckoway)

v1.16.0 / 2023-12-27

Notable Changes

Ruby

This release introduces native gem support for Ruby 3.3.

This release ends support for Ruby 2.7, for which upstream support ended 2023-03-31.

Pattern matching

This version marks official support for the pattern matching API in XML::Attr, XML::Document, XML::DocumentFragment, XML::Namespace, XML::Node, and XML::NodeSet (and their subclasses), originally introduced as an experimental feature in v1.14.0. (@​flavorjones)

Documentation on what can be matched:

... (truncated)

Commits
  • 673756f version bump to v1.16.2
  • 74ffd67 dep: update libxml to 2.12.5 (branch v1.16.x) (#3122)
  • 0d4018d dep: update libxml2 to v2.12.5
  • f33a25f dep: remove patch from #3112 which has been released upstream
  • e994168 version bump to v1.16.1
  • 77ea2f2 dev: add files to manifest ignore list
  • 756f27c build(deps): bump actions/{download,upload}-artifact from 3 to 4
  • 464f8d4 .gitignore: clangd-related files
  • 2beeb96 doc: update CHANGELOG
  • a26536d fix: apply upstream patch for in-context parsing (#3116)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 6, 2024
Bumps the bundler group with 1 update in the /docs directory: [nokogiri](https://github.com/sparklemotion/nokogiri).


Updates `nokogiri` from 1.14.3 to 1.16.2
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.3...v1.16.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
  dependency-group: bundler-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@duglin duglin force-pushed the dependabot/bundler/docs/bundler-security-group-efb33f65df branch from 3130e47 to b6949b0 Compare February 12, 2024 14:10
@duglin duglin merged commit 4cc6c2d into main Feb 12, 2024
9 checks passed
@duglin duglin deleted the dependabot/bundler/docs/bundler-security-group-efb33f65df branch February 12, 2024 14:27
ti-chi-bot bot referenced this pull request in PingCAP-QE/ee-apps Jul 5, 2024
…111)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go)
| `v2.14.0` -> `v2.15.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudevents%2fsdk-go%2fv2/v2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcloudevents%2fsdk-go%2fv2/v2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcloudevents%2fsdk-go%2fv2/v2.14.0/v2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudevents%2fsdk-go%2fv2/v2.14.0/v2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2)</summary>

###
[`v2.15.2`](https://github.com/cloudevents/sdk-go/releases/tag/v2.15.2)

[Compare
Source](https://github.com/cloudevents/sdk-go/compare/v2.15.1...v2.15.2)

##### What's Changed

-   Patch for a potential security issue. See [CVE-2024-28110](TBD).
- Note: this could be a breaking change for people if they purposely
change golang's HTTP `DefaultClient`, or change the CloudEvents `Client`
returned from `NewClient`, and expect those changes to be visible on
other HTTP flows using those Clients. E.g. auth

**Full Changelog**:
cloudevents/sdk-go@v2.15.1...v2.15.2

###
[`v2.15.1`](https://github.com/cloudevents/sdk-go/releases/tag/v2.15.1)

[Compare
Source](https://github.com/cloudevents/sdk-go/compare/v2.15.0...v2.15.1)

#### What's Changed

- Bump andstor/file-existence-action from 2 to 3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1009](https://github.com/cloudevents/sdk-go/pull/1009)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test/conformance by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/993](https://github.com/cloudevents/sdk-go/pull/993)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test/benchmark by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/994](https://github.com/cloudevents/sdk-go/pull/994)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /samples/kafka by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/995](https://github.com/cloudevents/sdk-go/pull/995)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test/integration by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/996](https://github.com/cloudevents/sdk-go/pull/996)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in
/protocol/kafka_sarama/v2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/997](https://github.com/cloudevents/sdk-go/pull/997)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /samples/http by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/998](https://github.com/cloudevents/sdk-go/pull/998)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /samples/nats by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/999](https://github.com/cloudevents/sdk-go/pull/999)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /samples/stan by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1004](https://github.com/cloudevents/sdk-go/pull/1004)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in
/samples/nats_jetstream by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1003](https://github.com/cloudevents/sdk-go/pull/1003)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /protocol/nats/v2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1002](https://github.com/cloudevents/sdk-go/pull/1002)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in
/protocol/nats_jetstream/v2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1001](https://github.com/cloudevents/sdk-go/pull/1001)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /protocol/stan/v2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1000](https://github.com/cloudevents/sdk-go/pull/1000)
- Propose the `confluent-kafka-go` binding for Kafka by
[@&#8203;yanmxa](https://github.com/yanmxa) in
[https://github.com/cloudevents/sdk-go/pull/1008](https://github.com/cloudevents/sdk-go/pull/1008)
- Sync CESQL tck tests by
[@&#8203;Cali0707](https://github.com/Cali0707) in
[https://github.com/cloudevents/sdk-go/pull/1010](https://github.com/cloudevents/sdk-go/pull/1010)
- Fix docstring typos in nats and jetstream protocol by
[@&#8203;jafossum](https://github.com/jafossum) in
[https://github.com/cloudevents/sdk-go/pull/1013](https://github.com/cloudevents/sdk-go/pull/1013)
- Bump golangci/golangci-lint-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1016](https://github.com/cloudevents/sdk-go/pull/1016)
- Bump the bundler group across 1 directories with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cloudevents/sdk-go/pull/1011](https://github.com/cloudevents/sdk-go/pull/1011)
- Remove vi swp file by [@&#8203;duglin](https://github.com/duglin) in
[https://github.com/cloudevents/sdk-go/pull/1020](https://github.com/cloudevents/sdk-go/pull/1020)

#### New Contributors

- [@&#8203;Cali0707](https://github.com/Cali0707) made their first
contribution in
[https://github.com/cloudevents/sdk-go/pull/1010](https://github.com/cloudevents/sdk-go/pull/1010)
- [@&#8203;jafossum](https://github.com/jafossum) made their first
contribution in
[https://github.com/cloudevents/sdk-go/pull/1013](https://github.com/cloudevents/sdk-go/pull/1013)

**Full Changelog**:
cloudevents/sdk-go@v2.15.0...v2.15.1

###
[`v2.15.0`](https://github.com/cloudevents/sdk-go/releases/tag/v2.15.0)

[Compare
Source](https://github.com/cloudevents/sdk-go/compare/v2.14.0...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`](https://github.com/cloudevents/sdk-go/commit/896e1d0)
Update README.md
[`75ec0f2`](https://github.com/cloudevents/sdk-go/commit/75ec0f2) Bump
actions/setup-go from 4 to 5
[`41e80f7`](https://github.com/cloudevents/sdk-go/commit/41e80f7)
fixed couple issues
[`9ccd339`](https://github.com/cloudevents/sdk-go/commit/9ccd339)
bugfix_value_type_of_dataschema
[`c8cbca9`](https://github.com/cloudevents/sdk-go/commit/c8cbca9) adds
unique package name for import
[`f1bca09`](https://github.com/cloudevents/sdk-go/commit/f1bca09)
relative .pb.go generation, go_package set to package name
[`c20eef2`](https://github.com/cloudevents/sdk-go/commit/c20eef2) bump
the pahao mqtt to v0.12
[`ed7be6b`](https://github.com/cloudevents/sdk-go/commit/ed7be6b) Add
WithCustomAttributes for PubSub
[`be31358`](https://github.com/cloudevents/sdk-go/commit/be31358)
returning the error when doing a nack in the message
[`ecead5c`](https://github.com/cloudevents/sdk-go/commit/ecead5c) Make
a few comments a bit clearer
[`57be3cd`](https://github.com/cloudevents/sdk-go/commit/57be3cd) Try
to make sure the Receiver starts before we send events
[`f5c7061`](https://github.com/cloudevents/sdk-go/commit/f5c7061) Try
to fix race again - don't reuse clients for sender/receiver
[`8bea925`](https://github.com/cloudevents/sdk-go/commit/8bea925) Bump
google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/http
[`fa6be00`](https://github.com/cloudevents/sdk-go/commit/fa6be00) Bump
google.golang.org/grpc from 1.56.1 to 1.56.3 in /protocol/pubsub/v2
[`7e05ecd`](https://github.com/cloudevents/sdk-go/commit/7e05ecd) Bump
google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/pubsub
[`13825ba`](https://github.com/cloudevents/sdk-go/commit/13825ba)
Sleep less to avoid timeouts
[`3162d69`](https://github.com/cloudevents/sdk-go/commit/3162d69) Bump
github.com/nats-io/nats-server/v2 in /protocol/stan/v2
[`ec8b0f9`](https://github.com/cloudevents/sdk-go/commit/ec8b0f9)
deps: update nats dependencies
[`dae9f6c`](https://github.com/cloudevents/sdk-go/commit/dae9f6c) Bump
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
[`1d6360b`](https://github.com/cloudevents/sdk-go/commit/1d6360b) Bump
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
[`06658a2`](https://github.com/cloudevents/sdk-go/commit/06658a2) Bump
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
[`7c1a3b1`](https://github.com/cloudevents/sdk-go/commit/7c1a3b1) fix
race
[`6f5984b`](https://github.com/cloudevents/sdk-go/commit/6f5984b) Move
to go 1.18 Had to run gofmt and fix some weird typos due to tabs in the
comments
[`0a006bb`](https://github.com/cloudevents/sdk-go/commit/0a006bb) Fix
race condition in kafka tests
[`510b002`](https://github.com/cloudevents/sdk-go/commit/510b002)
issue 814 - Add binary content mode for NATS and JetStream protocols
[`ac3d30c`](https://github.com/cloudevents/sdk-go/commit/ac3d30c) add
link to our security mailing list
[`9405398`](https://github.com/cloudevents/sdk-go/commit/9405398) Bump
golang.org/x/net in /observability/opencensus/v2
[`3cbfae0`](https://github.com/cloudevents/sdk-go/commit/3cbfae0) Bump
golang.org/x/net from 0.9.0 to 0.17.0 in /protocol/pubsub/v2
[`65eb52e`](https://github.com/cloudevents/sdk-go/commit/65eb52e) Bump
golang.org/x/net from 0.12.0 to 0.17.0 in /protocol/kafka_sarama/v2
[`d25d6e4`](https://github.com/cloudevents/sdk-go/commit/d25d6e4) Bump
golang.org/x/net from 0.9.0 to 0.17.0 in /samples/pubsub
[`e4653a8`](https://github.com/cloudevents/sdk-go/commit/e4653a8) Bump
golang.org/x/net from 0.12.0 to 0.17.0 in /test/conformance
[`6ed9f79`](https://github.com/cloudevents/sdk-go/commit/6ed9f79) Bump
golang.org/x/net from 0.9.0 to 0.17.0 in /samples/http
[`6a3393c`](https://github.com/cloudevents/sdk-go/commit/6a3393c) Bump
golang.org/x/net from 0.7.0 to 0.17.0 in /test/benchmark
[`806ef35`](https://github.com/cloudevents/sdk-go/commit/806ef35) Bump
golang.org/x/net from 0.12.0 to 0.17.0 in /samples/kafka
[`de13f1b`](https://github.com/cloudevents/sdk-go/commit/de13f1b) Bump
golang.org/x/net from 0.12.0 to 0.17.0 in /test/integration
[`3eefeb1`](https://github.com/cloudevents/sdk-go/commit/3eefeb1)
Governance docs per CE PR 1226
[`1bcaa28`](https://github.com/cloudevents/sdk-go/commit/1bcaa28)
Update links to cloudevents spec
[`6aa2742`](https://github.com/cloudevents/sdk-go/commit/6aa2742)
context.Done() may never reach if waiting on r.incoming <- msgErr
[`4bcddda`](https://github.com/cloudevents/sdk-go/commit/4bcddda) move
it to write message
[`d06aea7`](https://github.com/cloudevents/sdk-go/commit/d06aea7)
clean the the previous properties
[`0cc4fba`](https://github.com/cloudevents/sdk-go/commit/0cc4fba) Bump
actions/checkout from 3 to 4
[`f1c0d0a`](https://github.com/cloudevents/sdk-go/commit/f1c0d0a)
change denpendency sarama from Shopify to IBM
[`f84be73`](https://github.com/cloudevents/sdk-go/commit/f84be73)
Updated based on feedback
[`310da90`](https://github.com/cloudevents/sdk-go/commit/310da90)
Support ACK when receiving malformed events
[`808bf38`](https://github.com/cloudevents/sdk-go/commit/808bf38)
provide the qos and retain configuration for mqtt protocol
[`e085f1a`](https://github.com/cloudevents/sdk-go/commit/e085f1a)
correct the doc links
[`766b88e`](https://github.com/cloudevents/sdk-go/commit/766b88e)
remove the usage of deprecated io/ioutil package
[`e15d03d`](https://github.com/cloudevents/sdk-go/commit/e15d03d) add
assertion helper for extension keys
([#&#8203;920](https://github.com/cloudevents/sdk-go/issues/920))
[`c1482af`](https://github.com/cloudevents/sdk-go/commit/c1482af)
append mqtt to the doc of protocol binding
([#&#8203;919](https://github.com/cloudevents/sdk-go/issues/919))
[`ff22db5`](https://github.com/cloudevents/sdk-go/commit/ff22db5) Bump
andstor/file-existence-action from 1 to 2
([#&#8203;917](https://github.com/cloudevents/sdk-go/issues/917))
[`bf156f1`](https://github.com/cloudevents/sdk-go/commit/bf156f1) call
finish on unused messages; tidy retry logic
[`fdcb2d2`](https://github.com/cloudevents/sdk-go/commit/fdcb2d2) mqtt
protocol binding
([#&#8203;910](https://github.com/cloudevents/sdk-go/issues/910))
[`f681ac6`](https://github.com/cloudevents/sdk-go/commit/f681ac6) Bump
grpc dependencies and workflow versions
([#&#8203;914](https://github.com/cloudevents/sdk-go/issues/914))
[`c684ae9`](https://github.com/cloudevents/sdk-go/commit/c684ae9) vote
to add embano1 as a maintainer
[`50b18a0`](https://github.com/cloudevents/sdk-go/commit/50b18a0) Bump
golang.org/x/crypto in /samples/http
([#&#8203;902](https://github.com/cloudevents/sdk-go/issues/902))
[`5232986`](https://github.com/cloudevents/sdk-go/commit/5232986)
http: Fixes for Gin http receiver sample
([#&#8203;905](https://github.com/cloudevents/sdk-go/issues/905))
[`9970acc`](https://github.com/cloudevents/sdk-go/commit/9970acc)
Added a Gin http receiver sample
([#&#8203;842](https://github.com/cloudevents/sdk-go/issues/842))
[`b7a65db`](https://github.com/cloudevents/sdk-go/commit/b7a65db) add
kafka topic/partition/offset to the extension of event
([#&#8203;896](https://github.com/cloudevents/sdk-go/issues/896))
[`bc9170f`](https://github.com/cloudevents/sdk-go/commit/bc9170f)
Short-circuit AND expressions
([#&#8203;899](https://github.com/cloudevents/sdk-go/issues/899))
[`eae656f`](https://github.com/cloudevents/sdk-go/commit/eae656f) Bump
nokogiri from 1.14.2 to 1.14.3 in /docs
([#&#8203;891](https://github.com/cloudevents/sdk-go/issues/891))
[`ff0a142`](https://github.com/cloudevents/sdk-go/commit/ff0a142) fix:
Fixing syntax errors and add some test feedback
([#&#8203;892](https://github.com/cloudevents/sdk-go/issues/892))
[`55e5dba`](https://github.com/cloudevents/sdk-go/commit/55e5dba)
Update RELEASING to be more explicit

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/ee-apps).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant