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 tls-listener from 0.7.0 to 0.8.0 in /cmd/pinniped-proxy #6987

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Bumps tls-listener from 0.7.0 to 0.8.0.

Changelog

Sourced from tls-listener's changelog.

[0.8.0] - 2023-10-19

This is a backwards incompatible release. The main change is that accepting a new connection now returns a tuple of the new connection, and the peer address. The AsyncAccept trait was also changed similarly. The Error enum was also changed to provide more details about the error. And if the handshake times out, it now returns an error instead of silently waiting for the next connection.

Features

  • [breaking] Add a new error type for handshake timeouts

    • BREAKING CHANGE: Adds a new variant to the Error Enum
    • BREAKING CHANGE: The Error enum is now non_exhaustive
    • BREAKING CHANGE: Now returns an error if a handshake times out
  • [breaking] Yield remote address upon accepting a connection, and include it in errors.

    • BREAKING CHANGE: The enum variant Error::ListenerError is now struct-like instead of tuple-like, and is non_exhaustive like the enum itself.
    • BREAKING CHANGE: Error now has three type parameters, not two.
    • BREAKING CHANGE: TlsListener::accept and <TlsListener as Stream>::next yields a tuple of (connection, remote address), not just the connection.
    • BREAKING CHANGE: AsyncAccept now has an associated type Address, which poll_accept must now return along with the accepted connection.
  • [breaking] More changes for including peer address in response

    • BREAKING CHANGE: AsyncAccept::Error must implement std::error::Error
    • BREAKING CHANGE: TlsAcceptError is now a struct form variant.
Commits
  • b6f65d5 v0.8.0 release
  • 150c63b Add cliff.toml
  • c6a68b4 Merge pull request #37 from tmccombs/timeout-errors
  • 23ca7ff feat!: More changes for including peer address in response
  • e920fbb feat!: Yield remote address upon accepting a connection, and include it in er...
  • 8eed9e9 Merge pull request #39 from tmccombs/dependabot/github_actions/actions/checko...
  • daa6292 Bump actions/checkout from 3 to 4
  • 6bd78b6 feat!: Add a new error type for handshake timeouts
  • 31efb69 Replace actions-rs/toolchain with direct rustup commands
  • 27054bb Merge pull request #34 from tmccombs/dependabot/github_actions/actions/checko...
  • 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 [tls-listener](https://github.com/tmccombs/tls-listener) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/tmccombs/tls-listener/releases)
- [Changelog](https://github.com/tmccombs/tls-listener/blob/main/CHANGELOG.md)
- [Commits](tmccombs/tls-listener@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: tls-listener
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 20, 2023
@netlify
Copy link

netlify bot commented Oct 20, 2023

Deploy Preview for kubeapps-dev canceled.

Name Link
🔨 Latest commit 098f361
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/6531e032f92c810008040096

@absoludity absoludity merged commit 11763d4 into main Oct 23, 2023
41 checks passed
@absoludity absoludity deleted the dependabot/cargo/cmd/pinniped-proxy/tls-listener-0.8.0 branch October 23, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants