Skip to content

build(deps): bump github.com/elastic/elastic-transport-go/v8 from 8.9.0 to 8.10.0 - #13374

Merged
ycombinator merged 3 commits into
mainfrom
dependabot/go_modules/github.com/elastic/elastic-transport-go/v8-8.10.0
Mar 31, 2026
Merged

ycombinator merged 3 commits into
mainfrom
dependabot/go_modules/github.com/elastic/elastic-transport-go/v8-8.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/elastic/elastic-transport-go/v8 from 8.9.0 to 8.10.0.

Release notes

Sourced from github.com/elastic/elastic-transport-go/v8's releases.

v8.10.0

8.10.0 (2026-03-18)

Features

  • Add option validation, inspection and debugging API (#78) (e17a3a7)
Changelog

Sourced from github.com/elastic/elastic-transport-go/v8's changelog.

8.10.0 (2026-03-18)

Features

  • Add option validation, inspection and debugging API (#78) (e17a3a7)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automation backport-active-all Automated backport with mergify to all the active branches skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Mar 30, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner March 30, 2026 22:15
@dependabot dependabot Bot added Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team automation skip-changelog backport-active-all Automated backport with mergify to all the active branches labels Mar 30, 2026
@elasticmachine

Copy link
Copy Markdown
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@ycombinator
ycombinator enabled auto-merge (squash) March 30, 2026 22:25
@ycombinator
ycombinator merged commit ccacfa3 into main Mar 31, 2026
14 checks passed
@ycombinator
ycombinator deleted the dependabot/go_modules/github.com/elastic/elastic-transport-go/v8-8.10.0 branch March 31, 2026 00:02
@github-actions

Copy link
Copy Markdown
Contributor

@Mergifyio backport 8.19 9.2 9.3

@mergify

mergify Bot commented Mar 31, 2026 •

Copy link
Copy Markdown
Contributor

backport 8.19 9.2 9.3

✅ Backports have been created

Details

Cherry-pick of ccacfa3 has failed:

On branch mergify/bp/8.19/pr-13374
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit ccacfa3ad.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   go.sum
	modified:   internal/edot/go.mod

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE-fips.txt
	both modified:   NOTICE.txt
	both modified:   go.mod
	both modified:   internal/edot/go.sum

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

Cherry-pick of ccacfa3 has failed:

On branch mergify/bp/9.2/pr-13374
Your branch is up to date with 'origin/9.2'.

You are currently cherry-picking commit ccacfa3ad.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   go.sum
	modified:   internal/edot/go.mod

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE-fips.txt
	both modified:   NOTICE.txt
	both modified:   go.mod
	both modified:   internal/edot/go.sum

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

mergify Bot pushed a commit that referenced this pull request Mar 31, 2026
….0 to 8.10.0 (#13374)

* build(deps): bump github.com/elastic/elastic-transport-go/v8

Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update EDOT go.mod

* Update NOTICE.txt and/or NOTICE-fips.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ccacfa3)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	internal/edot/go.sum
mergify Bot pushed a commit that referenced this pull request Mar 31, 2026
….0 to 8.10.0 (#13374)

* build(deps): bump github.com/elastic/elastic-transport-go/v8

Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update EDOT go.mod

* Update NOTICE.txt and/or NOTICE-fips.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ccacfa3)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	internal/edot/go.sum
mergify Bot pushed a commit that referenced this pull request Mar 31, 2026
….0 to 8.10.0 (#13374)

* build(deps): bump github.com/elastic/elastic-transport-go/v8

Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update EDOT go.mod

* Update NOTICE.txt and/or NOTICE-fips.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ccacfa3)
swiatekm pushed a commit that referenced this pull request Mar 31, 2026
….0 to 8.10.0 (#13374) (#13378)

* build(deps): bump github.com/elastic/elastic-transport-go/v8

Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Update EDOT go.mod

* Update NOTICE.txt and/or NOTICE-fips.txt

---------




(cherry picked from commit ccacfa3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
swiatekm added a commit that referenced this pull request Mar 31, 2026
…-transport-go/v8 from 8.9.0 to 8.10.0 (#13376)

* build(deps): bump github.com/elastic/elastic-transport-go/v8 from 8.9.0 to 8.10.0 (#13374)

* build(deps): bump github.com/elastic/elastic-transport-go/v8

Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update EDOT go.mod

* Update NOTICE.txt and/or NOTICE-fips.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ccacfa3)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	internal/edot/go.sum

* Fix conflicts

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
ycombinator added a commit that referenced this pull request Mar 31, 2026
…transport-go/v8 from 8.9.0 to 8.10.0 (#13377)

* build(deps): bump github.com/elastic/elastic-transport-go/v8 from 8.9.0 to 8.10.0 (#13374)

* build(deps): bump github.com/elastic/elastic-transport-go/v8

Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update EDOT go.mod

* Update NOTICE.txt and/or NOTICE-fips.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ccacfa3)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	internal/edot/go.sum

* Fixing conflicts

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-active-all Automated backport with mergify to all the active branches skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants