diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6a5df9d492..0a0f537041 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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 +| ✨ +| `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] + | 🐣 -| Separate PodSpecFlags from Service ConfigurationEditFlags -| https://github.com/knative/client/pull/943[#943] +| Build test images for e2e tests, add `.ko.yaml` specifying base image +| https://github.com/knative/client/pull/974[#974] + +| 🎁 +| 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] + +| 🎁 +| Manage Knative Eventing channels +| https://github.com/knative/client/pull/967[#967] | 🐣 | Allow the kn test image to be customized via environment variable | https://github.com/knative/client/pull/957[#957] | 🎁 -| Add support to combine service create --filename with other options +| 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] | 🎁 -| Fix Missing NAMESPACE column header for 'kn source list -A' -| https://github.com/knative/client/pull/951[#951] +| Add support for internal plugins +| https://github.com/knative/client/pull/902[#902] +|=== -| 🐛 -| Fix exit code for `kn service delete` and `kn revision delete` failures -| https://github.com/knative/client/pull/971[#971] +## v0.16.1 (2020-08-25) -| 🎁 -| Add mock test client for dynamic client -| https://github.com/knative/client/pull/972[#972] +[cols="1,10,3", options="header", width="100%"] +|=== +| | Description | PR -| 🐣 -| Build test images for e2e tests, add .ko.yaml specifying base image -| https://github.com/knative/client/pull/974[#974] +| ✨ +| `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 +| Fix client side volume name generation (backport) | 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] +| 🐛 +| 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] | 🎁 -| Manage knative eventing channels -| https://github.com/knative/client/pull/967[#967] +| Add support for internal plugins (backport) +| https://github.com/knative/client/pull/902[#902] |=== ## v0.16.0 (2020-07-14)