From e6948601b71c08ae02ea1150f0be0a56893dafe6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 22 Jan 2025 18:49:26 +0100 Subject: [PATCH 1/2] [Release] update version 9.1.0 --- cmd/intake-receiver/version.go | 2 +- internal/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/intake-receiver/version.go b/cmd/intake-receiver/version.go index f5d3ff4c781..588a4209440 100644 --- a/cmd/intake-receiver/version.go +++ b/cmd/intake-receiver/version.go @@ -18,4 +18,4 @@ package main // version matches the APM Server's version -const version = "9.0.0" +const version = "9.1.0" diff --git a/internal/version/version.go b/internal/version/version.go index 0ac5980913b..fb081dc0fa7 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -18,4 +18,4 @@ package version // Version holds the APM Server version. -const Version = "9.0.0" +const Version = "9.1.0" From 37ecce3fbb976dc5e0f5fd62cddf4f021f431aca Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 22 Jan 2025 18:49:35 +0100 Subject: [PATCH 2/2] [Release] update changelogs for 9.0 release --- CHANGELOG.asciidoc | 2 ++ changelogs/9.0.asciidoc | 25 +++++++++++++++++++++++++ changelogs/head.asciidoc | 7 +++---- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 changelogs/9.0.asciidoc diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 16b1fc41989..e9520f6c9df 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,4 +1,5 @@ // tag::list[] +* <> * <> * <> * <> @@ -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[] diff --git a/changelogs/9.0.asciidoc b/changelogs/9.0.asciidoc new file mode 100644 index 00000000000..d725496d795 --- /dev/null +++ b/changelogs/9.0.asciidoc @@ -0,0 +1,25 @@ +[[apm-release-notes-9.0]] +== APM version 9.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 diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index c30c9d98f47..3a21390fd33 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -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