Releases: knative-extensions/kn-plugin-quickstart
Knative Kn Plugin Quickstart release v1.6.0
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
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
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, andkn 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
Knative Kn Plugin Quickstart release v1.3.3
Knative Kn Plugin Quickstart release v1.3.2
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
andcpus
if specified inminikube config
. If not specified, will default to 3GB / 3 cpus
Knative Kn Plugin Quickstart release v1.3.1
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
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.