From 78e700b5d99bb8163e030794fe403eac0869712f Mon Sep 17 00:00:00 2001 From: Rameez Sajwani Date: Tue, 29 Nov 2022 18:11:03 -0800 Subject: [PATCH 1/2] updating summary and release notes for v15.0.1 Signed-off-by: Rameez Sajwani --- doc/releasenotes/15_0_1_release_notes.md | 10 ++++++++++ doc/releasenotes/15_0_1_summary.md | 10 +++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/releasenotes/15_0_1_release_notes.md b/doc/releasenotes/15_0_1_release_notes.md index 8435c142363..365db29b738 100644 --- a/doc/releasenotes/15_0_1_release_notes.md +++ b/doc/releasenotes/15_0_1_release_notes.md @@ -5,7 +5,17 @@ An issue in versions `<= v14.0.3` and `<= v15.0.0` that generated corrupted results for non-full-group-by queries with a JOIN is now fixed. The full issue can be found [here](https://github.com/vitessio/vitess/issues/11625), and its fix [here](https://github.com/vitessio/vitess/pull/11633). + +### VtAdmin web folder is missing while installing Vitess with local method + +When we try to install Vitess with local method (https://vitess.io/docs/15.0/get-started/local/#install-vitess) for release 15.0, we are getting following error +``` +npm ERR! enoent ENOENT: no such file or directory, open '/home/web/vtadmin/package.json' +``` +This issue is fixed in 15.0.1. The full issue can be found [here](https://github.com/vitessio/vitess/issues/11679), and its fix [here](https://github.com/vitessio/vitess/pull/11683). + ------------ + The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/doc/releasenotes/15_0_1_changelog.md). The release includes 25 commits (excluding merges) diff --git a/doc/releasenotes/15_0_1_summary.md b/doc/releasenotes/15_0_1_summary.md index 972a00c8bfb..74d405fc5e7 100644 --- a/doc/releasenotes/15_0_1_summary.md +++ b/doc/releasenotes/15_0_1_summary.md @@ -3,4 +3,12 @@ ### Corrupted results for non-full-group-by queries with JOINs An issue in versions `<= v14.0.3` and `<= v15.0.0` that generated corrupted results for non-full-group-by queries with a JOIN -is now fixed. The full issue can be found [here](https://github.com/vitessio/vitess/issues/11625), and its fix [here](https://github.com/vitessio/vitess/pull/11633). \ No newline at end of file +is now fixed. The full issue can be found [here](https://github.com/vitessio/vitess/issues/11625), and its fix [here](https://github.com/vitessio/vitess/pull/11633). + +### VtAdmin web folder is missing while installing Vitess with local method + +When we try to install Vitess with local method (https://vitess.io/docs/15.0/get-started/local/#install-vitess) for release 15.0, we are getting following error +``` +npm ERR! enoent ENOENT: no such file or directory, open '/home/web/vtadmin/package.json' +``` +This issue is fixed in 15.0.1. The full issue can be found [here](https://github.com/vitessio/vitess/issues/11679), and its fix [here](https://github.com/vitessio/vitess/pull/11683). \ No newline at end of file From 38de46e6310c6ea2227400301a1d6a3089ae0b02 Mon Sep 17 00:00:00 2001 From: Rameez Sajwani Date: Tue, 29 Nov 2022 23:33:41 -0800 Subject: [PATCH 2/2] fixing typos Signed-off-by: Rameez Sajwani --- doc/releasenotes/15_0_1_release_notes.md | 2 +- doc/releasenotes/15_0_1_summary.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releasenotes/15_0_1_release_notes.md b/doc/releasenotes/15_0_1_release_notes.md index 365db29b738..caeba725787 100644 --- a/doc/releasenotes/15_0_1_release_notes.md +++ b/doc/releasenotes/15_0_1_release_notes.md @@ -8,7 +8,7 @@ is now fixed. The full issue can be found [here](https://github.com/vitessio/vit ### VtAdmin web folder is missing while installing Vitess with local method -When we try to install Vitess with local method (https://vitess.io/docs/15.0/get-started/local/#install-vitess) for release 15.0, we are getting following error +When we try to install Vitess locally (https://vitess.io/docs/15.0/get-started/local/#install-vitess) on `v15.0`, we are getting the following error ``` npm ERR! enoent ENOENT: no such file or directory, open '/home/web/vtadmin/package.json' ``` diff --git a/doc/releasenotes/15_0_1_summary.md b/doc/releasenotes/15_0_1_summary.md index 74d405fc5e7..66a5763180f 100644 --- a/doc/releasenotes/15_0_1_summary.md +++ b/doc/releasenotes/15_0_1_summary.md @@ -7,7 +7,7 @@ is now fixed. The full issue can be found [here](https://github.com/vitessio/vit ### VtAdmin web folder is missing while installing Vitess with local method -When we try to install Vitess with local method (https://vitess.io/docs/15.0/get-started/local/#install-vitess) for release 15.0, we are getting following error +When we try to install Vitess locally (https://vitess.io/docs/15.0/get-started/local/#install-vitess) on `v15.0`, we are getting the following error ``` npm ERR! enoent ENOENT: no such file or directory, open '/home/web/vtadmin/package.json' ```