-
Notifications
You must be signed in to change notification settings - Fork 81
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
Change fleet-server to use changelog tool #2499
Conversation
Create changelog fragments and log for 8.7.0 release and remove the old changelog. Use changelog tool for all new changes.
@kilfoyle, it looks like at least part of your wish has come true! @michel-laterman is looking to backport this enhancement to 8.7 for patch releases. Depending on the timing, we might be able to give it a try for next week's release. Related: elastic/ingest-docs#124 |
Michel, this is terrific. However I can help, please let me know! |
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.
Looks great - just a few typos that can be fixed via inline suggestions. Thanks for this!
@@ -31,7 +31,7 @@ This checklist is a reminder about high level design problems that should be con | |||
|
|||
- [ ] I have ensured my design is stateless and will work when multiple fleet-server instances are behind a load balancer. | |||
- [ ] I have or intend to scale test my changes, ensuring it will work reliably with 100K+ agents connected. | |||
- [ ] I have included fail safe mechanisms to limit the load on fleet-server: rate limiting, circuit breakers, caching, load shedding, etc. | |||
- [ ] I have included fail safe mechanisms to limit the load on fleet-server: rate limiting, circuit breakers, caching, load shedding, etc. |
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.
Greatly appreciate the updates to the templates here, these would have been easy to miss.
Co-authored-by: Kyle Pollich <kpollich1@gmail.com>
* Change fleet-server to use changelog tool Create changelog fragments and log for 8.7.0 release and remove the old changelog. Use changelog tool for all new changes. * Apply suggestions from code review Co-authored-by: Kyle Pollich <kpollich1@gmail.com> --------- Co-authored-by: Kyle Pollich <kpollich1@gmail.com> (cherry picked from commit 4667d85) # Conflicts: # CHANGELOG.next.asciidoc # README.md
* Change fleet-server to use changelog tool (#2499) * Change fleet-server to use changelog tool Create changelog fragments and log for 8.7.0 release and remove the old changelog. Use changelog tool for all new changes. * Apply suggestions from code review Co-authored-by: Kyle Pollich <kpollich1@gmail.com> --------- Co-authored-by: Kyle Pollich <kpollich1@gmail.com> (cherry picked from commit 4667d85) # Conflicts: # CHANGELOG.next.asciidoc # README.md * fix README --------- Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com> Co-authored-by: michel-laterman <michel.laterman@elastic.co>
Create changelog fragments and log for 8.7.0 release and remove the old changelog. Use changelog tool for all new changes.