From 83e1a1152aab3d0e2b722252a5ccd77e189a5f95 Mon Sep 17 00:00:00 2001 From: milan-elastic Date: Tue, 17 Oct 2023 12:48:57 +0530 Subject: [PATCH 1/2] make spring boot ga --- packages/spring_boot/changelog.yml | 5 +++++ packages/spring_boot/manifest.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/spring_boot/changelog.yml b/packages/spring_boot/changelog.yml index a2fddfeec98..0ee478f2c68 100644 --- a/packages/spring_boot/changelog.yml +++ b/packages/spring_boot/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.0.0" + changes: + - description: Make Spring Boot GA. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 #FIX ME - version: "0.12.0" changes: - description: Support tags to GC, Memory and Threading. diff --git a/packages/spring_boot/manifest.yml b/packages/spring_boot/manifest.yml index 54848f8b5f2..a01d1bc0db9 100644 --- a/packages/spring_boot/manifest.yml +++ b/packages/spring_boot/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: spring_boot title: Spring Boot -version: "0.12.0" +version: "1.0.0" license: basic description: This Elastic integration collects logs and metrics from Spring Boot integration. type: integration From 8537d9895350173333a4ccf0ef01d64e66009a55 Mon Sep 17 00:00:00 2001 From: milan-elastic Date: Tue, 17 Oct 2023 12:56:32 +0530 Subject: [PATCH 2/2] update pr link in changelog --- packages/spring_boot/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/spring_boot/changelog.yml b/packages/spring_boot/changelog.yml index 0ee478f2c68..cd9bc973548 100644 --- a/packages/spring_boot/changelog.yml +++ b/packages/spring_boot/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Make Spring Boot GA. type: enhancement - link: https://github.com/elastic/integrations/pull/1 #FIX ME + link: https://github.com/elastic/integrations/pull/8223 - version: "0.12.0" changes: - description: Support tags to GC, Memory and Threading.