Skip to content

Commit

Permalink
fix(deps): update module github.com/elastic/go-docappender/v2 to v2.4…
Browse files Browse the repository at this point in the history
….0 (open-telemetry#37667)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/elastic/go-docappender/v2](https://redirect.github.com/elastic/go-docappender)
| `v2.3.3` -> `v2.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-docappender%2fv2/v2.4.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.4.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.3.3/v2.4.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.3.3/v2.4.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.4.0`](https://redirect.github.com/elastic/go-docappender/releases/tag/v2.4.0)

[Compare
Source](https://redirect.github.com/elastic/go-docappender/compare/v2.3.3...v2.4.0)

##### What's Changed

- build(deps): bump the go-agent group with 3 updates by
[@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/elastic/go-docappender/pull/224](https://redirect.github.com/elastic/go-docappender/pull/224)
- Add per event pipeline by
[@&open-telemetry#8203;leehinman](https://redirect.github.com/leehinman) in
[https://github.com/elastic/go-docappender/pull/227](https://redirect.github.com/elastic/go-docappender/pull/227)

##### New Contributors

- [@&open-telemetry#8203;leehinman](https://redirect.github.com/leehinman) made their
first contribution in
[https://github.com/elastic/go-docappender/pull/227](https://redirect.github.com/elastic/go-docappender/pull/227)

**Full Changelog**:
elastic/go-docappender@v2.3.3...v2.4.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
  • Loading branch information
3 people authored and chengchuanpeng committed Feb 8, 2025
1 parent 4585920 commit 51a237d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions exporter/elasticsearchexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/elastic/go-docappender/v2 v2.3.3
github.com/elastic/go-docappender/v2 v2.4.0
github.com/elastic/go-elasticsearch/v7 v7.17.10
github.com/elastic/go-structform v0.0.12
github.com/klauspost/compress v1.17.11
Expand Down Expand Up @@ -62,8 +62,8 @@ require (
github.com/rs/cors v1.11.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.elastic.co/apm/module/apmzap/v2 v2.6.2 // indirect
go.elastic.co/apm/v2 v2.6.2 // indirect
go.elastic.co/apm/module/apmzap/v2 v2.6.3 // indirect
go.elastic.co/apm/v2 v2.6.3 // indirect
go.elastic.co/fastjson v1.4.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/collector/client v1.25.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions exporter/elasticsearchexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions exporter/elasticsearchexporter/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasti
go 1.22.7

require (
github.com/elastic/go-docappender/v2 v2.3.3
github.com/elastic/go-docappender/v2 v2.4.0
github.com/gorilla/mux v1.8.1
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.119.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.119.0
Expand Down Expand Up @@ -131,10 +131,10 @@ require (
github.com/ua-parser/uap-go v0.0.0-20240611065828-3a4781585db6 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.elastic.co/apm/module/apmelasticsearch/v2 v2.6.2 // indirect
go.elastic.co/apm/module/apmhttp/v2 v2.6.2 // indirect
go.elastic.co/apm/module/apmzap/v2 v2.6.2 // indirect
go.elastic.co/apm/v2 v2.6.2 // indirect
go.elastic.co/apm/module/apmelasticsearch/v2 v2.6.3 // indirect
go.elastic.co/apm/module/apmhttp/v2 v2.6.3 // indirect
go.elastic.co/apm/module/apmzap/v2 v2.6.3 // indirect
go.elastic.co/apm/v2 v2.6.3 // indirect
go.elastic.co/fastjson v1.4.0 // indirect
go.etcd.io/bbolt v1.3.11 // indirect
go.opencensus.io v0.24.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions exporter/elasticsearchexporter/integrationtest/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51a237d

Please sign in to comment.