Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apm-lambda-extension/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.1...v1.0.2[View commits]
[[release-notes-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]
Expand All @@ -55,4 +57,6 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.1...v1.0.2[View commits]
[[release-notes-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.
4 changes: 2 additions & 2 deletions apm-lambda-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ The `Makefile` also provides a `build-and-publish` command which will perform th
AWS_SECRET_ACCESS_KEY=h...E \
make build-and-publish

## Release procedure
## Release Procedure

See [release](RELEASE.md) for details about the release procedure.
See [release](RELEASE.md) for details.
2 changes: 1 addition & 1 deletion apm-lambda-extension/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### Preparing a Release

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
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
2. For major and minor releases, update the EOL table.
3. Ensure all changes are merged into github.com/elastic/apm-aws-lambda@main
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.
Expand Down