Skip to content

Commit

Permalink
Update CHANGELOG.adoc for version 0.18.0 (#1050)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.adoc for version 0.18.0

* Update CHANGELOG.adoc

Co-authored-by: David Simansky <[email protected]>

Co-authored-by: David Simansky <[email protected]>
  • Loading branch information
rhuss and dsimansk authored Oct 7, 2020
1 parent 2593e73 commit b13cd70
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,48 @@
// the empty line separators.

////
| 🎁🐛🐣🗑️
| 🎁🐛🐣🗑️
|
| https://github.com/knative/client/pull/[#]
////

## Unreleased
## v0.18.0 (2020-10-07)

[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR

| 🎁
| Add subscription CRUD
| https://github.com/knative/client/pull/1013[#1013]

| 🐛
| Fix service export example documentation
| https://github.com/knative/client/pull/1006[#1006]

| 🎁
| Add support for service initialScale via `--scale-init` flag
| https://github.com/knative/client/pull/990[#990]
| Add aliases for commands (plural forms, `ksvc`, `ls`)
| https://github.com/knative/client/pull/1041[#1041]

| 🎁
| Add "--annotation-service" and "--annotation-revision" to kn service create/update
| Add `--annotation-service` and `--annotation-revision` to `kn service create/update`
| https://github.com/knative/client/pull/1029[#1029]

| 🎁
| Add alias to commands
| https://github.com/knative/client/pull/1041[#1041]
| Add `channel list-types` command
| https://github.com/knative/client/pull/1027[#1027]

| ✨
| Update Knative Serving and Eventing dependencies to 0.18
| https://github.com/knative/client/pull/1025[#1025]

| 🐛
| Fix autoscaling annotations in service metadata
| https://github.com/knative/client/pull/1021[#1021]

| 🎁
| Add channel list-types
| https://github.com/knative/client/pull/1027[#1027]
| Add `kn subscription` command
| https://github.com/knative/client/pull/1013[#1013]

| 🐛
| Fix `kn service export` example documentation
| https://github.com/knative/client/pull/1006[#1006]

| 🎁
| Add support for service's initial scale via the `--scale-init` flag
| https://github.com/knative/client/pull/990[#990]
|===

## v0.17.1 (2020-10-07)
Expand All @@ -51,15 +58,15 @@
| | Description | PR

| 🐛
| Added back functionality to deprecated max-scale/min-scale
| Added back functionality to deprecated `--max-scale` and `--min-scale`
| https://github.com/knative/client/pull/1010[#1010]

| 🎁
| Add subscription CRUD
| Add `kn subscription` commands
| https://github.com/knative/client/pull/1013[#1013]

| 🐛
| Fix channel create example with inbuilt alias for imcv1beta1
| Fix channel create example with inbuilt alias for `imcv1beta1`
| https://github.com/knative/client/pull/1005[#1005]

|===
Expand Down

0 comments on commit b13cd70

Please sign in to comment.