From c484cf19e71bf9ac69f6efc0f20d2abeda3e9630 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Wed, 3 Aug 2022 17:54:36 -0700 Subject: [PATCH 1/2] docs: update release notes for APM Guide --- apm-lambda-extension/CHANGELOG.asciidoc | 44 +++++++++++++------------ 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/apm-lambda-extension/CHANGELOG.asciidoc b/apm-lambda-extension/CHANGELOG.asciidoc index 6b802f80..ee10eb56 100644 --- a/apm-lambda-extension/CHANGELOG.asciidoc +++ b/apm-lambda-extension/CHANGELOG.asciidoc @@ -1,5 +1,6 @@ //// -[[release-notes-x.x.x]] +[float] +[[lambda-x.x.x]] ==== x.x.x - YYYY/MM/DD [float] @@ -7,13 +8,14 @@ [float] ===== Features -- Cool new feature: {pull}2526[#2526] +- Cool new feature: {lambda-pull}2526[#2526] [float] ===== Bug fixes //// -[[unreleased]] +[float] +[[lambda-unreleased]] === Unreleased https://github.com/elastic/apm-aws-lambda/compare/v1.0.2...main[View commits] @@ -21,43 +23,43 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.2...main[View commits] [float] ==== Features -- Added support for Secret Manager {pull}208[208] -- Added support for Lambda platform metrics {pull}202[202] -- Migrated to AWS SDK for Go v2 {pull}232[232] +- Added support for Secret Manager {lambda-pull}208[208] +- Added support for Lambda platform metrics {lambda-pull}202[202] +- Migrated to AWS SDK for Go v2 {lambda-pull}232[232] [float] ==== Bug fixes -- Log a warning when authentication with APM Server fails {pull}228[228] -- Handle http.ErrServerClosed correctly {pull}234[234] -- Handle main loop errors correctly {pull}252[252] -- Avoid sending corrupted compressed data to APM Server {pull}257[257] -- Avoid creating http transports on each info request {pull}260[260] -- Randomise the initial grace period to avoid collisions {pull}240[240] +- Log a warning when authentication with APM Server fails {lambda-pull}228[228] +- Handle http.ErrServerClosed correctly {lambda-pull}234[234] +- Handle main loop errors correctly {lambda-pull}252[252] +- Avoid sending corrupted compressed data to APM Server {lambda-pull}257[257] +- Avoid creating http transports on each info request {lambda-pull}260[260] +- Randomise the initial grace period to avoid collisions {lambda-pull}240[240] - -[[release-notes-1.0.2]] +[float] +[[lambda-1.0.2]] === 1.0.2 - 2022/06/09 https://github.com/elastic/apm-aws-lambda/compare/v1.0.1...v1.0.2[View commits] [float] ==== Bug fixes -- Only add executables to extension {pull}216[216] +- Only add executables to extension {lambda-pull}216[216] - -[[release-notes-1.0.1]] +[float] +[[lambda-1.0.1]] === 1.0.1 - 2022/06/03 https://github.com/elastic/apm-aws-lambda/compare/v1.0.0...v1.0.1[View commits] [float] ==== Features -- Add support for building and pushing docker images {pull}199[199] +- Add support for building and pushing docker images {lambda-pull}199[199] - -[[release-notes-1.0.0]] +[float] +[[lambda-1.0.0]] === 1.0.0 - 2022/04/26 https://github.com/elastic/apm-aws-lambda/commits/46e65781912ca0448642e1574c1f8162ffa8dec0[View commits] -First stable release of the Elastic AWS Lambda Extension. +First stable release of the Elastic APM AWS Lambda extension. \ No newline at end of file From 3ea3e829c3557803bd75585c97a5ba80d0447977 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Wed, 17 Aug 2022 19:42:42 -0700 Subject: [PATCH 2/2] add `:lambda-pull:` attr --- apm-lambda-extension/CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apm-lambda-extension/CHANGELOG.asciidoc b/apm-lambda-extension/CHANGELOG.asciidoc index ee10eb56..39b6ff04 100644 --- a/apm-lambda-extension/CHANGELOG.asciidoc +++ b/apm-lambda-extension/CHANGELOG.asciidoc @@ -1,3 +1,5 @@ +:lambda-pull: https://github.com/elastic/apm-aws-lambda/pull/ + //// [float] [[lambda-x.x.x]]