Skip to content

Releases: knative-extensions/kn-plugin-quickstart

Knative Kn Plugin Quickstart release v1.6.0

13 Jul 14:03
265cd0f
Compare
Choose a tag to compare

Changes by Kind

Uncategorized

  • Linux users will need to manually create a tunnel for minikube. This should eliminate some common networking bugs and is already being done for Mac and Windows users. (#300, @psschwei)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/v2: v2.8.0 → v2.10.1
  • go.uber.org/multierr: v1.6.0 → v1.8.0
  • go.uber.org/zap: v1.19.1 → v1.21.0
  • gopkg.in/yaml.v3: 496545a → v3.0.1
  • k8s.io/api: v0.23.5 → v0.23.8
  • k8s.io/apiextensions-apiserver: v0.23.4 → v0.23.8
  • k8s.io/apimachinery: v0.23.5 → v0.23.8
  • k8s.io/client-go: v0.23.5 → v0.23.8
  • k8s.io/code-generator: v0.23.5 → v0.23.8
  • knative.dev/client: v0.32.0 → v0.33.0
  • knative.dev/eventing: v0.32.0 → v0.33.0
  • knative.dev/hack: 12d3e2a → 65c463a
  • knative.dev/networking: 22d1b93 → f087178
  • knative.dev/pkg: 19adf79 → e60d250
  • knative.dev/serving: v0.32.0 → v0.33.0

Removed

Nothing has changed.

Knative Kn Plugin Quickstart release v1.5.1

14 Jun 09:41
e9a3897
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.

Changes by Kind

Uncategorized

  • Linux users will need to manually create a tunnel for minikube. This should eliminate some common networking bugs and is already being done for Mac and Windows users. (#300, @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

Knative Kn Plugin Quickstart release v1.5.0

31 May 20:29
a30fe81
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.

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

Knative Kn Plugin Quickstart release v1.4.0

20 Apr 01:48
b25c8fb
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.4
  • Upgrade Go to 1.17

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