Skip to content

Commit 17fe4f8

Browse files
Update module github.com/klauspost/compress to v1.17.8 (#32252)
[![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.7` -> `v1.17.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.7/v1.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.7/v1.17.8?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.8`](https://togithub.com/klauspost/compress/releases/tag/v1.17.8) [Compare Source](https://togithub.com/klauspost/compress/compare/v1.17.7...v1.17.8) #### What's Changed - zstd: Reject blocks where reserved values are not 0 by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/885](https://togithub.com/klauspost/compress/pull/885) - zstd: Add RLE detection+encoding by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/938](https://togithub.com/klauspost/compress/pull/938) #### New Contributors - [@&#8203;ankon](https://togithub.com/ankon) made their first contribution in [https://github.com/klauspost/compress/pull/932](https://togithub.com/klauspost/compress/pull/932) - [@&#8203;kindhuge](https://togithub.com/kindhuge) made their first contribution in [https://github.com/klauspost/compress/pull/946](https://togithub.com/klauspost/compress/pull/946) **Full Changelog**: klauspost/compress@v1.17.7...v1.17.8 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent fe59abb commit 17fe4f8

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ require (
430430
github.com/json-iterator/go v1.1.12 // indirect
431431
github.com/julienschmidt/httprouter v1.3.0 // indirect
432432
github.com/karrick/godirwalk v1.17.0 // indirect
433-
github.com/klauspost/compress v1.17.7 // indirect
433+
github.com/klauspost/compress v1.17.8 // indirect
434434
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
435435
github.com/knadh/koanf/maps v0.1.1 // indirect
436436
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect

cmd/configschema/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/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ require (
487487
github.com/json-iterator/go v1.1.12 // indirect
488488
github.com/julienschmidt/httprouter v1.3.0 // indirect
489489
github.com/karrick/godirwalk v1.17.0 // indirect
490-
github.com/klauspost/compress v1.17.7 // indirect
490+
github.com/klauspost/compress v1.17.8 // indirect
491491
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
492492
github.com/knadh/koanf/maps v0.1.1 // indirect
493493
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
@@ -144,7 +144,7 @@ require (
144144
github.com/josharian/intern v1.0.0 // indirect
145145
github.com/jpillora/backoff v1.0.0 // indirect
146146
github.com/json-iterator/go v1.1.12 // indirect
147-
github.com/klauspost/compress v1.17.7 // indirect
147+
github.com/klauspost/compress v1.17.8 // indirect
148148
github.com/knadh/koanf/maps v0.1.1 // indirect
149149
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
150150
github.com/knadh/koanf/v2 v2.1.0 // 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/fileexporter/go.mod

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

55
require (
66
github.com/hashicorp/golang-lru/v2 v2.0.7
7-
github.com/klauspost/compress v1.17.7
7+
github.com/klauspost/compress v1.17.8
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.97.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.97.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.97.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
55
require (
66
github.com/cenkalti/backoff/v4 v4.3.0
77
github.com/jaegertracing/jaeger v1.55.0
8-
github.com/klauspost/compress v1.17.7
8+
github.com/klauspost/compress v1.17.8
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.97.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.97.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.97.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)