Skip to content

Commit 723a25e

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.18.1 (#40779)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/elastic/go-elasticsearch/v8](https://redirect.github.com/elastic/go-elasticsearch) | `v8.18.0` -> `v8.18.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-elasticsearch%2fv8/v8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2felastic%2fgo-elasticsearch%2fv8/v8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2felastic%2fgo-elasticsearch%2fv8/v8.18.0/v8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felastic%2fgo-elasticsearch%2fv8/v8.18.0/v8.18.1?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-elasticsearch (github.com/elastic/go-elasticsearch/v8)</summary> ### [`v8.18.1`](https://redirect.github.com/elastic/go-elasticsearch/releases/tag/v8.18.1): 8.18.1 [Compare Source](https://redirect.github.com/elastic/go-elasticsearch/compare/v8.18.0...v8.18.1) - This patch release fixes the broken build found in 8.18.0. If you are using the `TypedClient`, you should update to this version. </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:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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 f8f5a8f commit 723a25e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

exporter/elasticsearchexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/cenkalti/backoff/v4 v4.3.0
77
github.com/cespare/xxhash v1.1.0
88
github.com/elastic/go-docappender/v2 v2.10.0
9-
github.com/elastic/go-elasticsearch/v8 v8.18.0
9+
github.com/elastic/go-elasticsearch/v8 v8.18.1
1010
github.com/elastic/go-freelru v0.16.0
1111
github.com/elastic/go-structform v0.0.12
1212
github.com/klauspost/compress v1.18.0

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
@@ -49,7 +49,7 @@ require (
4949
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5050
github.com/ebitengine/purego v0.8.4 // indirect
5151
github.com/elastic/elastic-transport-go/v8 v8.7.0 // indirect
52-
github.com/elastic/go-elasticsearch/v8 v8.18.0 // indirect
52+
github.com/elastic/go-elasticsearch/v8 v8.18.1 // indirect
5353
github.com/elastic/go-freelru v0.16.0 // indirect
5454
github.com/elastic/go-grok v0.3.1 // indirect
5555
github.com/elastic/go-structform v0.0.12 // 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.

0 commit comments

Comments
 (0)