chore: Prepare for release 0.22.0 (#1282)

This commit is contained in:
Roland Huß 2021-04-06 21:37:48 +02:00 committed by GitHub
parent 804895fe66
commit 3f1a238124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 28 deletions

View File

@ -12,43 +12,42 @@
| https://github.com/knative/client/pull/[#]
////
## (Unreleased)
## v0.22.0 (2021-04-06)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🎁
| Add `context.Context` parameter to API functions
| https://github.com/knative/client/pull/1274[#1274]
| 🎁
| Add `kn domain` CRUD commands to manage domain mappings
| https://github.com/knative/client/pull/1267[#1267]
| ✨
| Add support for namespaces for all commands that takes a `--sink` option
| https://github.com/knative/client/pull/1264[#1264]
| 🐛
| Fix memory leak on closed watch channel
| https://github.com/knative/client/pull/1263[#1263]
| ✨
| Add support for namespace for all commands that takes a --sink option
| https://github.com/knative/client/pull/1264[#1264]
| 🎁
| Add `--prune` & `--prune-all` options to delete the unreferenced revisions
| https://github.com/knative/client/pull/1217[#1217]
| ✨
| Update CRDs API version to `v1`
| Update `CustomResourceDefinition`'s API version to `v1`
| https://github.com/knative/client/issues/1248[#1248]
| 🐛
| Fix kn export to always honor mode irrespective of revisions flag and have Export as the default mode
| https://github.com/knative/client/pull/1212[#1212]
| 🎁
| Add S column to specify built-in sources in kn source list-types
| Add `S` column to specify built-in sources in `kn source list-types`
| https://github.com/knative/client/pull/1246[#1246]
| 🎁
| Add context.Context parameter to API function
| https://github.com/knative/client/pull/1274[#1274]
| 🎁
| Add `kn domain` commands to manage DomainMapping
| https://github.com/knative/client/pull/1267[#1267]
| Add `--prune` and `--prune-all` options to delete the unreferenced revisions
| https://github.com/knative/client/pull/1217[#1217]
| 🐛
| Fix `kn export` to always honor mode irrespective of revisions flag and have _Export_ as the default mode
| https://github.com/knative/client/pull/1212[#1212]
|===
## v0.21.0 (2021-02-23)

2
go.mod
View File

@ -21,7 +21,7 @@ require (
k8s.io/cli-runtime v0.19.7
k8s.io/client-go v0.19.7
k8s.io/code-generator v0.19.7
knative.dev/eventing v0.21.1-0.20210331231822-8f35d42544e0
knative.dev/eventing v0.22.0
knative.dev/hack v0.0.0-20210325223819-b6ab329907d3
knative.dev/networking v0.0.0-20210331064822-999a7708876c
knative.dev/pkg v0.0.0-20210331065221-952fdd90dbb0

4
go.sum
View File

@ -1254,8 +1254,8 @@ k8s.io/utils v0.0.0-20200729134348-d5654de09c73/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 h1:0T5IaWHO3sJTEmCP6mUlBvMukxPKUQWqiI/YuiBNMiQ=
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/caching v0.0.0-20210331063521-5691bb38d441/go.mod h1:CfW7OVs7gzUXJj0OrIe8YlWEC4Qe0Avnq+5b81/Gw1s=
knative.dev/eventing v0.21.1-0.20210331231822-8f35d42544e0 h1:hTZYXQgaWV3b2BVD7xjr6EMbwGETsnKs/VpgOfVkrZU=
knative.dev/eventing v0.21.1-0.20210331231822-8f35d42544e0/go.mod h1:LOG7bh0eZQkbYANcnORwke6Yy6aUu62o8GeByaOFfRQ=
knative.dev/eventing v0.22.0 h1:esDaddfSmiVhLKDnUCVVunSdNeHklVEz0fsqs3NupuQ=
knative.dev/eventing v0.22.0/go.mod h1:LOG7bh0eZQkbYANcnORwke6Yy6aUu62o8GeByaOFfRQ=
knative.dev/hack v0.0.0-20210325223819-b6ab329907d3 h1:km0Rrh0T9/wA2pivQm1hqSPVwgNgGCHC2WNn3GakZmE=
knative.dev/hack v0.0.0-20210325223819-b6ab329907d3/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack/schema v0.0.0-20210325223819-b6ab329907d3/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=

View File

@ -31,11 +31,11 @@ var GitRevision string
// update this var as we add more deps
var apiVersions = map[string][]string{
"serving": {
"serving.knative.dev/v1 (knative-serving v0.21.0)",
"serving.knative.dev/v1 (knative-serving v0.22.0)",
},
"eventing": {
"sources.knative.dev/v1alpha2 (knative-eventing v0.21.0)",
"eventing.knative.dev/v1beta1 (knative-eventing v0.21.0)",
"sources.knative.dev/v1alpha2 (knative-eventing v0.22.0)",
"eventing.knative.dev/v1beta1 (knative-eventing v0.22.0)",
},
}

2
vendor/modules.txt vendored
View File

@ -771,7 +771,7 @@ k8s.io/kube-openapi/pkg/util/sets
k8s.io/utils/buffer
k8s.io/utils/integer
k8s.io/utils/trace
# knative.dev/eventing v0.21.1-0.20210331231822-8f35d42544e0
# knative.dev/eventing v0.22.0
## explicit
knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/duck