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

Doc: Roll 6.3 breaking changes under 6.0 series #16706

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/static/breaking-changes-60.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
[[breaking-6.0]]
=== Breaking changes in 6.0
=== Breaking changes in 6.0 series

Here are the breaking changes for 6.0.

[discrete]
[[breaking-pq]]
=== Breaking change across PQ versions prior to Logstash 6.3.0

If you are upgrading from Logstash 6.2.x or any earlier version (including 5.x)
and have the persistent queue enabled, we strongly recommend that you drain or
delete the persistent queue before you upgrade. See <<draining-pqs>>
for information and instructions.

[discrete]
[[breaking-6.0-rel]]
=== Breaking changes in 6.0

[discrete]
==== Changes in Logstash Core

Expand Down
8 changes: 0 additions & 8 deletions docs/static/breaking-changes-pre63.asciidoc

This file was deleted.

2 changes: 0 additions & 2 deletions docs/static/breaking-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ See these topics for breaking changes in earlier releases:

* <<breaking-8.0>>
* <<breaking-7.0>>
* <<breaking-pq>>
* <<breaking-6.0>>

include::breaking-changes-80.asciidoc[]
include::breaking-changes-70.asciidoc[]
include::breaking-changes-pre63.asciidoc[]
include::breaking-changes-60.asciidoc[]


Loading