From 4760e52704ee4c2a99b1eeaf3727dbee13d589f5 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Tue, 21 Sep 2021 13:54:37 +0200 Subject: [PATCH] Update changelog for 0.26 release (#1456) --- CHANGELOG.adoc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 962c2da9d..9e6eb5271 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -11,16 +11,26 @@ | | https://github.com/knative/client/pull/[#] //// - -## v0.25.0 (2021-08-10) +## v0.26.0 (2021-09-21) [cols="1,10,3", options="header", width="100%"] |=== | | Description | PR +| ✨ +| Remove `DeprecatedImageDigest` field +| https://github.com/knative/client/pull/1454[#1454] + | ✨ | Reuse conflict retry loop from client-go/util/retry | https://github.com/knative/client/pull/1441[#1441] +|=== + +## v0.25.0 (2021-08-10) +[cols="1,10,3", options="header", width="100%"] +|=== +| | Description | PR + | ✨ | Deprecate `lookup-path` as path lookup will always be enabled in the future | https://github.com/knative/client/pull/1422[#1422]