Carry CHANGELOG of v0.15.2 release to master (#897)

This commit is contained in:
Navid Shaikh 2020-06-19 19:55:25 +05:30 committed by GitHub
parent 887d367861
commit f82b323a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 4 deletions

View File

@ -12,17 +12,34 @@
| https://github.com/knative/client/pull/[#]
////
## Unreleased
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🎁
| Group commands in usage output with `kn --help`
| https://github.com/knative/client/pull/887[#887]
|===
## v0.15.2 (2020-06-16)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🐛
| Return error message from using `--untag` with nonexistent tag
| Fix build.sh for macOS users
| https://github.com/knative/client/pull/883[#883]
| 🐛
| Return error message when using --untag with nonexistent tag
| https://github.com/knative/client/pull/880[#880]
| 🎁
| Group commands in usage output with `kn --help`
| https://github.com/knative/client/pull/887[#887]
|
| Update go.mod to specify the module is go1.14
| https://github.com/knative/client/pull/866[#866]
|===
## v0.15.1 (2020-06-03)