mirror of https://github.com/knative/client.git
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:
parent
2f88087e38
commit
be8f246b79
|
|
@ -12,18 +12,50 @@
|
||||||
| https://github.com/knative/client/pull/[#]
|
| https://github.com/knative/client/pull/[#]
|
||||||
////
|
////
|
||||||
|
|
||||||
## (Unreleased)
|
## v0.23.0 (2021-05-18)
|
||||||
[cols="1,10,3", options="header", width="100%"]
|
[cols="1,10,3", options="header", width="100%"]
|
||||||
|===
|
|===
|
||||||
| | Description | PR
|
| | Description | PR
|
||||||
|
|
||||||
| 🐛
|
| 🐛
|
||||||
| Respect `-o` in `list` commands in case if no data present
|
| Fix number of instances *int32 type in describe commands
|
||||||
| https://github.com/knative/client/pull/1276[#1276]
|
| 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
|
| Fix for serviceaccounts "default" not found flaky issue
|
||||||
| https://github.com/knative/client/pull/1306[#1306]
|
| 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)
|
## v0.22.0 (2021-04-06)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue