Update changelog for release v0.23.0 (#1315)

* Update changelog for release v0.23.0

* Add changelog entry PR#1301

* Fix entries ordering

* Fix PingSource entry
This commit is contained in:
David Simansky 2021-05-17 23:26:24 +02:00 committed by GitHub
parent 2f88087e38
commit be8f246b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 4 deletions

View File

@ -12,18 +12,50 @@
| https://github.com/knative/client/pull/[#]
////
## (Unreleased)
## v0.23.0 (2021-05-18)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🐛
| Respect `-o` in `list` commands in case if no data present
| https://github.com/knative/client/pull/1276[#1276]
| Fix number of instances *int32 type in describe commands
| https://github.com/knative/client/pull/1312[#1312]
| 🐛
| Use fully qualified test images
| https://github.com/knative/client/pull/1307[#1307]
| 🐣
| Fix for serviceaccounts "default" not found flaky issue
| https://github.com/knative/client/pull/1306[#1306]
| ✨
| Refactor waiting loop to use resourceVersion
| https://github.com/knative/client/pull/1301[#1301]
| ✨
| Update Eventing Sources `APIServerSource, ContainerSource, SinkBinding` API to v1
| https://github.com/knative/client/pull/1299[#1299]
| ✨
| Update Eventing Source `PingSource` API to v1beta2
| https://github.com/knative/client/pull/1299[#1299]
| 🐛
| Fix documentation of the configuration options
| https://github.com/knative/client/pull/1297[#1297]
| ✨
| Drop --strict flag on ko
| https://github.com/knative/client/pull/1295[#1295]
| 🎁
| Add number of instances to describe command
| https://github.com/knative/client/pull/1289[#1289]
| 🐛
| Respect `-o` in `list` commands in case if no data present
| https://github.com/knative/client/pull/1276[#1276]
|===
## v0.22.0 (2021-04-06)