From b319706039b436b8da004a8bc38c7cfb12c98092 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Wed, 18 Dec 2024 12:58:26 -0800 Subject: [PATCH 1/2] Aligns with stack major and minor version, 8.16.0 release. --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217e36cb..3bd737b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.16.0 + - Aligns with stack major and minor versions, no functional changes [#210](https://github.com/elastic/logstash-filter-elastic_integration/pull/210) + - Compatible with Logstash and Elasticsearch 8.16 versions + ## 0.1.17 - Add `x-elastic-product-origin` header to Elasticsearch requests [#197](https://github.com/elastic/logstash-filter-elastic_integration/pull/197) diff --git a/VERSION b/VERSION index 04c5555c..894aa0bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.17 +8.16.0 From fafb928c22fc26a2a6cf0bebd1951b584510d814 Mon Sep 17 00:00:00 2001 From: Mashhur <99575341+mashhurs@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:46:22 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Ry Biesemeyer --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd737b3..830f5e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 8.16.0 - Aligns with stack major and minor versions, no functional changes [#210](https://github.com/elastic/logstash-filter-elastic_integration/pull/210) - - Compatible with Logstash and Elasticsearch 8.16 versions + - Embeds Ingest Node components from Elasticsearch 8.16 + - Compatible with Logstash 8.15+ ## 0.1.17 - Add `x-elastic-product-origin` header to Elasticsearch requests [#197](https://github.com/elastic/logstash-filter-elastic_integration/pull/197)