Skip to content

Commit

Permalink
Set up release 1.18.0 (#824)
Browse files Browse the repository at this point in the history
Update version to 1.18.0
  • Loading branch information
zmoog authored Oct 8, 2024
1 parent 96fb54e commit 276560a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 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
* Remove call to EC2:DescribeRegions API in the cloudwatch-logs input [811](https://github.com/elastic/elastic-serverless-forwarder/pull/811).
Expand Down
2 changes: 1 addition & 1 deletion share/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0"

0 comments on commit 276560a

Please sign in to comment.