You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the ESF version to trigger the release of v1.20.1. Also, update examples in docs and the CHANGELOG file.
This release only contains docs updates. The most important is a fix for a 404 on the `README-AWS.md` file, used as the SAR (Serverless Application Repository) content on the AWS console.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
+
### v1.20.1 - 2025/05/23
2
+
##### Docs
3
+
* Fix 404 link in README-AWS.md [903](https://github.com/elastic/elastic-serverless-forwarder/pull/903)
4
+
* Add note about Python 3.12 for Terraform users [901](https://github.com/elastic/elastic-serverless-forwarder/pull/901)
5
+
1
6
### v1.20.0 - 2025/05/22
2
7
##### Features
3
8
* Use Python runtime 3.12 [874](https://github.com/elastic/elastic-serverless-forwarder/pull/874)
4
9
5
-
Note for Terraform users: to deploy the forwarder from Terraform, you need to pull the latest version of the [`esf-terraform` repository](https://github.com/elastic/terraform-elastic-esf) repository, or use at least the repository version [v1.1.0](https://github.com/elastic/terraform-elastic-esf/releases/tag/v1.1.0).
10
+
Note for Terraform users: to deploy ESF 1.20.0+ from Terraform, you need to pull the latest version of the [`esf-terraform`](https://github.com/elastic/terraform-elastic-esf) repository, or use at least the repository version [v1.1.0](https://github.com/elastic/terraform-elastic-esf/releases/tag/v1.1.0).
6
11
7
12
##### Bug fixes
8
13
* logstash shipper does not clear event buffer after sending data [880](https://github.com/elastic/elastic-serverless-forwarder/pull/880)
Copy file name to clipboardExpand all lines: docs/reference/aws-deploy-elastic-serverless-forwarder.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -566,7 +566,7 @@ continuing-queue:
566
566
567
567
A bash script for publishing the Elastic Serverless Forwarder directly to your AWS account is available from the [Elastic Serverless Forwarder repository](https://github.com/elastic/elastic-serverless-forwarder).
568
568
569
-
Download the [`publish_lambda.sh` script](https://raw.github.com/elastic/elastic-serverless-forwarder/lambda-v1.20.0/publish_lambda.sh) and follow the instructions below.
569
+
Download the [`publish_lambda.sh` script](https://raw.github.com/elastic/elastic-serverless-forwarder/lambda-v1.20.1/publish_lambda.sh) and follow the instructions below.
You can update the version of a published Elastic Serverless Forwarder without changing its configuration by running the publishing script again and passing a **new** [`forwarder-tag`](https://github.com/elastic/elastic-serverless-forwarder/tags):
The above examples show the forwarder being updated from `lambda-v1.19.0` to `lambda-v1.20.0`.
620
+
The above examples show the forwarder being updated from `lambda-v1.19.0` to `lambda-v1.20.1`.
621
621
::::
622
622
623
623
@@ -627,11 +627,11 @@ The above examples show the forwarder being updated from `lambda-v1.19.0` to `la
627
627
If you want to change the configuration of a published Elastic Serverless Forwarder without changing its version, you can update the `publish-config.yaml` and run the script again using the **same** `forwarder-tag`:
The above example shows an existing `lambda-v1.20.0` configuration being updated without changing version.
634
+
The above example shows an existing `lambda-v1.20.1` configuration being updated without changing version.
635
635
::::
636
636
637
637
@@ -641,9 +641,9 @@ The above example shows an existing `lambda-v1.20.0` configuration being updated
641
641
If you want to use the publish script for deploying the forwarder with different configurations, create two different `publish-config.yaml` files with unique names and run the publishing script twice, with correct references to the `config-path` and `lambda-name`:
0 commit comments