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 golang.org/x/crypto from 0.14.0 to 0.17.0 in /test/benchmark #994

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps golang.org/x/crypto from 0.14.0 to 0.17.0.

Commits
  • 9d2ee97 ssh: implement strict KEX protocol changes
  • 4e5a261 ssh: close net.Conn on all NewServerConn errors
  • 152cdb1 x509roots/fallback: update bundle
  • fdfe1f8 ssh: defer channel window adjustment
  • b8ffc16 blake2b: drop Go 1.6, Go 1.8 compatibility
  • 7e6fbd8 ssh: wrap errors from client handshake
  • bda2f3f argon2: avoid clobbering BP
  • 325b735 ssh/test: skip TestSSHCLIAuth on Windows
  • 1eadac5 go.mod: update golang.org/x dependencies
  • b2d7c26 ssh: add (*Client).DialContext method
  • 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 go Pull requests that update Go code labels Dec 18, 2023
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@duglin duglin force-pushed the dependabot/go_modules/test/benchmark/golang.org/x/crypto-0.17.0 branch from c758ee4 to a5b48a8 Compare January 29, 2024 19:31
@duglin duglin merged commit cb80e5d into main Jan 29, 2024
9 checks passed
@duglin duglin deleted the dependabot/go_modules/test/benchmark/golang.org/x/crypto-0.17.0 branch January 29, 2024 19:38
ti-chi-bot bot pushed a commit to PingCAP-QE/ee-apps that referenced this pull request 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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#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
[cloudevents/sdk-go#1000
- Propose the `confluent-kafka-go` binding for Kafka by
[@&#8203;yanmxa](https://github.com/yanmxa) in
[cloudevents/sdk-go#1008
- Sync CESQL tck tests by
[@&#8203;Cali0707](https://github.com/Cali0707) in
[cloudevents/sdk-go#1010
- Fix docstring typos in nats and jetstream protocol by
[@&#8203;jafossum](https://github.com/jafossum) in
[cloudevents/sdk-go#1013
- Bump golangci/golangci-lint-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[cloudevents/sdk-go#1016
- Bump the bundler group across 1 directories with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[cloudevents/sdk-go#1011
- Remove vi swp file by [@&#8203;duglin](https://github.com/duglin) in
[cloudevents/sdk-go#1020

#### New Contributors

- [@&#8203;Cali0707](https://github.com/Cali0707) made their first
contribution in
[cloudevents/sdk-go#1010
- [@&#8203;jafossum](https://github.com/jafossum) made their first
contribution in
[cloudevents/sdk-go#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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant