Update changelog for 1.0 release (#1504)

* Update changelog for 1.0 release

* Add missing PR link
This commit is contained in:
David Simansky 2021-11-02 16:39:24 +01:00 committed by GitHub
parent d0c13a2f4d
commit 3d43c13e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 1 deletions

View File

@ -12,11 +12,27 @@
| https://github.com/knative/client/pull/[#]
////
## v1.0.0
## v1.0.0 (2021-11-02)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| ✨
| Remove deprecated flags `--lookup-path`
| https://github.com/knative/client/pull/1506[#1506]
| ✨
| Rename `--extra-containers` to `--containers`
| https://github.com/knative/client/pull/1499[#1499]
| ✨
| Remove deprecated flags `--min-scale` and `--max-scale`
| https://github.com/knative/client/pull/1498[#1498]
| ✨
| Remove deprecated flags `--limits-cpu` and `--limits-memory`
| https://github.com/knative/client/pull/1498[#1498]
| ✨
| Add more explanation to missing API error message
| https://github.com/knative/client/pull/1497[#1497]
@ -29,6 +45,18 @@
| Deprecate `--autoscale-window` in favor of `--scale-window`
| https://github.com/knative/client/pull/1489[#1489]
| 🎁
| Calculate traffic split when N-1 revisions are specified
| https://github.com/knative/client/pull/1483[#1483]
| 🐛
| Fix `domain describe` reference to show correct kind
| https://github.com/knative/client/pull/1477[#1477]
| 🎁
| Create a default config file if it doesn't exist
| https://github.com/knative/client/pull/1472[#1472]
|===
## v0.26.0 (2021-09-22)