v0.27.22
Changes
build(deps): bump the all-go-mod-patch-and-minor group with 3 updates (#4120)
Bumps the all-go-mod-patch-and-minor group with 3 updates:
github.com/instana/go-sensor,
github.com/klauspost/compress
and
github.com/pires/go-proxyproto.
Updates github.com/instana/go-sensor from 1.73.2 to 1.73.4
Release notes
Sourced from github.com/instana/go-sensor's releases.
v1.73.4
New release v1.73.4
What's Changed
- fix(fargate): skip unsupported blkio op types in ECS task stats by
@nithinputhenveettilin instana/go-sensor#1542This fixes repeated warning logs on affected
AWS Fargatetasks where the ECS task stats response containsblkiooperation types other thanReadandWrite, such asSync.v1.73.3
New release v1.73.3.
What's Changed
- fix: prevent deadlock in generic serverless agent by
@Angithin instana/go-sensor#1540
Commits
6a7c404Updated version.go to 1.73.45e6e4b9fix(docker): skip unsupported blkio op types in ECS task stats (#1542)ed41e97Updated instrumented packages with core module v1.73.3284d6e2Updating instrumentations to core module v1.73.3 (#1541)5509b2bUpdated version.go to 1.73.3135b615fix: prevent deadlock in generic serverless agent (#1540)3682fcaUpdated version.go to 2.23.07d5b465feat(currency): updated go.mod, go.sum files, README.md for instamongo/v2 (#1...fa2eb11Updated version.go to 2.22.295f6d06feat(currency): updated go.mod, go.sum files, README.md for instamongo/v2 (#1...- Additional commits viewable in compare view
Updates github.com/klauspost/compress from 1.18.6 to 1.19.0
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.19.0
What's Changed
- zstd: Add true concurrent stream encoding by
@klauspostin klauspost/compress#1136- zstd: arm64 decoder asm by
@lizthegreyin klauspost/compress#1160- zstd: avoid unused BuildDict encoder allocation by
@snissnin klauspost/compress#1147- flate: Add inflate checkpoints by
@klauspostin klauspost/compress#1154- snappy/s2: Limit length of varint in
decodedLenby@eustasin klauspost/compress#1148- gzhttp: match qvalue parameter case-insensitively (RFC 7231) by
@z9zin klauspost/compress#1149- zip: add NameDecoder callback for legacy encoding rewrite by
@SAY-5in klauspost/compress#1150- huff0: Allow building tables from histogram. by
@klauspostin klauspost/compress#1155- huff0: Allow building table from oversized histogram. by
@klauspostin klauspost/compress#1156- s2sx: Clean symlink targets by
@klauspostin klauspost/compress#1163New Contributors
@snissnmade their first contribution in klauspost/compress#1147@eustasmade their first contribution in klauspost/compress#1148@z9zmade their first contribution in klauspost/compress#1149@SAY-5made their first contribution in klauspost/compress#1150@HNO3Miraclemade their first contribution in klauspost/compress#1165Full Changelog: klauspost/compress@v1.18.6...v1.19.0
v1.18.7
- Fix s2.NewDict OOB read.
Security release without other changes.
Full Changelog: klauspost/compress@v1.18.6...v1.18.7
Commits
f0953f9flate: fix buffer formatting in tests (#1165)ab2e3cczstd: Add arm64 decoder asm (#1160)bb2723dMerge commit from fork539243bs2sx: Clean symlink targets (#1163)bd9228cApply go fix and check in CI (#1158)4cc176czstd: Add true concurrent stream encoding (#1136)4705fcbbuild(deps): bump the github-actions group with 3 updates (#1157)e9c2e56huff0: Allow building table from oversized histogram. (#1156)ecdb779huff0: Allow building tables from histogram. (#1155)38efa45zip: add NameDecoder callback for legacy encoding rewrite (#1150)- Additional commits viewable in compare view
Updates github.com/pires/go-proxyproto from 0.12.0 to 0.14.0
Release notes
Sourced from github.com/pires/go-proxyproto's releases.
v0.14.0
What's Changed
- tls: revisit tests and docs by
@piresin pires/go-proxyproto#174- Several improvements by
@piresin pires/go-proxyproto#175- build(deps): bump golang.org/x/net from 0.39.0 to 0.55.0 by
@dependabot[bot] in pires/go-proxyproto#176- docs: README Usage section points to relevant examples by
@piresin pires/go-proxyproto#177Full Changelog: pires/go-proxyproto@v0.13.0...v0.14.0
v0.13.0
What's Changed
- tests: reduce boilerplate by
@piresin pires/go-proxyproto#172- Improve IP family handling by
@rbqvqand@piresin pires/go-proxyproto#173- header: use bytes.Reader instead of bytes.Buffer by
@rbqvqin pires/go-proxyproto#168New Contributors
@rbqvqmade their first contribution in pires/go-proxyproto#168Full Changelog: pires/go-proxyproto@v0.12.0...v0.13.0
Commits
d72bda7docs: README Usage section points to relevant examples4aea955build(deps): bump golang.org/x/net from 0.39.0 to 0.55.06fdb7e0ci: run the whole module under -race -shuffle=on4626bcftest: cover deprecated EqualTo wrapper and toByte unknown-command fallbacka3a46b9test: cover tlvparse SSL parsing, malformed sub-TLVs, and marshal errors9477fa0fix: retry Accept without serving a nil conn on temporary listener error761b445test: stop Test_ConnectionHandlesInvalidUpstreamError binding a fixed porte4a54c0docs: correct REJECT/REQUIRE policy notes on subsequent reads3829937test: fix shuffle-order dependency and enable -shuffle=on in CI5e44a0ftests: cover deadline-restore, ReadHeaderTimeout branches, and Accept race- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore
conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will
remove the ignore condition of the specified dependency and ignore
conditions
Multiarch Docker image
Multiarch Docker image is available in GitHub's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.27.22 skipper --help