Skip to content
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

Merged
merged 3 commits into from
Apr 17, 2023

Conversation

michel-laterman
Copy link
Contributor

@michel-laterman michel-laterman commented Apr 13, 2023

Create changelog fragments and log for 8.7.0 release and remove the old changelog. Use changelog tool for all new changes.

Create changelog fragments and log for 8.7.0 release and remove the old
changelog. Use changelog tool for all new changes.
@michel-laterman michel-laterman added documentation Improvements or additions to documentation Team:Fleet Label for the Fleet team labels Apr 13, 2023
@michel-laterman michel-laterman requested review from a team as code owners April 13, 2023 21:39
@elasticmachine
Copy link
Contributor

elasticmachine commented Apr 13, 2023

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-04-17T14:16:08.164+0000

  • Duration: 18 min 55 sec

Test stats 🧪

Test Results
Failed 0
Passed 679
Skipped 1
Total 680

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@michel-laterman michel-laterman added the backport-v8.7.0 Automated backport with mergify label Apr 13, 2023
@karenzone
Copy link

@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

@kilfoyle
Copy link

Michel, this is terrific. However I can help, please let me know!

Copy link
Member

@kpollich kpollich left a 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.
Copy link
Member

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.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
michel-laterman and others added 2 commits April 17, 2023 07:12
@michel-laterman michel-laterman merged commit 4667d85 into elastic:main Apr 17, 2023
@michel-laterman michel-laterman deleted the changelog-tool branch April 17, 2023 14:51
mergify bot pushed a commit that referenced this pull request Apr 17, 2023
* 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
mergify bot added a commit that referenced this pull request Apr 17, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v8.7.0 Automated backport with mergify documentation Improvements or additions to documentation Team:Fleet Label for the Fleet team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Changelog for fleet-server
5 participants