Skip to content

Knative Client release v1.2.0

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 26 Jan 03:25
5030b5d

Meta

The compile dependencies have been updated to Knative Serving v1.2.0, Knative Eventing v1.2.0 (Go module versions are v0.29.0).

Improved Bash and Zsh completion

The support for Bash and Zsh completion on kn commands has been greatly improved. It now supports completion on options and on context dependant data like service names.

Just add source <$(kn completion bash) or source <$(kn completion zsh) to your bash or zsh init script, respectively (it does not work when called interactively from the shell).

You will then automatically benefit from TAB-completions like in:

Released plugins

The kn-plugin-event plugin is now included since this release.

The plugins that are released in parallel and aligned with Knative v1.1.0 are:

All those plugins are released separately and are technically not part of this knative/client release, they are aligned however to share the same Knative dependencies and can be targeted for inlining.


You can find the complete list of changes in the CHANGELOG.