Skip to content

build(deps): bump github.com/elastic/go-docappender/v2 from 2.10.0 to 2.11.0#17570

Merged
kruskall merged 6 commits intomainfrom
dependabot/go_modules/github.com/elastic/go-docappender/v2-2.11.0
Jul 15, 2025
Merged

build(deps): bump github.com/elastic/go-docappender/v2 from 2.10.0 to 2.11.0#17570
kruskall merged 6 commits intomainfrom
dependabot/go_modules/github.com/elastic/go-docappender/v2-2.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2025

Bumps github.com/elastic/go-docappender/v2 from 2.10.0 to 2.11.0.

Release notes

Sourced from github.com/elastic/go-docappender/v2's releases.

v2.11.0

What's Changed

New Contributors

Full Changelog: elastic/go-docappender@v2.10.0...v2.11.0

Commits
  • 19ced15 ci: move from dependabot reviewers to CODEOWNERS (#259)
  • 5589a7f Add telemetry headers for bulk requests (#261)
  • 89f3222 build(deps): bump dominikh/staticcheck-action from 1.3.1 to 1.4.0 in the gith...
  • e4fb0b8 build(deps): bump the otel group with 5 updates (#258)
  • 329401d build(deps): bump github.com/elastic/go-elasticsearch/v8 (#257)
  • 50e8e8d update test formating (#255)
  • 88f4467 remove Stats datastructure in favour of OTel (#249)
  • 2aa4f2a build(deps): bump go.elastic.co/apm/module/apmelasticsearch/v2 (#248)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/go-docappender/v2](https://github.com/elastic/go-docappender) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/elastic/go-docappender/releases)
- [Commits](elastic/go-docappender@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-docappender/v2
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 10, 2025 18:05
@dependabot dependabot bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Jul 10, 2025
@github-actions
Copy link
Copy Markdown
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 10, 2025

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-7.17 is the label to automatically backport to the 7.17 branch.
  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • backport-9./d is the label to automatically backport to the 9./d branch. /d is the digit.
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

kruskall
kruskall previously approved these changes Jul 11, 2025
@kruskall kruskall enabled auto-merge (squash) July 11, 2025 12:23
@kruskall kruskall requested a review from a team July 14, 2025 12:47
@kruskall kruskall merged commit 02e9f66 into main Jul 15, 2025
20 checks passed
@kruskall kruskall deleted the dependabot/go_modules/github.com/elastic/go-docappender/v2-2.11.0 branch July 15, 2025 10:20
v1v added a commit to v1v/apm-server that referenced this pull request Jul 21, 2025
…ture/use-plain-command

* 'main' of https://github.com/elastic/apm-server: (76 commits)
  changelog: Add 9.0.4 release notes (elastic#17586)
  Remove 9.1 from 9.2 lazy rollover exception (elastic#17754)
  Fix wrong usage of inputs (elastic#17751)
  iserver-test: Add 9.2 test and some improvements (elastic#17709)
  refactor: replace pkg/errors with stdlib (elastic#17697)
  docs: update release manager docs (elastic#17450)
  build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in the spf13 group (elastic#17729)
  build(deps): bump github.com/elastic/apm-data from 1.19.2 to 1.19.3 (elastic#17731)
  chore: Remove stale comment about reloader multierror (elastic#17711)
  [updatecli] Update to elastic/beats@58f44bb27b80 (elastic#17660)
  chore: deps(updatecli/policy): bump "ghcr.io/updatecli/policies/autod... (elastic#17704)
  Add temporary fix for Fleet policy issue (elastic#17682)
  chore: update test plan template (elastic#17497)
  refactor: remove unused apm tracer (elastic#17658)
  Add previously missing ignored logs (elastic#17655)
  ci: update mergify windows check (elastic#17657)
  build(deps): bump github.com/elastic/go-docappender/v2 from 2.10.0 to 2.11.0 (elastic#17570)
  build(deps): bump the dependencies group in /systemtest with 4 updates (elastic#17654)
  build(deps): bump go.opentelemetry.io/collector/pdata from 1.35.0 to 1.36.0 in the otel group (elastic#17653)
  build(deps): bump ubi9/ubi-micro in /packaging/docker (elastic#17651)
  ...
@kruskall
Copy link
Copy Markdown
Member

@Mergifyio backport 8.19

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Aug 14, 2025

backport 8.19

✅ Backports have been created

Details

mergify bot pushed a commit that referenced this pull request Aug 14, 2025
… 2.11.0 (#17570)

* build(deps): bump github.com/elastic/go-docappender/v2

Bumps [github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/elastic/go-docappender/releases)
- [Commits](elastic/go-docappender@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-docappender/v2
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update NOTICE.txt

* Update 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com>
(cherry picked from commit 02e9f66)
mergify bot added a commit that referenced this pull request Aug 14, 2025
… 2.11.0 (#17570) (#18176)

* build(deps): bump github.com/elastic/go-docappender/v2

Bumps [github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/elastic/go-docappender/releases)
- [Commits](elastic/go-docappender@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-docappender/v2
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Update NOTICE.txt

* Update NOTICE-fips.txt

---------





(cherry picked from commit 02e9f66)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants