Releases: balena-io/sshproxy
v6.1.60
v6.1.59
v6.1.58
Update module github.com/pires/go-proxyproto to v0.8.0
Notable changes
- Add an helper for proxied HTTP/2 by @emersion in https://github.com/pires/go-proxyproto/pull/102
- build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in https://github.com/pires/go-proxyproto/pull/103
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/pires/go-proxyproto/pull/109
- Add support for validating the downstream ip of the connection by @kmala in https://github.com/pires/go-proxyproto/pull/108
- add SetReadHeaderTimeout opt for NewConn by @pieropio in https://github.com/pires/go-proxyproto/pull/113
- header.go prevent otherHeader.rawTLVs being nil by @hilbix in https://github.com/pires/go-proxyproto/pull/104
- protocol: avoid double buffering by @mmatczuk in https://github.com/pires/go-proxyproto/pull/116
- lint: replace math/rand.Read with crypto/rand.Read by @pires in https://github.com/pires/go-proxyproto/pull/118
- Protocol: Keep listener listening if we don't trust the upstream address by @peteski22 in https://github.com/pires/go-proxyproto/pull/110
- @dependabot made their first contribution in https://github.com/pires/go-proxyproto/pull/103
- @kmala made their first contribution in https://github.com/pires/go-proxyproto/pull/108
- @pieropio made their first contribution in https://github.com/pires/go-proxyproto/pull/113
- @hilbix made their first contribution in https://github.com/pires/go-proxyproto/pull/104
- @mmatczuk made their first contribution in https://github.com/pires/go-proxyproto/pull/116
- @peteski22 made their first contribution in https://github.com/pires/go-proxyproto/pull/110
pires/go-proxyproto (github.com/pires/go-proxyproto)
v0.8.0
What's Changed
- Add an helper for proxied HTTP/2 by @emersion in https://github.com/pires/go-proxyproto/pull/102
- build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in https://github.com/pires/go-proxyproto/pull/103
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/pires/go-proxyproto/pull/109
- Add support for validating the downstream ip of the connection by @kmala in https://github.com/pires/go-proxyproto/pull/108
- add SetReadHeaderTimeout opt for NewConn by @pieropio in https://github.com/pires/go-proxyproto/pull/113
- header.go prevent otherHeader.rawTLVs being nil by @hilbix in https://github.com/pires/go-proxyproto/pull/104
- protocol: avoid double buffering by @mmatczuk in https://github.com/pires/go-proxyproto/pull/116
- lint: replace math/rand.Read with crypto/rand.Read by @pires in https://github.com/pires/go-proxyproto/pull/118
- Protocol: Keep listener listening if we don't trust the upstream address by @peteski22 in https://github.com/pires/go-proxyproto/pull/110
New Contributors
- @dependabot made their first contribution in https://github.com/pires/go-proxyproto/pull/103
- @kmala made their first contribution in https://github.com/pires/go-proxyproto/pull/108
- @pieropio made their first contribution in https://github.com/pires/go-proxyproto/pull/113
- @hilbix made their first contribution in https://github.com/pires/go-proxyproto/pull/104
- @mmatczuk made their first contribution in https://github.com/pires/go-proxyproto/pull/116
- @peteski22 made their first contribution in https://github.com/pires/go-proxyproto/pull/110
Full Changelog: pires/go-proxyproto@v0.7.0...v0.8.0
List of commits
9c7bf22 (Update module github.com/pires/go-proxyproto to v0.8.0, 2024-10-21)
v6.1.57
v6.1.56
v6.1.55
Update module github.com/prometheus/client_golang to v1.20.5
Notable changes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15
We decided to revert the testutil
change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.
Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil
package/module with more flexible and safer APIs.
Thanks to @dashpole @dgrisonnet @kakkoyun @ArthurSens @vesari @logicalhan @krajorama @bwplotka who helped in this patch release! 🤗
Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
List of commits
1c1124f (Update module github.com/prometheus/client_golang to v1.20.5, 2024-10-15)