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

docs: Prepare Changelog for 8.0.0 #30215

Merged
merged 8 commits into from
Feb 8, 2022
Merged

docs: Prepare Changelog for 8.0.0 #30215

merged 8 commits into from
Feb 8, 2022

Conversation

elasticmachine
Copy link
Collaborator

@elasticmachine elasticmachine commented Feb 4, 2022

Empty sections will be cleaned up after initial review and before merge.

@elasticmachine elasticmachine self-assigned this Feb 4, 2022
@elasticmachine elasticmachine added automation docs in progress Pull request is currently in progress. release Team:Automation Label for the Observability productivity team labels Feb 4, 2022
@elasticmachine elasticmachine requested a review from a team February 4, 2022 09:33
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Feb 4, 2022
@elasticmachine
Copy link
Collaborator Author

elasticmachine commented Feb 4, 2022

💚 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: 2022-02-08T08:03:25.316+0000

  • Duration: 24 min 7 sec

❕ Flaky test report

No test was executed to be analysed.

🤖 GitHub comments

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

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

CHANGELOG.next.asciidoc Outdated Show resolved Hide resolved
@andresrc andresrc added the Team:Docs Label for the Observability docs team label Feb 4, 2022
@elasticmachine
Copy link
Collaborator Author

Pinging @elastic/obs-docs (Team:Docs)

Copy link
Contributor

@kvch kvch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer release Journalbeat, so we can remove those sections.

CHANGELOG.asciidoc Outdated Show resolved Hide resolved
@kvch
Copy link
Contributor

kvch commented Feb 4, 2022

I just backported my changelog entry update: #30145
Sorry for the conflicts.

@mergify
Copy link
Contributor

mergify bot commented Feb 4, 2022

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b prepare_changelog_8.0.0 upstream/prepare_changelog_8.0.0
git merge upstream/8.0
git push upstream prepare_changelog_8.0.0

Copy link
Contributor

@paulb-elastic paulb-elastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heartbeat changes LGTM

CHANGELOG.asciidoc Outdated Show resolved Hide resolved
- Remove `auto` from the available options of `setup.ilm.enabled` and set the default value to `true`. {pull}28671[28671]
- Remove deprecated `--template` and `--ilm-policy` flags. Use `--index-management` instead. {pull}28870[28870]
- Remove options `logging.files.suffix` and default to datetime endings in log file names. The format of the new name is `{beatname}-{date}(-n)?.ndjson`. Exmaple log files names from oldest to newest: `filebeat-20200101.ndjson`, `filebeat-20200101-1.ndjson`, `filebeat-20200101-2.ndjson`. {pull}28927[28927]
- Remove Journalbeat. Use `journald` input of Filebeat instead. {pull}29131[29131]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This happened in 7.16.0.

- Allign kubernetes configuration settings. {pull}29908[29908]
- The extension of the log files of Beats and Elastic Agent is changed to `.ndjson`. If you are collecting the logs, you must change the path configuration to `/path/to/logs/{beatname}*.ndjson` to avoid any issues. {pull}28927[28927]
- Remove legacy support for SSLv3. {pull}30071[30071]
- `add_fields` processor is now able to set metadata in events {pull}30092[30092]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an enhancement.

- Remove legacy support for SSLv3. {pull}30071[30071]
- `add_fields` processor is now able to set metadata in events {pull}30092[30092]

*Auditbeat*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove these empty sections?

CHANGELOG.asciidoc Outdated Show resolved Hide resolved
CHANGELOG.asciidoc Outdated Show resolved Hide resolved
CHANGELOG.next.asciidoc Outdated Show resolved Hide resolved
@andresrc
Copy link
Contributor

andresrc commented Feb 7, 2022

Thanks @andrewkroh, yes, empty sections will be removed before merging.

@andresrc andresrc merged commit 545f381 into 8.0 Feb 8, 2022
@andresrc andresrc deleted the prepare_changelog_8.0.0 branch February 8, 2022 08:31
andresrc pushed a commit to andresrc/beats that referenced this pull request Feb 8, 2022
* docs: Close changelog for 8.0.0

* Initial cleanup

* We no longer ship journalbeat

* Fix duplicate entry

* Add missing breaking changes

* Review comments

* Remove empty sections

Co-authored-by: Andres Rodriguez <[email protected]>
(cherry picked from commit 545f381)
andresrc added a commit that referenced this pull request Feb 8, 2022
* docs: Prepare Changelog for 8.0.0 (#30215)

* docs: Close changelog for 8.0.0

* Initial cleanup

* We no longer ship journalbeat

* Fix duplicate entry

* Add missing breaking changes

* Review comments

* Remove empty sections

Co-authored-by: Andres Rodriguez <[email protected]>
(cherry picked from commit 545f381)

* Additional cleanup

Co-authored-by: Elastic Machine <[email protected]>
andresrc added a commit to andresrc/beats that referenced this pull request Feb 8, 2022
* docs: Prepare Changelog for 8.0.0 (elastic#30215)

* docs: Close changelog for 8.0.0

* Initial cleanup

* We no longer ship journalbeat

* Fix duplicate entry

* Add missing breaking changes

* Review comments

* Remove empty sections

Co-authored-by: Andres Rodriguez <[email protected]>
(cherry picked from commit 545f381)

* Additional cleanup

Co-authored-by: Elastic Machine <[email protected]>
(cherry picked from commit 7456bdd)
andresrc added a commit that referenced this pull request Feb 8, 2022
* Forward port 8.0.0 changelog to 8.1 (#30264)

* docs: Prepare Changelog for 8.0.0 (#30215)

* docs: Close changelog for 8.0.0

* Initial cleanup

* We no longer ship journalbeat

* Fix duplicate entry

* Add missing breaking changes

* Review comments

* Remove empty sections

Co-authored-by: Andres Rodriguez <[email protected]>
(cherry picked from commit 545f381)

* Additional cleanup

Co-authored-by: Elastic Machine <[email protected]>
(cherry picked from commit 7456bdd)

* Additional cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation docs in progress Pull request is currently in progress. release Team:Automation Label for the Observability productivity team Team:Docs Label for the Observability docs team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants