Skip to content

Commit

Permalink
updating summary and release notes for v15.0.1 (#11852)
Browse files Browse the repository at this point in the history
* updating summary and release notes for v15.0.1

Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>

* fixing typos

Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>

Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
  • Loading branch information
rsajwani authored Nov 30, 2022
1 parent dd49816 commit e9baa1c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions doc/releasenotes/15_0_1_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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'
```
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)
Expand Down
10 changes: 9 additions & 1 deletion doc/releasenotes/15_0_1_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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 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'
```
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).

0 comments on commit e9baa1c

Please sign in to comment.