Skip to content

Commit

Permalink
[Release] update changelogs for 9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 22, 2025
1 parent fef4bf0 commit be6102c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// tag::list[]
* <<apm-release-notes-9.0>>
* <<apm-release-notes-8.17>>
* <<apm-release-notes-8.16>>
* <<apm-release-notes-8.15>>
Expand All @@ -21,6 +22,7 @@
// tag::includes[]
include::./changelogs/head.asciidoc[]
include::./changelogs/9.0.asciidoc[]
include::./changelogs/8.17.asciidoc[]
include::./changelogs/8.16.asciidoc[]
include::./changelogs/8.15.asciidoc[]
Expand Down
25 changes: 25 additions & 0 deletions changelogs/9.0.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[[apm-release-notes-9.0]]
== APM version 9.0
* <<apm-release-notes-9.0.0>>

[float]
[[apm-release-notes-9.0.0]]
=== APM version 9.0.0

https://github.com/elastic/apm-server/compare/v\...v9.0.0[View commits]

[float]
==== Bug fixes
- Fix overflow in validation of `apm-server.agent.config.cache.expiration` on 32-bit architectures {pull}15216[15216]

[float]
==== Breaking Changes

[float]
==== Deprecations

[float]
==== Intake API Changes

[float]
==== Added
7 changes: 3 additions & 4 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[[release-notes-head]]
== APM version HEAD

https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits]
https://github.com/elastic/apm-server/compare/9.0\...8.x[View commits]

[float]
==== Bug fixes
- Fix overflow in validation of `apm-server.agent.config.cache.expiration` on 32-bit architectures {pull}15216[15216]
==== Breaking Changes

[float]
==== Breaking Changes
==== Bug fixes

[float]
==== Deprecations
Expand Down

0 comments on commit be6102c

Please sign in to comment.