From 8ac7a827ba2e7a1ebb58eaee24acf89c9eb2a157 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Tue, 8 Mar 2022 12:05:06 +0100 Subject: [PATCH] Update changelog for 1.3 release (#1619) --- CHANGELOG.adoc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 9cefdafbd..a6c7501ea 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -11,6 +11,32 @@ | | https://github.com/knative/client/pull/[#] //// +## v1.3.0 (2022-03-08) +[cols="1,10,3", options="header", width="100%"] +|=== +| | Description | PR + +| 🐛 +| Fix traffic split auto redirection to only consider the active revisions +| https://github.com/knative/client/pull/1617[#1617] + +| 🐛 +| Fix missing Azure auth provider +| https://github.com/knative/client/pull/1616[#1616] + +| 🐛 +| Remove hardcoded kn for usage and error +| https://github.com/knative/client/pull/1598[#1603] + +| 🐛 +| Fix display version of Serving & Eventing +| https://github.com/knative/client/pull/1601[#1601] + +| 🎁 +| Add Knative Eventtype support +| https://github.com/knative/client/pull/1598[#1598] + +|=== ## v1.2.0 (2022-01-25) [cols="1,10,3", options="header", width="100%"]