Skip to content

Commit 1db5606

Browse files
renovate[bot]otelbot[bot]songy23
authored
Update module github.com/elastic/go-docappender/v2 to v2.12.1 (#45661)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/elastic/go-docappender/v2](https://redirect.github.com/elastic/go-docappender) | `v2.12.0` → `v2.12.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-docappender%2fv2/v2.12.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felastic%2fgo-docappender%2fv2/v2.12.0/v2.12.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>elastic/go-docappender (github.com/elastic/go-docappender/v2)</summary> ### [`v2.12.1`](https://redirect.github.com/elastic/go-docappender/releases/tag/v2.12.1) [Compare Source](https://redirect.github.com/elastic/go-docappender/compare/v2.12.0...v2.12.1) ##### What's Changed - build(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;286](https://redirect.github.com/elastic/go-docappender/pull/286) - build(deps): bump go.elastic.co/apm/module/apmelasticsearch/v2 from 2.7.1 to 2.7.2 in the go-agent group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;285](https://redirect.github.com/elastic/go-docappender/pull/285) - build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;288](https://redirect.github.com/elastic/go-docappender/pull/288) - build(deps): bump the otel group with 5 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;287](https://redirect.github.com/elastic/go-docappender/pull/287) - build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.19.0 to 8.19.1 in /integrationtest by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;289](https://redirect.github.com/elastic/go-docappender/pull/289) - build(deps): bump github.com/klauspost/compress from 1.18.2 to 1.18.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;290](https://redirect.github.com/elastic/go-docappender/pull/290) - fix: add missing span kind to otel traces by [@&#8203;kruskall](https://redirect.github.com/kruskall) in [#&#8203;284](https://redirect.github.com/elastic/go-docappender/pull/284) **Full Changelog**: <elastic/go-docappender@v2.12.0...v2.12.1> </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 6a18cbd commit 1db5606

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

exporter/elasticsearchexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/cespare/xxhash/v2 v2.3.0
77
github.com/elastic/elastic-transport-go/v8 v8.8.0
8-
github.com/elastic/go-docappender/v2 v2.12.0
8+
github.com/elastic/go-docappender/v2 v2.12.1
99
github.com/elastic/go-freelru v0.16.0
1010
github.com/elastic/go-structform v0.0.12
1111
github.com/klauspost/compress v1.18.3

exporter/elasticsearchexporter/go.sum

Lines changed: 8 additions & 8 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasti
33
go 1.24.0
44

55
require (
6-
github.com/elastic/go-docappender/v2 v2.12.0
6+
github.com/elastic/go-docappender/v2 v2.12.1
77
github.com/gorilla/mux v1.8.1
88
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.144.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.144.0
@@ -153,9 +153,9 @@ require (
153153
github.com/x448/float16 v0.8.4 // indirect
154154
github.com/yusufpapurcu/wmi v1.2.4 // indirect
155155
github.com/zeebo/xxh3 v1.1.0 // indirect
156-
go.elastic.co/apm/module/apmelasticsearch/v2 v2.7.1 // indirect
157-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1 // indirect
158-
go.elastic.co/apm/v2 v2.7.1 // indirect
156+
go.elastic.co/apm/module/apmelasticsearch/v2 v2.7.2 // indirect
157+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2 // indirect
158+
go.elastic.co/apm/v2 v2.7.2 // indirect
159159
go.elastic.co/fastjson v1.5.1 // indirect
160160
go.etcd.io/bbolt v1.4.3 // indirect
161161
go.opentelemetry.io/auto/sdk v1.2.1 // indirect

exporter/elasticsearchexporter/integrationtest/go.sum

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

0 commit comments

Comments
 (0)