From 7169094df82f7435b7ebb51697349ae226151716 Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 8 Oct 2024 15:43:21 +0200 Subject: [PATCH 1/6] Bump version --- share/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/version.py b/share/version.py index 547fcb47..679006cc 100644 --- a/share/version.py +++ b/share/version.py @@ -2,4 +2,4 @@ # or more contributor license agreements. Licensed under the Elastic License 2.0; # you may not use this file except in compliance with the Elastic License 2.0. -version = "1.17.2" +version = "1.17.3" From f457501407670de8fb62c1b5be8e3fe76778d04c Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 8 Oct 2024 15:43:34 +0200 Subject: [PATCH 2/6] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e57e87..a272ef85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.17.3 - 2024/10/08 +##### Bug fixes +* Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type`. +##### Features +* Dead letter index (DLI): do not send retryable errors to the DLI. + ### v1.17.2 - 2024/09/24 ##### Bug fixes * Remove call to EC2:DescribeRegions API in the cloudwatch-logs input [811](https://github.com/elastic/elastic-serverless-forwarder/pull/811). From 33b4be5582c2fb055b29362003de2c019b29b36d Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 8 Oct 2024 15:56:51 +0200 Subject: [PATCH 3/6] Add pull request URL --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a272ef85..6c119508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ### v1.17.3 - 2024/10/08 ##### Bug fixes -* Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type`. +* Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type` [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793A). ##### Features -* Dead letter index (DLI): do not send retryable errors to the DLI. +* Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793A). ### v1.17.2 - 2024/09/24 ##### Bug fixes From bc2b352e50385216785928f85af421caac352e5e Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 8 Oct 2024 16:08:45 +0200 Subject: [PATCH 4/6] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Constança Manteigas <113898685+constanca-m@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c119508..6f39f817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ##### Bug fixes * Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type` [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793A). ##### Features -* Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793A). +* Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793). ### v1.17.2 - 2024/09/24 ##### Bug fixes From 67c1b8f48c78681216b56ff99e9a0141d3ad7e1f Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 8 Oct 2024 16:09:59 +0200 Subject: [PATCH 5/6] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Constança Manteigas <113898685+constanca-m@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f39f817..44e53b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### v1.17.3 - 2024/10/08 ##### Bug fixes -* Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type` [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793A). +* Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type` [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793). ##### Features * Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793). From 953d070a6abc3339aba046c2c78c4e52b005179d Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Tue, 8 Oct 2024 16:14:53 +0200 Subject: [PATCH 6/6] Update version to 1.18.0 --- CHANGELOG.md | 6 +++--- share/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e53b31..12b13735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -### v1.17.3 - 2024/10/08 -##### Bug fixes -* Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type` [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793). +### v1.18.0 - 2024/10/08 ##### Features * Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793). +##### Bug fixes +* Dead letter index (DLI): align the `error` field in documents to the ECS format; the field now provides `error.message` and `error.type` [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793). ### v1.17.2 - 2024/09/24 ##### Bug fixes diff --git a/share/version.py b/share/version.py index 679006cc..e7b1e9d7 100644 --- a/share/version.py +++ b/share/version.py @@ -2,4 +2,4 @@ # or more contributor license agreements. Licensed under the Elastic License 2.0; # you may not use this file except in compliance with the Elastic License 2.0. -version = "1.17.3" +version = "1.18.0"