Skip to content

Commit 351f5ec

Browse files
Update module github.com/klauspost/compress to v1.17.9 (#33612)
[![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/klauspost/compress](https://togithub.com/klauspost/compress) | `v1.17.8` -> `v1.17.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.8/v1.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.8/v1.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.9`](https://togithub.com/klauspost/compress/releases/tag/v1.17.9) [Compare Source](https://togithub.com/klauspost/compress/compare/v1.17.8...v1.17.9) ##### What's Changed - s2: Reduce ReadFrom temporary allocations by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/949](https://togithub.com/klauspost/compress/pull/949) - Fix arm64 vet issues by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/964](https://togithub.com/klauspost/compress/pull/964) - flate, zstd: Shave some bytes off amd64 matchLen by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/963](https://togithub.com/klauspost/compress/pull/963) - Upgrade zip to 1.22.4 upstream by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/970](https://togithub.com/klauspost/compress/pull/970) - zstd: BuildDict fails with RLE table by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/951](https://togithub.com/klauspost/compress/pull/951) - Upgrade zlib to upstream by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/971](https://togithub.com/klauspost/compress/pull/971) **Full Changelog**: klauspost/compress@v1.17.8...v1.17.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 3bd16df commit 351f5ec

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ require (
554554
github.com/julienschmidt/httprouter v1.3.0 // indirect
555555
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
556556
github.com/karrick/godirwalk v1.17.0 // indirect
557-
github.com/klauspost/compress v1.17.8 // indirect
557+
github.com/klauspost/compress v1.17.9 // indirect
558558
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
559559
github.com/knadh/koanf/maps v0.1.1 // indirect
560560
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/oteltestbedcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ require (
150150
github.com/josharian/intern v1.0.0 // indirect
151151
github.com/jpillora/backoff v1.0.0 // indirect
152152
github.com/json-iterator/go v1.1.12 // indirect
153-
github.com/klauspost/compress v1.17.8 // indirect
153+
github.com/klauspost/compress v1.17.9 // indirect
154154
github.com/knadh/koanf/maps v0.1.1 // indirect
155155
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
156156
github.com/knadh/koanf/v2 v2.1.1 // indirect

cmd/oteltestbedcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/elasticsearchexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/jaegertracing/jaeger v1.58.0 // indirect
6868
github.com/jpillora/backoff v1.0.0 // indirect
6969
github.com/json-iterator/go v1.1.12 // indirect
70-
github.com/klauspost/compress v1.17.8 // indirect
70+
github.com/klauspost/compress v1.17.9 // indirect
7171
github.com/knadh/koanf/maps v0.1.1 // indirect
7272
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
7373
github.com/knadh/koanf/v2 v2.1.1 // indirect

exporter/elasticsearchexporter/integrationtest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/fileexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21.0
44

55
require (
66
github.com/hashicorp/golang-lru/v2 v2.0.7
7-
github.com/klauspost/compress v1.17.8
7+
github.com/klauspost/compress v1.17.9
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.103.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.103.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.103.0

exporter/fileexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/sapmexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21.0
55
require (
66
github.com/cenkalti/backoff/v4 v4.3.0
77
github.com/jaegertracing/jaeger v1.58.0
8-
github.com/klauspost/compress v1.17.8
8+
github.com/klauspost/compress v1.17.9
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.103.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.103.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.103.0

exporter/sapmexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)