Skip to content

Releases: knative-extensions/kn-plugin-quickstart

Knative Kn Plugin Quickstart release v1.3.3

12 Apr 09:17
b9fc5fb
Compare
Choose a tag to compare

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.

Updates in this release:

  • Adds a step to check if kubectl is installed on the user's system.

Knative Kn Plugin Quickstart release v1.3.2

05 Apr 09:17
6424866
Compare
Choose a tag to compare

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.

Updates in this release:

  • Quickstart will use system values for memory and cpus if specified in minikube config. If not specified, will default to 3GB / 3 cpus

Knative Kn Plugin Quickstart release v1.3.1

14 Mar 15:51
3ca6b55
Compare
Choose a tag to compare

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.

Updates in this release:

  • Updates Knative version to 1.3
  • Updates Kubernetes to v1.23 and recommended Minikube to v1.25
  • Go version updated to 1.16
  • Now the cluster name flag does not show a duplicated default message
  • Users can specify the Kubernetes version via a command line argument, for example --kubernetes-version 1.23.2.
  • With kn quickstart kind --kubernetes-version kindest/node:v1.23.0 a different Kubernetes version can be used.

Knative Kn Plugin Quickstart release v1.3.0

09 Mar 00:39
c9d4947
Compare
Choose a tag to compare

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.

Updates in this release:

  • Updates Knative version to 1.3
  • Updates Kubernetes to v1.23 and recommended Minikube to v1.25
  • Go version updated to 1.16
  • Now the cluster name flag does not show a duplicated default message
  • Users can specify the Kubernetes version via a command line argument, for example --kubernetes-version 1.23.2.
  • With 'kn quickstart kind --kubernetes-version kindest/node:v1.23.0' a different Kubernetes version can be used.

Knative Kn Plugin Quickstart release v1.2.0

26 Jan 14:13
8ec0ac6
Compare
Choose a tag to compare

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.

Updates in this release:

  • Updates Knative version to 1.2

Knative Kn Plugin Quickstart release v1.1.1

11 Jan 09:08
1361191
Compare
Choose a tag to compare

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.

Updates in this release:

  • Updates Knative version to 1.1

Knative Kn Plugin Quickstart release v1.1.0

14 Dec 15:57
b3fcecb
Compare
Choose a tag to compare

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.

Updates in this release:

  • Use sslip.io for domain
  • Set cluster name using the --name command line flag
  • Updates Kubernetes version to 1.22.4

Knative Kn Plugin Quickstart release v1.0.1

23 Nov 09:08
73f4d8c
Compare
Choose a tag to compare

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.

Updates in this release:

  • Pauses for Windows/Mac users to set up Minikube tunnel before proceeding with the Knative installation
  • Adds native support for Apple's ARM64 chips

Knative Kn Plugin Quickstart release v1.0.0

02 Nov 19:56
d5312b5
Compare
Choose a tag to compare

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.

Updates in this release:

  • Adds a check to see if docker is running before trying to start quickstart on kind
  • Updates the plugin to use a minimum kind version, rather than a specific one (i.e. version >= 0.11 vs. version == 0.11)
  • Users will see the cluster creation info from kind/minikube while quickstart is running
  • Removes a bug where some users may have had multiple tunnels launched when using minikube
  • Move to a manual minikube tunnel for Windows/Mac users
  • Update to kubernetes v1.22.2 for kind and minikube

Knative Kn Plugin Quickstart release v0.5.0

01 Oct 20:37
4ad2ae6
Compare
Choose a tag to compare

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.

Updates in this release:

  • Fixes bug where version info was not properly displayed by the plugin