Skip to content

Latest commit

 

History

History
371 lines (276 loc) · 9.03 KB

CHANGELOG.adoc

File metadata and controls

371 lines (276 loc) · 9.03 KB

Changelog

v0.11.0 (unreleased)

Description PR

🧽

Support multiple NAMEs on kn service delete

#492

v0.10.0 (2019-11-06)

Description PR

🧽

Update Knative serving dependency to 0.10.0

#474

🎁

Add Support for envFrom and volumeMounts

#393

🎁

Human-readable revision describe

#475

🎁

Print ServiceAccount in service describe output

#472

🎁

Add zsh completion

#476

v0.9.0 (2019-10-29)

Description PR

🧽

Update to Knative serving dependency to 0.9.0

#458

🧽

Add revision information to service list

#441

🐛

Remove zsh completion

#439

🎁

Update build.sh -w to add a message when compilation succeeded

#432

🧽

Add more progress information during service create/update

#431

🧽

Change plugins configuration name to use - (dash) instead of camel case

#428

🎁

Add --annotation flag for service create and update

#422

🧽

Restructure documentation

#421

🧽

Refine route list output

#407

🎁

Add --service-account flag

#401

🐛

Add enviroment variables in alphabetical order for service create/update

#389

🐛

Retain the request body when logging HTTP

#378

🧽

Adds support for building cross platform binaries

#371

🧽

Update version command shows supported Serving and API versions

#370

🐛

Add portable plugin executable check for Windows

#367

🎁

Print NAMESPACE column as the first column when --all-namespaces is specified

#366

🎁

Add support for -A variant for --all-namespaces

#356

🎁

Wrap help messages to terminal size

#351

🧽

Change bool flags to the paired --foo and --no-foo format

#346

🎁

Support traffic splitting and tagging targets

#345

🐛

Only test in watch mode if passed test flag

#343

🎁

Add Service and Revision labels

#342

🎁

Add creator annotation on create --force

#341

🎁

List revisions sorted by configuration generation

#332

🎁

Add documentation for traffic splitting and tagging targets

#331

🐛

kn service list lists services sorted by alphabetical order

#330

🎁

Add --log-http option

#326

🐛

Report an error if no flag(s) set in service update

#318

🧽

Improve create service error message

#312

🎁

Introduce test mock library for KnServingClient library call

#306

🐛

Fix error when no current namespace is set

#305

🎁

Add E2E tests for Service, Revision, Route

#291

🎁

Add --revision-name flag

#282

🐛

Validate scale and container concurrency options when updating configuration resource

#279

🎁

Wait for service to become ready with kn service update (same behaviour as for kn service create)

#271

🎁

Add --no-headers flag for list commands

#262

🎁

kn service describe

#252

🎁

Add plugin support similar to kubectl plugins.

#249

🐛

Better error handling when providing wrong kubeconfig option

#222

v0.2.0 (2019-07-10)

Description PR

🐛

Show URL instead of address when listing services

#247

🎁

Add kn service list <svc-name> and kn revision list <rev-name>

#150

🐛

Dynamically set GroupVersionKind via schema lookup

#134

🧽

Introduce a KnClient interface

#134

🐛

Retry update operation on an optimistic lock failure

#240

🎁

Add kn route list

#202

🧽

Improved error message when no command is given

#218

🎁

Add gotest.tools testing support

#218

🎁

Add second test run against latest released Knative serving version

#170

🎁️

Add --port to kn service create and kn service update

#191

🎁

Add kn revision delete

#207

🎁

Add goimport to build.sh

#186

🧽

Wait for service to become ready with kn service create

#156

🎁

Add shell based smoke tests

#183

🧽

Use current namespace from .kube/config as default

#172

🧽

Add --force to kn service create for replacing existing service

#79

🧽

Add kn revision list --service <srv>

#194

🧽

Add success message to kn service update

#169

🎁

Add mandatory license check to build.sh

#187

🎁

Add Golang based E2E tests

#121

🧽

Rename kn revision get to kn revision list

#180

🧽

Rename kn service get to kn service list

#179

🧽

Refactoring to use sub-packages

#66

🎁

Add --test, --fast, --update to build.sh

#149

🧽️

Update to Knative serving 0.6.0

#129

🎁

Add Zsh completion

#132

🎁

Add autoscale & concurrency options for service create and service update (--min-scale, --max-scale, --concurrency-limit, --concurrency-target)

#157

🎁

Add --watch for build.sh to enter a compile-watch loop

#160

v0.1.0 (2019-05-17)

Description PR

🎁

Add --force for service create

#79

🐛

Fix info messages after service create and service delete

#95

🎁

Add revision get

#97

🎁

Add service get

#90


Legend : 🎁 Feature - 🐛 Fix - 🧽 Update - 🗑️ Remove