Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for v0.13.2 #804

Merged
merged 1 commit into from
Apr 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 22 additions & 6 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,32 @@
|===
| | Description | PR

| 🎁
| Add `-a` flag as an alias for `--annotation`
| https://github.com/knative/client/pull/782[#782]

|===

## v0.13.2 (2020-04-15)

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

| 🐛
| Make wait, no-wait and async flags per bool var CLI convention
| https://github.com/knative/client/pull/802[#802]

| 🐛
| Fix resource listing with -oname flag
| https://github.com/knative/client/pull/775[#775]

| 🐛
| Service describe command shows repetitive revisions
| Fix showing repetitive revisions in service describe
| https://github.com/knative/client/pull/790[#790]

| 🎁
| Add concurrency-utilization option for `service create` and `service update` (`--concurrency-utilization`)
| Add concurrency-utilization option for service `create` and `update`
| https://github.com/knative/client/pull/788[#788]

| 🐣
Expand All @@ -38,10 +58,6 @@
| Correct error message when updating service
| https://github.com/knative/client/pull/778[#778]

| 🎁
| Add `-a` flag as an alias for `--annotation`
| https://github.com/knative/client/pull/782[#782]

|===

## v0.13.1 (2020-03-25)
Expand Down