-
Notifications
You must be signed in to change notification settings - Fork 42
Release v1.20.0 #899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.20.0 #899
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 42bddd2 |
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Elastic Serverless Forwarder version to v1.20.0 and refreshes related documentation to reflect this change. Key changes include:
- Updating the version string in share/version.py.
- Modifying example links and command-line examples in the AWS deploy docs.
- Adding a release entry for v1.20.0 in the CHANGELOG.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
share/version.py | Updated version string to "1.20.0". |
docs/reference/aws-deploy-elastic-serverless-forwarder.md | Revised script download link and commands to v1.20.0. |
CHANGELOG.md | Added release notes for version v1.20.0. |
bc1440b
to
42bddd2
Compare
What does this PR do?
Update ESF version to trigger the release of v1.20.0.
Also update examples in docs and the CHANGELOG file.
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksCHANGELOG.md
and updatedshare/version.py
, if my change requires a new release.How to test this PR locally
Related issues