-
Notifications
You must be signed in to change notification settings - Fork 198
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
Release 2.4.0 #1417
Release 2.4.0 #1417
Conversation
@@ -84,7 +84,6 @@ For example, APM Server version `7.15.0` corresponds with the Go APM Agent versi | |||
|
|||
1. Update `version.go` and `internal/apmversion/version.go`, and then run `make update-modules` | |||
2. Update [`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 | |||
3. For major and minor releases, update the EOL table in [`upgrading.asciidoc`](docs/upgrading.asciidoc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since #1335, there is no EOL table anymore.
We probably need to run |
Thanks, and you are right. Unfortunately, I can't do that right away due to apmotel not being compatible with Go 1.15 (which is expected). |
e1d537a
to
8561300
Compare
Modules have been updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one missed (not sure why the update-modules didnt' pick it up)
Co-authored-by: Vishal Raj <[email protected]>
This cuts the release for 2.4.0, which adds support for OpenTelemetry.
See the diff: v2.3.0...main