Skip to content
Closed
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
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
35 changes: 24 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,34 @@ 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-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::release-notes/release-notes-security.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 +56,4 @@ include::upgrading-kibana.asciidoc[]

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

include::breaking.asciidoc[]

include::redirects.asciidoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[[release-notes-elasticsearch-9.0.0-beta1]]
= {es} version 9.0.0-beta1
++++
<titleabbrev>{es}</titleabbrev>
++++

coming::[9.0.0-beta1]

Loading
Loading