Closed renovate[bot] closed 4 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details: | Package | Change |
---|---|---|
go.elastic.co/apm/v2 |
v2.4.3 -> v2.6.0 |
This PR contains the following updates:
v2.4.3
->v2.6.0
Release Notes
elastic/apm-agent-go (go.elastic.co/apm/module/apmzap/v2)
### [`v2.6.0`](https://togithub.com/elastic/apm-agent-go/releases/tag/v2.6.0) [Compare Source](https://togithub.com/elastic/apm-agent-go/compare/v2.5.0...v2.6.0) #### What's Changed - build(deps): bump google.golang.org/protobuf from 1.26.0-rc.1 to 1.33.0 in /module/apmbeego by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1587](https://togithub.com/elastic/apm-agent-go/pull/1587) - build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /internal/apmgodog by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1591](https://togithub.com/elastic/apm-agent-go/pull/1591) - build(deps): bump google.golang.org/protobuf from 1.26.0-rc.1 to 1.33.0 in /module/apmprometheus by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1586](https://togithub.com/elastic/apm-agent-go/pull/1586) - build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /module/apmgin by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1590](https://togithub.com/elastic/apm-agent-go/pull/1590) - build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /module/apmgokit by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1588](https://togithub.com/elastic/apm-agent-go/pull/1588) - build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /module/apmgrpc by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1589](https://togithub.com/elastic/apm-agent-go/pull/1589) - build(deps): bump github.com/jackc/pgx/v5 from 5.0.4 to 5.5.4 in /module/apmpgxv5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1592](https://togithub.com/elastic/apm-agent-go/pull/1592) - build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 in /module/apmgormv2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1593](https://togithub.com/elastic/apm-agent-go/pull/1593) - Add apm/sqlserver module to apmsql doc by [@dmathieu](https://togithub.com/dmathieu) in [https://github.com/elastic/apm-agent-go/pull/1595](https://togithub.com/elastic/apm-agent-go/pull/1595) - Specify `go get` needs to run within go modules by [@dmathieu](https://togithub.com/dmathieu) in [https://github.com/elastic/apm-agent-go/pull/1599](https://togithub.com/elastic/apm-agent-go/pull/1599) - \[Automation] Update JSON server schema specs by [@apmmachine](https://togithub.com/apmmachine) in [https://github.com/elastic/apm-agent-go/pull/1601](https://togithub.com/elastic/apm-agent-go/pull/1601) - feat: bump minimum go version to 1.21 by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1602](https://togithub.com/elastic/apm-agent-go/pull/1602) - Allow adding links after tx/span creation in agent, and handle `AddLink` in apmotel by [@dmathieu](https://togithub.com/dmathieu) in [https://github.com/elastic/apm-agent-go/pull/1605](https://togithub.com/elastic/apm-agent-go/pull/1605) - feat: bump version to 2.6.0 by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1606](https://togithub.com/elastic/apm-agent-go/pull/1606) **Full Changelog**: https://github.com/elastic/apm-agent-go/compare/v2.5.0...v2.6.0 ### [`v2.5.0`](https://togithub.com/elastic/apm-agent-go/releases/tag/v2.5.0) [Compare Source](https://togithub.com/elastic/apm-agent-go/compare/v2.4.8...v2.5.0) - module/apmgorm: Switch from `github.com/denisenkom/go-mssqldb` package to `github.com/microsoft/go-mssqldb`. [#1569](https://togithub.com/elastic/apm-agent-go/issues/1569) - module/apmrestful: Upgrade `github.com/emicklei/go-restful` package to `gituhub.co/emicklei/go-restful/v3`. [#1580](https://togithub.com/elastic/apm-agent-go/issues/1580) ### [`v2.4.8`](https://togithub.com/elastic/apm-agent-go/compare/v2.4.7...v2.4.8) [Compare Source](https://togithub.com/elastic/apm-agent-go/compare/v2.4.7...v2.4.8) ### [`v2.4.7`](https://togithub.com/elastic/apm-agent-go/compare/v2.4.6...v2.4.7) [Compare Source](https://togithub.com/elastic/apm-agent-go/compare/v2.4.6...v2.4.7) ### [`v2.4.6`](https://togithub.com/elastic/apm-agent-go/releases/tag/v2.4.6) [Compare Source](https://togithub.com/elastic/apm-agent-go/compare/v2.4.5...v2.4.6) ##### What's Changed - fix: pin python 3.11 for coverage testing by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1527](https://togithub.com/elastic/apm-agent-go/pull/1527) - build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 in /internal/apmgodog by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1526](https://togithub.com/elastic/apm-agent-go/pull/1526) - build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /module/apmgin by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1525](https://togithub.com/elastic/apm-agent-go/pull/1525) - build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /module/apmazure by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1524](https://togithub.com/elastic/apm-agent-go/pull/1524) - build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /module/apmecho by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1523](https://togithub.com/elastic/apm-agent-go/pull/1523) - build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /module/apmechov4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1522](https://togithub.com/elastic/apm-agent-go/pull/1522) - build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /module/apmbeego by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1521](https://togithub.com/elastic/apm-agent-go/pull/1521) - build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /module/apmgoredisv8 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1520](https://togithub.com/elastic/apm-agent-go/pull/1520) - build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /module/apmgoredis by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1519](https://togithub.com/elastic/apm-agent-go/pull/1519) - perf: improve memory usage in apmhttp module by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1531](https://togithub.com/elastic/apm-agent-go/pull/1531) - chore: enable dependabot version updates of github-actions yaml files by [@v1v](https://togithub.com/v1v) in [https://github.com/elastic/apm-agent-go/pull/1535](https://togithub.com/elastic/apm-agent-go/pull/1535) - build(deps): bump the github-actions group with 2 updates by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1536](https://togithub.com/elastic/apm-agent-go/pull/1536) - updatecli: link to the original Pull Request by [@v1v](https://togithub.com/v1v) in [https://github.com/elastic/apm-agent-go/pull/1538](https://togithub.com/elastic/apm-agent-go/pull/1538) - ci: use gvm instead of gimme by [@v1v](https://togithub.com/v1v) in [https://github.com/elastic/apm-agent-go/pull/1537](https://togithub.com/elastic/apm-agent-go/pull/1537) - action: run-benchdiff by [@v1v](https://togithub.com/v1v) in [https://github.com/elastic/apm-agent-go/pull/1530](https://togithub.com/elastic/apm-agent-go/pull/1530) - build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /internal/apmgodog by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1534](https://togithub.com/elastic/apm-agent-go/pull/1534) - build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /module/apmgokit by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1532](https://togithub.com/elastic/apm-agent-go/pull/1532) - build(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 in /module/apmfiber by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1529](https://togithub.com/elastic/apm-agent-go/pull/1529) - build(deps): bump github.com/labstack/echo/v4 from 4.6.1 to 4.9.0 in /module/apmechov4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1540](https://togithub.com/elastic/apm-agent-go/pull/1540) - build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 in /module/apmgokit by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1517](https://togithub.com/elastic/apm-agent-go/pull/1517) - build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 in /module/apmgrpc by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1518](https://togithub.com/elastic/apm-agent-go/pull/1518) - build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /module/apmgrpc by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1533](https://togithub.com/elastic/apm-agent-go/pull/1533) - apmotel: embed new opentelemetry interfaces to span/trace/traceprovider (fixes [#1542](https://togithub.com/elastic/apm-agent-go/issues/1542)) by [@jacksehr](https://togithub.com/jacksehr) in [https://github.com/elastic/apm-agent-go/pull/1544](https://togithub.com/elastic/apm-agent-go/pull/1544) - build: downgrade gin to 1.8.2 by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1515](https://togithub.com/elastic/apm-agent-go/pull/1515) - release: v2.4.6 by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1545](https://togithub.com/elastic/apm-agent-go/pull/1545) ##### New Contributors - [@jacksehr](https://togithub.com/jacksehr) made their first contribution in [https://github.com/elastic/apm-agent-go/pull/1544](https://togithub.com/elastic/apm-agent-go/pull/1544) **Full Changelog**: https://github.com/elastic/apm-agent-go/compare/v2.4.5...v2.4.6 ### [`v2.4.5`](https://togithub.com/elastic/apm-agent-go/releases/tag/v2.4.5) [Compare Source](https://togithub.com/elastic/apm-agent-go/compare/v2.4.4...v2.4.5) ### What's new module/apmotel: Fix panic on multiple span close calls [#1512](https://togithub.com/elastic/apm-agent-go/issues/1512) ### [`v2.4.4`](https://togithub.com/elastic/apm-agent-go/releases/tag/v2.4.4) [Compare Source](https://togithub.com/elastic/apm-agent-go/compare/v2.4.3...v2.4.4) #### What's Changed - Remove survey link by [@axw](https://togithub.com/axw) in [https://github.com/elastic/apm-agent-go/pull/1480](https://togithub.com/elastic/apm-agent-go/pull/1480) - Return usable/recording spans from the agent context by [@dmathieu](https://togithub.com/dmathieu) in [https://github.com/elastic/apm-agent-go/pull/1478](https://togithub.com/elastic/apm-agent-go/pull/1478) - docs: update doc with go support policy by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1488](https://togithub.com/elastic/apm-agent-go/pull/1488) - ci: update json spec files by [@simitt](https://togithub.com/simitt) in [https://github.com/elastic/apm-agent-go/pull/1491](https://togithub.com/elastic/apm-agent-go/pull/1491) - Add CODEOWNERS by [@axw](https://togithub.com/axw) in [https://github.com/elastic/apm-agent-go/pull/1493](https://togithub.com/elastic/apm-agent-go/pull/1493) - update default value of ELASTIC_APM_CLOUD_PROVIDER in doc by [@yang-wei](https://togithub.com/yang-wei) in [https://github.com/elastic/apm-agent-go/pull/1495](https://togithub.com/elastic/apm-agent-go/pull/1495) - docs: remove SECURITY.md to fallback to org-wide security policy by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1496](https://togithub.com/elastic/apm-agent-go/pull/1496) - Remove container_metadata_discovery from tests by [@simitt](https://togithub.com/simitt) in [https://github.com/elastic/apm-agent-go/pull/1497](https://togithub.com/elastic/apm-agent-go/pull/1497) - fix: child span not acquiring transaction lock in some cases by [@kruskall](https://togithub.com/kruskall) in [https://github.com/elastic/apm-agent-go/pull/1487](https://togithub.com/elastic/apm-agent-go/pull/1487) - Upgrade OpenTelemetry by [@dmathieu](https://togithub.com/dmathieu) in [https://github.com/elastic/apm-agent-go/pull/1501](https://togithub.com/elastic/apm-agent-go/pull/1501) - build(deps): bump github.com/gofiber/fiber/v2 from 2.18.0 to 2.43.0 in /module/apmfiber by [@dependabot](https://togithub.com/dependabot) in [https://github.com/elastic/apm-agent-go/pull/1470](https://togithub.com/elastic/apm-agent-go/pull/1470) - Release 2.4.4 by [@dmathieu](https://togithub.com/dmathieu) in [https://github.com/elastic/apm-agent-go/pull/1502](https://togithub.com/elastic/apm-agent-go/pull/1502) #### New Contributors - [@yang-wei](https://togithub.com/yang-wei) made their first contribution in [https://github.com/elastic/apm-agent-go/pull/1495](https://togithub.com/elastic/apm-agent-go/pull/1495) **Full Changelog**: https://github.com/elastic/apm-agent-go/compare/v2.4.3...v2.4.4Configuration
📅 Schedule: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.