From f3ffcf5ce2237663fd6a8dcc23a6bc37b67b73b3 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Mon, 31 Aug 2020 09:39:24 -0500 Subject: [PATCH 1/6] [DOCS] 7.9.1 Release Notes --- docs/CHANGELOG.asciidoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index d8ffad700b417..191cdfc5b3488 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -10,6 +10,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> @@ -40,10 +41,21 @@ This section summarizes the changes in each release. * <> -- +[[release-notes-7.9.1]] +== {kib} 7.9.1 + +See also <>. + +[float] +[[bug-v7.9.1]] +=== Bug fix +Dashboard:: +* OriginatingApp Connection not lost after Create New {kibana-pull}74400[#74400] + [[release-notes-7.9.0]] == {kib} 7.9.0 -//See also <>. +See also <>. Operations:: * Moves kibana-keystore from data/ to config/ {kibana-pull}57856[#57856] From 9846df6e54871c3b5bd6ac2666d5db2a7493c78a Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Tue, 1 Sep 2020 12:47:10 -0500 Subject: [PATCH 2/6] Adds all bug fixes for 7.9.1 --- docs/CHANGELOG.asciidoc | 48 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 191cdfc5b3488..d173745106d10 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -48,9 +48,51 @@ See also <>. [float] [[bug-v7.9.1]] -=== Bug fix -Dashboard:: -* OriginatingApp Connection not lost after Create New {kibana-pull}74400[#74400] +=== Bug fixes +Alerting:: +* Fixes alerts unable to create / update when the name has trailing whitepaces {kibana-pull}76079[#76079] +APM:: +* Pluralizes for occurrences vs occurrence {kibana-pull}74564[#74564] +* User can't navigate back home using browser nav when clicking link {kibana-pull}75755[#75755] +Dashboard:: +* Loses OriginatingApp Connection on Save After Create new {kibana-pull}74420[#74420] +* Don't Explore data action in dashboard_only mode {kibana-pull}73010[#73010] +Discover:: +* Don't show actions if Discover app is disabled {kibana-pull}73017[#73017] +* Fixes visualize a field through discover app {kibana-pull}73652[#73652] +* Fixes issue with query bar not taking full width in safari when selected {kibana-pull}74987[#74987] +Lens and visualizations:: +* Shows 'No data for this field' for empty field in accordion {kibana-pull}73772[#73772] +* Fixes performance degradation after lodash@4 upgrade {kibana-pull}75850[#75850] +Machine Learning:: +* Fixes file import button on basic license {kibana-pull}75458[#75458] +* Adds date picker back onto index based data visualizer page {kibana-pull}75658[#75658] +* Adds authorization header to DFA job update request {kibana-pull}75899[#75899] +* Removes encoding for scheduled events labels {kibana-pull}75973[#75973] +Management:: +* The watch API considers an index action without a defined index name to be valid, but the Watcher UI +didn't validate accordingly. This resulted in a bug manifested as the UI rejecting attempts to create +Advanced Watches and Threshold Watches with this configuration, and as displaying watches configured +this way via Console with "Config error" states in the watches table. This change fixes the bug so that +the UI accepts watches that are configured with index actions without a defined index name {kibana-pull}74684[#74684] +* Fixes a bug in the index template wizard, which resulted in the UI crashing when the user tries to save an index template without visiting the "Mappings" step first {kibana-pull}75511[#75511] +* Fixes an issue in the mappings editor when trying to clear the "Field type" select dropdown {kibana-pull}76263[#76263] +* Fixes an issue in Snapshot and Restore UI where creating a policy, repository or snapshot with a special character, +like a colon, in the name would result in a 404 when viewing details or editing any of the aforementioned {kibana-pull}76278[#76278] +Maps:: +* Fixes TMS not loaded in legacy maps {kibana-pull}73570[#73570] +* Fixes drawing shapes {kibana-pull}74689[#74689] +* Fixes layer sorting issue with hidden layers at map load {kibana-pull}76007[#76007] +Monitoring:: +* Fixes bug where kibana crashes with collection disabled {kibana-pull}75335[#75335] +* Swallows errors in opt-in remote notification from the server {kibana-pull}75641[#75641] +Operations:: +* Adds map configurations to docker list {kibana-pull}75035[#75035] +* Fixes bug in keystore read process where it was trying to read the path.data directory instead of the keystore file {kibana-pull}75659[#75659] +Security:: +* Improves login selector UI to display more detailed error messages {kibana-pull}75642[#75642] +Uptime:: +* Fixes alerting false positives {kibana-pull}75577[#75577] [[release-notes-7.9.0]] == {kib} 7.9.0 From 6997f1fb2e748168415ff27d0bd55d59e13a340c Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Wed, 2 Sep 2020 13:53:14 -0500 Subject: [PATCH 3/6] Review comments --- docs/CHANGELOG.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index d173745106d10..aa87dd2cfb51c 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -49,8 +49,6 @@ See also <>. [float] [[bug-v7.9.1]] === Bug fixes -Alerting:: -* Fixes alerts unable to create / update when the name has trailing whitepaces {kibana-pull}76079[#76079] APM:: * Pluralizes for occurrences vs occurrence {kibana-pull}74564[#74564] * User can't navigate back home using browser nav when clicking link {kibana-pull}75755[#75755] @@ -69,6 +67,7 @@ Machine Learning:: * Adds date picker back onto index based data visualizer page {kibana-pull}75658[#75658] * Adds authorization header to DFA job update request {kibana-pull}75899[#75899] * Removes encoding for scheduled events labels {kibana-pull}75973[#75973] +* Anomaly Explorer / Single Metric Viewer: Fix error reporting for annotations {kibana-pull}74953[#74953] Management:: * The watch API considers an index action without a defined index name to be valid, but the Watcher UI didn't validate accordingly. This resulted in a bug manifested as the UI rejecting attempts to create From 8bc87ad190ab2d303eb571c043cd12392b47181e Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Wed, 2 Sep 2020 13:51:35 -0500 Subject: [PATCH 4/6] Update docs/CHANGELOG.asciidoc Co-authored-by: Lisa Cawley --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index aa87dd2cfb51c..2a9d93ffc132a 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -65,7 +65,7 @@ Lens and visualizations:: Machine Learning:: * Fixes file import button on basic license {kibana-pull}75458[#75458] * Adds date picker back onto index based data visualizer page {kibana-pull}75658[#75658] -* Adds authorization header to DFA job update request {kibana-pull}75899[#75899] +* Adds authorization header to data frame analytics job update request {kibana-pull}75899[#75899] * Removes encoding for scheduled events labels {kibana-pull}75973[#75973] * Anomaly Explorer / Single Metric Viewer: Fix error reporting for annotations {kibana-pull}74953[#74953] Management:: From dd507feeb6be7b4cfbec4ff09623738f903a2ed0 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Wed, 2 Sep 2020 13:51:46 -0500 Subject: [PATCH 5/6] Update docs/CHANGELOG.asciidoc Co-authored-by: Lisa Cawley --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 2a9d93ffc132a..29d2c3e7bc6c3 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -83,7 +83,7 @@ Maps:: * Fixes drawing shapes {kibana-pull}74689[#74689] * Fixes layer sorting issue with hidden layers at map load {kibana-pull}76007[#76007] Monitoring:: -* Fixes bug where kibana crashes with collection disabled {kibana-pull}75335[#75335] +* Fixes bug where Kibana crashes with collection disabled {kibana-pull}75335[#75335] * Swallows errors in opt-in remote notification from the server {kibana-pull}75641[#75641] Operations:: * Adds map configurations to docker list {kibana-pull}75035[#75035] From 78d5cddc8d667d28710b823b17e8c580ae98f13f Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Thu, 3 Sep 2020 07:52:20 -0500 Subject: [PATCH 6/6] Review comment --- docs/CHANGELOG.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 29d2c3e7bc6c3..1cd598a796afb 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -76,8 +76,6 @@ this way via Console with "Config error" states in the watches table. This chang the UI accepts watches that are configured with index actions without a defined index name {kibana-pull}74684[#74684] * Fixes a bug in the index template wizard, which resulted in the UI crashing when the user tries to save an index template without visiting the "Mappings" step first {kibana-pull}75511[#75511] * Fixes an issue in the mappings editor when trying to clear the "Field type" select dropdown {kibana-pull}76263[#76263] -* Fixes an issue in Snapshot and Restore UI where creating a policy, repository or snapshot with a special character, -like a colon, in the name would result in a 404 when viewing details or editing any of the aforementioned {kibana-pull}76278[#76278] Maps:: * Fixes TMS not loaded in legacy maps {kibana-pull}73570[#73570] * Fixes drawing shapes {kibana-pull}74689[#74689]