Skip to content

Knative Kn Plugin Quickstart release v1.5.0

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 31 May 20:29
· 1 commit to release-1.5 since this release
a30fe81

This plugin allows users to quickly set up a local Knative cluster running on Kind using the kn client.

For details on installing and using the plugin, see the README.

Changes by Kind

Uncategorized

  • Adds command line flags to let users specify which Knative component(s) they want to install. For example, kn quickstart kind --install-serving would create a Kind quickstart cluster with only Knative Serving installed. No flag is required, and kn quickstart minikube would install both Serving and Eventing, as is currently done. (#279, @psschwei)

Dependencies

Added

Nothing has changed.

Changed

  • knative.dev/client: v0.31.0 → v0.32.0
  • knative.dev/eventing: v0.31.0 → v0.32.0
  • knative.dev/hack: 6ffd841 → 12d3e2a
  • knative.dev/networking: 1145ec5 → 22d1b93
  • knative.dev/pkg: e325df6 → 19adf79
  • knative.dev/serving: v0.31.0 → v0.32.0

Removed

  • go.uber.org/goleak: v1.1.12