Meta
The compile dependencies have been updated to Knative Serving 0.26.0, Knative Eventing 0.26.0.
Environment variables from file
There's a new flag --env-file
that accepts provided file to populate environment variables. It simplify and shorten the resulting command for multiple environment variables entries at once. Accepted format of the file is KEY=VALUE
pair per line.
Released plugins
The kn-plugin-source-kamelet
plugin is now included since this release.
The plugins that are released in parallel and aligned with Knative 0.26 are:
- kn-plugin-admin for managing Knative installations that are running on Kubernetes | download
- kn-plugin-source-kafka for managing a Kafka Source that has been installed via eventing-kafka on the backend | download
- kn-plugin-source-kamelet for managing Kamelet Sources that has been installed via Camel-K on the backend | download
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.