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 github.com/pires/go-proxyproto from 0.2.0 to 0.3.0 #368

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2020

Bumps github.com/pires/go-proxyproto from 0.2.0 to 0.3.0.

Release notes

Sourced from github.com/pires/go-proxyproto's releases.

v0.3.0

This release is only possible with the amazing work by @emersion to whom I want to say thank you very much!

Breaking changes

  • Rely on net.Addr, which allows to represent any network address, instead of using an IP and a port (#46)
    • New helpers (header.{TCPAddrs(),UDPAddrs(),UnixAddrs(),IPs(),Ports()}) allows to easily extract data from net.Addr attributes.
    • The header.{Local,Remote}Addr helpers have been removed in favor or accessors header.{Source,Destination}Addr.
  • TLV.Length has been removed, in favor of using len(TLV.Value) instead (#42)

Improvements

  • Properly validate source and destination IPs when transport protocol is IP-based, e.g. ensure IPv4 addresses when TCPv4 is set (#46 and #48)
  • Support Unix sockets (#46)
  • Format a PP2SSL struct into a TLV (#41)
  • Test Go 1.14 and 1.15 support (#39)
  • Update spec URL (#40)
Commits
  • 7962c3f Merge pull request #48 from emersion/v1-format-mismatch
  • 5763dcd Add a bunch of tests for invalid headers
  • 9106ea4 Add more robust protocol mismatch handling in Header.formatVersion1
  • f4de002 Merge pull request #46 from emersion/header-addr
  • 12eabef Add support for Unix sockets to V2 header
  • de3be1d Change addresses to net.Addr
  • 528b59d Merge pull request #42 from emersion/nuke-tlv-length
  • c23d1fe Nuke TLV.Length
  • 3e7e0f5 Merge pull request #39 from pires/feature/go_1.15
  • 6589def test: build for Go 1.14 and 1.15
  • 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)

Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/pires/go-proxyproto/releases)
- [Commits](pires/go-proxyproto@v0.2.0...v0.3.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 29, 2020
@RPRX RPRX requested a review from lucifer9 October 29, 2020 07:06
@RPRX RPRX merged commit 6f5a58c into master Oct 29, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pires/go-proxyproto-0.3.0 branch October 29, 2020 07:50
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.

2 participants