update changelog for 0.17.0 (#992)

* update changelog for 0.17.0

* Update CHANGELOG.adoc

Co-authored-by: Navid Shaikh <nshaikh@redhat.com>

* Update CHANGELOG.adoc

Co-authored-by: Navid Shaikh <nshaikh@redhat.com>

* Update CHANGELOG.adoc

Co-authored-by: Navid Shaikh <nshaikh@redhat.com>

Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
This commit is contained in:
Roland Huß 2020-08-26 10:32:06 +02:00 committed by GitHub
parent 5ed353d36b
commit 8fcd25c36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 69 additions and 26 deletions

View File

@ -12,51 +12,94 @@
| https://github.com/knative/client/pull/[#]
////
## Unreleased
## v0.17.0 (2020-08-26)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🐣
| Separate PodSpecFlags from Service ConfigurationEditFlags
| https://github.com/knative/client/pull/943[#943]
| ✨
| `kn source list` output now has client custom GVK set as `{Group: client.knative.dev, Version: v1alpha1, Kind: SourceList}`
| https://github.com/knative/client/pull/980[#980]
| 🐛
| Fix client side volume name generation
| https://github.com/knative/client/pull/975[#975]
| 🐣
| Allow the kn test image to be customized via environment variable
| https://github.com/knative/client/pull/957[#957]
| Build test images for e2e tests, add `.ko.yaml` specifying base image
| https://github.com/knative/client/pull/974[#974]
| 🎁
| Add support to combine service create --filename with other options
| https://github.com/knative/client/pull/937[#937]
| 🎁
| Fix Missing NAMESPACE column header for 'kn source list -A'
| https://github.com/knative/client/pull/951[#951]
| Add mock test client for dynamic client
| https://github.com/knative/client/pull/972[#972]
| 🐛
| Fix exit code for `kn service delete` and `kn revision delete` failures
| https://github.com/knative/client/pull/971[#971]
| 🎁
| Add mock test client for dynamic client
| https://github.com/knative/client/pull/972[#972]
| Manage Knative Eventing channels
| https://github.com/knative/client/pull/967[#967]
| 🐣
| Build test images for e2e tests, add .ko.yaml specifying base image
| https://github.com/knative/client/pull/974[#974]
| 🐛
| Fix client side volume name generation
| https://github.com/knative/client/pull/975[#975]
| ✨
| `kn source list` output now has client custom GVK set as `{Group: client.knative.dev, Version: v1alpha1, Kind: SourceList}`
| https://github.com/knative/client/pull/980[#980]
| Allow the kn test image to be customized via environment variable
| https://github.com/knative/client/pull/957[#957]
| 🎁
| Manage knative eventing channels
| https://github.com/knative/client/pull/967[#967]
| Fix Missing `NAMESPACE` column header for `kn source list -A`
| https://github.com/knative/client/pull/951[#951]
| 🐣
| List in-built source if CRD access is restricted
| https://github.com/knative/client/pull/948[#948]
| 🐣
| Separate PodSpecFlags from Service ConfigurationEditFlags
| https://github.com/knative/client/pull/943[#943]
| 🎁
| Add support to combine `kn service create --filename` with other options
| https://github.com/knative/client/pull/937[#937]
| 🎁
| Add support for internal plugins
| https://github.com/knative/client/pull/902[#902]
|===
## v0.16.1 (2020-08-25)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| ✨
| `kn source list` output now has client custom GVK set as `{Group: client.knative.dev, Version: v1alpha1, Kind: SourceList}` (backport)
| https://github.com/knative/client/pull/980[#980]
| 🐛
| Fix client side volume name generation (backport)
| https://github.com/knative/client/pull/975[#975]
| 🐛
| Fix exit code for `kn service delete` and `kn revision delete` failures (backport)
| https://github.com/knative/client/pull/971[#971]
| 🐛
| fix(tekton e2e): Refer tasks from new tekton catalog task structure (backport)
| https://github.com/knative/client/pull/966[#966]
| 🐛
| Fix missing NAMESPACE column header for 'kn source list -A' (backport)
| https://github.com/knative/client/pull/951[#951]
| 🐛
| fix(kn source list): list inbuilt sources if crd access is restricted (backport)
| https://github.com/knative/client/pull/948[#948]
| 🎁
| Add support for internal plugins (backport)
| https://github.com/knative/client/pull/902[#902]
|===
## v0.16.0 (2020-07-14)