Skip to content

Commit 01cdff7

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/elastic/go-docappender/v2 to v2.2.0 (#33967)
[![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/elastic/go-docappender/v2](https://togithub.com/elastic/go-docappender) | `v2.1.4` -> `v2.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-docappender%2fv2/v2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2felastic%2fgo-docappender%2fv2/v2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2felastic%2fgo-docappender%2fv2/v2.1.4/v2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felastic%2fgo-docappender%2fv2/v2.1.4/v2.2.0?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>elastic/go-docappender (github.com/elastic/go-docappender/v2)</summary> ### [`v2.2.0`](https://togithub.com/elastic/go-docappender/releases/tag/v2.2.0) [Compare Source](https://togithub.com/elastic/go-docappender/compare/v2.1.4...v2.2.0) ##### What's Changed - fix: update CODEOWNERS by [@&#8203;kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/go-docappender/pull/181](https://togithub.com/elastic/go-docappender/pull/181) - bulk_indexer: track all response status codes by [@&#8203;marclop](https://togithub.com/marclop) in [https://github.com/elastic/go-docappender/pull/177](https://togithub.com/elastic/go-docappender/pull/177) - build(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/go-docappender/pull/183](https://togithub.com/elastic/go-docappender/pull/183) - add otel tracing support by [@&#8203;endorama](https://togithub.com/endorama) in [https://github.com/elastic/go-docappender/pull/182](https://togithub.com/elastic/go-docappender/pull/182) ##### New Contributors - [@&#8203;endorama](https://togithub.com/endorama) made their first contribution in [https://github.com/elastic/go-docappender/pull/182](https://togithub.com/elastic/go-docappender/pull/182) **Full Changelog**: elastic/go-docappender@v2.1.4...v2.2.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 87ef034 commit 01cdff7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ require (
451451
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
452452
github.com/eapache/queue v1.1.0 // indirect
453453
github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect
454-
github.com/elastic/go-docappender/v2 v2.1.4 // indirect
454+
github.com/elastic/go-docappender/v2 v2.2.0 // indirect
455455
github.com/elastic/go-elasticsearch/v7 v7.17.10 // indirect
456456
github.com/elastic/go-elasticsearch/v8 v8.14.0 // indirect
457457
github.com/elastic/go-structform v0.0.10 // 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.

exporter/elasticsearchexporter/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/cenkalti/backoff/v4 v4.3.0
7-
github.com/elastic/go-docappender/v2 v2.1.4
7+
github.com/elastic/go-docappender/v2 v2.2.0
88
github.com/elastic/go-elasticsearch/v7 v7.17.10
99
github.com/elastic/go-structform v0.0.10
1010
github.com/lestrrat-go/strftime v1.0.6

exporter/elasticsearchexporter/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
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasti
33
go 1.21.0
44

55
require (
6-
github.com/elastic/go-docappender/v2 v2.1.4
6+
github.com/elastic/go-docappender/v2 v2.2.0
77
github.com/gorilla/mux v1.8.1
88
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.104.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.104.0

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.

0 commit comments

Comments
 (0)