Update changelog for 0.26 release (#1456)

This commit is contained in:
David Simansky 2021-09-21 13:54:37 +02:00 committed by GitHub
parent 99c70da090
commit 4760e52704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -11,16 +11,26 @@
| |
| https://github.com/knative/client/pull/[#] | https://github.com/knative/client/pull/[#]
//// ////
## v0.26.0 (2021-09-21)
## v0.25.0 (2021-08-10)
[cols="1,10,3", options="header", width="100%"] [cols="1,10,3", options="header", width="100%"]
|=== |===
| | Description | PR | | Description | PR
| ✨
| Remove `DeprecatedImageDigest` field
| https://github.com/knative/client/pull/1454[#1454]
| ✨ | ✨
| Reuse conflict retry loop from client-go/util/retry | Reuse conflict retry loop from client-go/util/retry
| https://github.com/knative/client/pull/1441[#1441] | 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 | Deprecate `lookup-path` as path lookup will always be enabled in the future
| https://github.com/knative/client/pull/1422[#1422] | https://github.com/knative/client/pull/1422[#1422]