From be8f246b79c5ebb626fb703203b82917f72fcd2f Mon Sep 17 00:00:00 2001 From: David Simansky Date: Mon, 17 May 2021 23:26:24 +0200 Subject: [PATCH] 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 --- CHANGELOG.adoc | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 3319ceb75..4035bd5b5 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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)