Skip to content

build(deps): bump the go-agent group with 6 updates #16340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2025

Bumps the go-agent group with 6 updates:

Package From To
go.elastic.co/apm/module/apmelasticsearch/v2 2.6.3 2.7.0
go.elastic.co/apm/module/apmgorilla/v2 2.6.3 2.7.0
go.elastic.co/apm/module/apmgrpc/v2 2.6.3 2.7.0
go.elastic.co/apm/module/apmhttp/v2 2.6.3 2.7.0
go.elastic.co/apm/module/apmotel/v2 2.6.3 2.7.0
go.elastic.co/apm/v2 2.6.3 2.7.0

Updates go.elastic.co/apm/module/apmelasticsearch/v2 from 2.6.3 to 2.7.0

Release notes

Sourced from go.elastic.co/apm/module/apmelasticsearch/v2's releases.

v2.7.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-go@v2.6.1...v2.7.0

Changelog

Sourced from go.elastic.co/apm/module/apmelasticsearch/v2's changelog.

==== 2.7.0 - 2025/03/13

  • drop support for Go 1.22
  • add requirefips build tag which disables non fips compliant features:
    • Setting a custom CA and TLS certificate
    • Disabling certificate check

[[release-notes-2.6.3]]

Commits

Updates go.elastic.co/apm/module/apmgorilla/v2 from 2.6.3 to 2.7.0

Release notes

Sourced from go.elastic.co/apm/module/apmgorilla/v2's releases.

v2.7.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-go@v2.6.1...v2.7.0

Changelog

Sourced from go.elastic.co/apm/module/apmgorilla/v2's changelog.

==== 2.7.0 - 2025/03/13

  • drop support for Go 1.22
  • add requirefips build tag which disables non fips compliant features:
    • Setting a custom CA and TLS certificate
    • Disabling certificate check

[[release-notes-2.6.3]]

Commits

Updates go.elastic.co/apm/module/apmgrpc/v2 from 2.6.3 to 2.7.0

Release notes

Sourced from go.elastic.co/apm/module/apmgrpc/v2's releases.

v2.7.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-go@v2.6.1...v2.7.0

Changelog

Sourced from go.elastic.co/apm/module/apmgrpc/v2's changelog.

==== 2.7.0 - 2025/03/13

  • drop support for Go 1.22
  • add requirefips build tag which disables non fips compliant features:
    • Setting a custom CA and TLS certificate
    • Disabling certificate check

[[release-notes-2.6.3]]

Commits

Updates go.elastic.co/apm/module/apmhttp/v2 from 2.6.3 to 2.7.0

Release notes

Sourced from go.elastic.co/apm/module/apmhttp/v2's releases.

v2.7.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-go@v2.6.1...v2.7.0

Changelog

Sourced from go.elastic.co/apm/module/apmhttp/v2's changelog.

==== 2.7.0 - 2025/03/13

  • drop support for Go 1.22
  • add requirefips build tag which disables non fips compliant features:
    • Setting a custom CA and TLS certificate
    • Disabling certificate check

[[release-notes-2.6.3]]

Commits

Updates go.elastic.co/apm/module/apmotel/v2 from 2.6.3 to 2.7.0

Release notes

Sourced from go.elastic.co/apm/module/apmotel/v2's releases.

v2.7.0

What's Changed

New Contributors

Full Changelog: elastic/apm-agent-go@v2.6.1...v2.7.0

Changelog

Sourced from go.elastic.co/apm/module/apmotel/v2's changelog.

==== 2.7.0 - 2025/03/13

  • drop support for Go 1.22
  • add requirefips build tag which disables non fips ...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 20, 2025 17:10
Copy link
Contributor

mergify bot commented Mar 20, 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-8.x is the label to automatically backport to the 8.x branch.
  • 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.

Copy link
Member

@kruskall kruskall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no

@ericywl
Copy link
Contributor

ericywl commented Mar 25, 2025

For reference, we have an issue with 2.7.0: #16275.

Copy link
Contributor

mergify bot commented May 7, 2025

This pull request is now in conflicts. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/go-agent-9f997afaac upstream/dependabot/go_modules/go-agent-9f997afaac
git merge upstream/main
git push upstream dependabot/go_modules/go-agent-9f997afaac

@ericywl
Copy link
Contributor

ericywl commented May 20, 2025

@dependabot recreate

Bumps the go-agent group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [go.elastic.co/apm/module/apmelasticsearch/v2](https://github.com/elastic/apm-agent-go) | `2.6.3` | `2.7.0` |
| [go.elastic.co/apm/module/apmgorilla/v2](https://github.com/elastic/apm-agent-go) | `2.6.3` | `2.7.0` |
| [go.elastic.co/apm/module/apmgrpc/v2](https://github.com/elastic/apm-agent-go) | `2.6.3` | `2.7.0` |
| [go.elastic.co/apm/module/apmhttp/v2](https://github.com/elastic/apm-agent-go) | `2.6.3` | `2.7.0` |
| [go.elastic.co/apm/module/apmotel/v2](https://github.com/elastic/apm-agent-go) | `2.6.3` | `2.7.0` |
| [go.elastic.co/apm/v2](https://github.com/elastic/apm-agent-go) | `2.6.3` | `2.7.0` |


Updates `go.elastic.co/apm/module/apmelasticsearch/v2` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/v2.7.0/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-go@v2.6.3...v2.7.0)

Updates `go.elastic.co/apm/module/apmgorilla/v2` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/v2.7.0/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-go@v2.6.3...v2.7.0)

Updates `go.elastic.co/apm/module/apmgrpc/v2` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/v2.7.0/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-go@v2.6.3...v2.7.0)

Updates `go.elastic.co/apm/module/apmhttp/v2` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/v2.7.0/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-go@v2.6.3...v2.7.0)

Updates `go.elastic.co/apm/module/apmotel/v2` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/v2.7.0/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-go@v2.6.3...v2.7.0)

Updates `go.elastic.co/apm/v2` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/v2.7.0/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-go@v2.6.3...v2.7.0)

---
updated-dependencies:
- dependency-name: go.elastic.co/apm/module/apmelasticsearch/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-agent
- dependency-name: go.elastic.co/apm/module/apmgorilla/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-agent
- dependency-name: go.elastic.co/apm/module/apmgrpc/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-agent
- dependency-name: go.elastic.co/apm/module/apmhttp/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-agent
- dependency-name: go.elastic.co/apm/module/apmotel/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-agent
- dependency-name: go.elastic.co/apm/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-agent
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-agent-9f997afaac branch from 0bf3f49 to 36f9c30 Compare May 20, 2025 11:10
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