Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
21 changes: 0 additions & 21 deletions .github/workflows/comment-on-asciidoc-changes.yml

This file was deleted.

56 changes: 35 additions & 21 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pull_request_rules:
- name: backport patches to 8.x branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.x
actions:
backport:
Expand All @@ -42,10 +42,24 @@ pull_request_rules:
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 8.18 branch
conditions:
- merged
- base=9.0
- label=backport-8.18
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.18"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 8.17 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.17
actions:
backport:
Expand All @@ -59,7 +73,7 @@ pull_request_rules:
- name: backport patches to 8.16 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.16
actions:
backport:
Expand All @@ -73,7 +87,7 @@ pull_request_rules:
- name: backport patches to 8.15 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.15
actions:
backport:
Expand All @@ -87,7 +101,7 @@ pull_request_rules:
- name: backport patches to 8.14 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.14
actions:
backport:
Expand All @@ -101,7 +115,7 @@ pull_request_rules:
- name: backport patches to 8.13 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.13
actions:
backport:
Expand All @@ -115,7 +129,7 @@ pull_request_rules:
- name: backport patches to 8.12 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.12
actions:
backport:
Expand All @@ -129,7 +143,7 @@ pull_request_rules:
- name: backport patches to 8.11 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.11
actions:
backport:
Expand All @@ -143,7 +157,7 @@ pull_request_rules:
- name: backport patches to 8.10 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.10
actions:
backport:
Expand All @@ -157,7 +171,7 @@ pull_request_rules:
- name: backport patches to 8.9 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.9
actions:
backport:
Expand All @@ -171,7 +185,7 @@ pull_request_rules:
- name: backport patches to 8.8 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.8
actions:
backport:
Expand All @@ -185,7 +199,7 @@ pull_request_rules:
- name: backport patches to 8.7 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.7
actions:
backport:
Expand All @@ -199,7 +213,7 @@ pull_request_rules:
- name: backport patches to 8.6 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.6
actions:
backport:
Expand All @@ -213,7 +227,7 @@ pull_request_rules:
- name: backport patches to 8.5 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.5
actions:
backport:
Expand All @@ -227,7 +241,7 @@ pull_request_rules:
- name: backport patches to 8.4 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.4
actions:
backport:
Expand All @@ -241,7 +255,7 @@ pull_request_rules:
- name: backport patches to 8.3 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.3
actions:
backport:
Expand All @@ -255,7 +269,7 @@ pull_request_rules:
- name: backport patches to 8.2 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.2
actions:
backport:
Expand All @@ -269,7 +283,7 @@ pull_request_rules:
- name: backport patches to 8.1 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.1
actions:
backport:
Expand All @@ -283,7 +297,7 @@ pull_request_rules:
- name: backport patches to 8.0 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-8.0
actions:
backport:
Expand All @@ -297,7 +311,7 @@ pull_request_rules:
- name: backport patches to 7.17 branch
conditions:
- merged
- base=main
- base=9.0
- label=backport-7.17
actions:
backport:
Expand All @@ -311,7 +325,7 @@ pull_request_rules:
- name: notify the backport policy
conditions:
- -label~=^backport
- base=main
- base=9.0
actions:
comment:
message: |
Expand Down
16 changes: 8 additions & 8 deletions docs/en/install-upgrade/breaking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Before you upgrade, you must review the breaking changes for each product you
use and make the necessary changes so your code is compatible with {version}.

// tag::breaking-changes-links[]
** {apm-guide-ref}/apm-breaking.html[APM breaking changes]
** {beats-ref}/breaking-changes.html[{beats} breaking changes]
** {ref}/breaking-changes.html[{es} migration guide]
** {security-guide}/release-notes.html[{elastic-sec} release notes]
** {enterprise-search-ref}/changelog.html[{ents} release notes]
** {fleet-guide}/release-notes.html[{fleet} and {agent} release notes]
** {kibana-ref}/release-notes.html[{kib} release notes]
** {logstash-ref}/breaking-changes.html[{ls} breaking changes]
// ** {apm-guide-ref}/apm-breaking.html[APM breaking changes]
// ** {beats-ref}/breaking-changes.html[{beats} breaking changes]
** <<release-notes-elasticsearch-9.0.0,{es} release notes>>
** <<release-notes-security-9.0.0,{elastic-sec} release notes>>
// ** {enterprise-search-ref}/changelog.html[{ents} release notes]
// ** {fleet-guide}/release-notes.html[{fleet} and {agent} release notes]
** <<release-notes-kibana-9.0.0,{kib} release notes>>
** <<release-notes-logstash-9.0.0,{ls} breaking changes>>
// end::breaking-changes-links[]

// tag::breaking-changes-admon[]
Expand Down
37 changes: 26 additions & 11 deletions docs/en/install-upgrade/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
[[elastic-stack]]
= Elastic Installation and Upgrade Guide

:apm-repo-dir: {apm-server-root}/docs
:beats-repo-dir: {beats-root}/libbeat/docs
:es-repo-dir: {elasticsearch-root}/docs/reference
:hadoop-repo-dir: {elasticsearch-hadoop-root}/docs/src/reference/asciidoc
:security-repo-dir: {security-docs-root}/docs
:kib-repo-dir: {kibana-root}/docs
:ls-repo-dir: {logstash-root}/docs
:obs-repo-dir: {observability-docs-root}/docs/en/observability

include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
include::{docs-root}/shared/attributes.asciidoc[]

Expand All @@ -23,10 +14,36 @@ include::installing-stack-demo-secure.asciidoc[]

include::air-gapped-install.asciidoc[]

include::serverless-changelog.asciidoc[]

include::breaking.asciidoc[]

include::release-notes/release-notes.asciidoc[leveloffset=+1]

include::release-notes/release-notes-beats.asciidoc[leveloffset=+2]

include::release-notes/release-notes-security.asciidoc[leveloffset=+2]

include::release-notes/release-notes-elasticsearch.asciidoc[leveloffset=+2]

include::release-notes/release-notes-fleet-agent.asciidoc[leveloffset=+2]

include::release-notes/release-notes-kibana.asciidoc[leveloffset=+2]

include::release-notes/release-notes-logstash.asciidoc[leveloffset=+2]

include::upgrading-stack.asciidoc[]

include::upgrade-orchestrator.asciidoc[]

include::upgrade-deployment-cluster.asciidoc[]

include::upgrading-stack-cloud.asciidoc[]

include::upgrade-on-ece.asciidoc[]

include::upgrade-on-eck.asciidoc[]

include::upgrading-stack-on-prem.asciidoc[]

include::upgrading-elasticsearch.asciidoc[]
Expand All @@ -41,6 +58,4 @@ include::upgrading-kibana.asciidoc[]

// include::upgrading-agent.asciidoc[]

include::breaking.asciidoc[]

include::redirects.asciidoc[]
Loading
Loading