Skip to content

Commit 0eb495a

Browse files
authored
Prepare v1.2.0 (#338)
- Update version - Update changelog, add missing entries - Remove step about updating EOL from RELEASE.md, as EOL info is now centralised
1 parent 0bc20ee commit 0eb495a

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.asciidoc

+6-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@
2020
[[lambda-unreleased]]
2121
=== Unreleased
2222
23-
https://github.com/elastic/apm-aws-lambda/compare/v1.1.0...main[View commits]
24-
23+
https://github.com/elastic/apm-aws-lambda/compare/v1.2.0...main[View commits]
2524
2625
[float]
27-
===== Breaking changes
26+
[[lambda-1.2.0]]
27+
=== 1.2.0 - 2022/11/01
2828
2929
[float]
3030
===== Features
31+
- Parse and log APM Server error responses, and backoff on critical errors {lambda-pull}281[281]
3132
- Disable CGO to prevent libc/ABI compatibility issues {lambda-pull}292[292]
33+
- Deprecate `ELASTIC_APM_DATA_RECEIVER_TIMEOUT_SECONDS` in favour of `ELASTIC_APM_DATA_RECEIVER_TIMEOUT` {lambda-pull}294[294]
34+
- Log shutdown reason on exit {lambda-pull}297[297]
3235
- Add support for collecting and shipping function logs to APM Server {lambda-pull}303[303]
3336
- Batch data collected from lambda logs API before sending to APM Server {lambda-pull}314[314]
3437

RELEASE.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
### Preparing a Release
55

66
1. Update the [`CHANGELOG.asciidoc`](CHANGELOG.asciidoc), by adding a new version heading (`==== 1.x.x - yyyy/MM/dd`) and changing the base tag of the Unreleased comparison URL
7-
2. For major and minor releases, update the EOL table.
8-
3. Ensure all changes are merged into github.com/elastic/apm-aws-lambda@main
9-
4. Create a test plan for any changes that require manual testing. At the very minimum, a manual smoke test must be conducted before releasing.
10-
5. Trigger a release after succesful testing.
7+
2. Ensure all changes are merged into github.com/elastic/apm-aws-lambda@main
8+
3. Create a test plan for any changes that require manual testing. At the very minimum, a manual smoke test must be conducted before releasing.
9+
4. Trigger a release after succesful testing.
1110

1211
### Trigger a Release
1312

@@ -26,4 +25,4 @@ Tag the release via your preferred tagging method. Tagging a release (v1.1.0) v
2625
* [new tag] v1.1.0 -> v1.1.0
2726

2827
This will trigger a build in the CI that will create the Build Artifacts
29-
and a Release in the Github UI.
28+
and a Release in the Github UI.

extension/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
package extension
1919

2020
const (
21-
Version = "1.1.0"
21+
Version = "1.2.0"
2222
)

0 commit comments

Comments
 (0)