[DOCS] Adds the 7.12.0 Release notes (#94761)

* [DOCS] Adds the 7.12.0 Release notes

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>

* Adds 93427 bug fix and CCS breaking change

* Specifies Discoer in breaking change

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
This commit is contained in:
Kaarina Tungseth 2021-03-22 16:37:13 -05:00 committed by GitHub
parent 26263c1541
commit 95ad83f611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 429 additions and 6508 deletions

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@ We would recommend waiting until later in `7.x` to upgrade your plugins if possi
If you would like to keep up with progress on the visualizations plugin in the meantime,
here are a few resources:
* The <<breaking-changes,breaking changes>> documentation, where we try to capture any changes to the APIs as they occur across minors.
* The <<release-notes,breaking changes>> documentation, where we try to capture any changes to the APIs as they occur across minors.
* link:https://github.com/elastic/kibana/issues/44121[Meta issue] which is tracking the move of the plugin to the new {kib} platform
* Our link:https://www.elastic.co/blog/join-our-elastic-stack-workspace-on-slack[Elastic Stack workspace on Slack].
* The {kib-repo}blob/{branch}/src/plugins/visualizations[source code], which will continue to be

View file

@ -21,8 +21,6 @@ include::user/index.asciidoc[]
include::accessibility.asciidoc[]
include::migration.asciidoc[]
include::CHANGELOG.asciidoc[]
include::developer/index.asciidoc[]

View file

@ -292,12 +292,16 @@ This content has moved. Refer to <<dashboard, **Dashboard**>>.
[role="exclude",id="explore-dashboard-data"]
This content has moved. Refer to <<dashboard, **Dashboard**>>.
[role="exclude",id="breaking-changes"]
This content has moved. Refer to <<release-notes, Release notes>>.
[role="exclude",id="ingest-node-pipelines"]
== Ingest Node Pipelines
This content has moved. See {ref}/ingest.html[Ingest pipelines].
[role="exclude",id="create-panels-with-timelion"]
== Timelion

View file

@ -12,7 +12,7 @@ WARNING: {kib} automatically runs upgrade migrations when required. To roll back
Before you upgrade {kib}:
* Consult the <<breaking-changes,breaking changes>>.
* Consult the <<release-notes,breaking changes>>.
* Back up your data with <<snapshot-repositories, Snapshot and Restore>>. To roll back to an earlier version, you **must** have a snapshot of the `.kibana*` indices.
* Although not a requirement for rollbacks, we recommend taking a snapshot of all {kib} indices created by the plugins you use such as the `.reporting*` indices created by the reporting plugin.
* Before you upgrade production servers, test the upgrades in a dev environment.