Merge pull request #4146 from RainbowMango/pr_update_releasenotes
Update release notes for v1.6.4, v1.7.1
This commit is contained in:
commit
28d68b4fcd
|
@ -2,24 +2,30 @@
|
|||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [v1.6.3](#v163)
|
||||
- [Downloads for v1.6.3](#downloads-for-v163)
|
||||
- [Changelog since v1.6.2](#changelog-since-v162)
|
||||
- [v1.6.4](#v164)
|
||||
- [Downloads for v1.6.4](#downloads-for-v164)
|
||||
- [Changelog since v1.6.3](#changelog-since-v163)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.6.3](#v163)
|
||||
- [Downloads for v1.6.3](#downloads-for-v163)
|
||||
- [Changelog since v1.6.2](#changelog-since-v162)
|
||||
- [Changes by Kind](#changes-by-kind-1)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Others](#others-1)
|
||||
- [v1.6.2](#v162)
|
||||
- [Downloads for v1.6.2](#downloads-for-v162)
|
||||
- [Changelog since v1.6.1](#changelog-since-v161)
|
||||
- [Changes by Kind](#changes-by-kind-1)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Others](#others-1)
|
||||
- [v1.6.1](#v161)
|
||||
- [Downloads for v1.6.1](#downloads-for-v161)
|
||||
- [Changelog since v1.6.0](#changelog-since-v160)
|
||||
- [Changes by Kind](#changes-by-kind-2)
|
||||
- [Bug Fixes](#bug-fixes-2)
|
||||
- [Others](#others-2)
|
||||
- [v1.6.1](#v161)
|
||||
- [Downloads for v1.6.1](#downloads-for-v161)
|
||||
- [Changelog since v1.6.0](#changelog-since-v160)
|
||||
- [Changes by Kind](#changes-by-kind-3)
|
||||
- [Bug Fixes](#bug-fixes-3)
|
||||
- [Others](#others-3)
|
||||
- [v1.6.0](#v160)
|
||||
- [Downloads for v1.6.0](#downloads-for-v160)
|
||||
- [What's New](#whats-new)
|
||||
|
@ -29,7 +35,7 @@
|
|||
- [Third-party Resource Interpreter](#third-party-resource-interpreter)
|
||||
- [Other Notable Changes](#other-notable-changes)
|
||||
- [API Changes](#api-changes)
|
||||
- [Bug Fixes](#bug-fixes-3)
|
||||
- [Bug Fixes](#bug-fixes-4)
|
||||
- [Security](#security)
|
||||
- [Features & Enhancements](#features--enhancements)
|
||||
- [Other](#other)
|
||||
|
@ -39,6 +45,19 @@
|
|||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# v1.6.4
|
||||
## Downloads for v1.6.4
|
||||
|
||||
Download v1.6.4 in the [v1.6.4 release page](https://github.com/karmada-io/karmada/releases/tag/v1.6.4).
|
||||
|
||||
## Changelog since v1.6.3
|
||||
### Changes by Kind
|
||||
### Bug Fixes
|
||||
- `karmada-controller-manager`: Fix panic when FederatedHPA's SelectPolicy is nil and FederatedHPA webhook is disabled. ([#4104](https://github.com/karmada-io/karmada/pull/4104), @jwcesign)
|
||||
|
||||
### Others
|
||||
None.
|
||||
|
||||
# v1.6.3
|
||||
## Downloads for v1.6.3
|
||||
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [v1.7.1](#v171)
|
||||
- [Downloads for v1.7.1](#downloads-for-v171)
|
||||
- [Changelog since v1.7.0](#changelog-since-v170)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.7.0](#v170)
|
||||
- [Downloads for v1.7.0](#downloads-for-v170)
|
||||
- [What's New](#whats-new)
|
||||
|
@ -13,7 +19,7 @@
|
|||
- [Other Notable Changes](#other-notable-changes)
|
||||
- [API Changes](#api-changes)
|
||||
- [Deprecation](#deprecation)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Security](#security)
|
||||
- [Features & Enhancements](#features--enhancements)
|
||||
- [Other](#other)
|
||||
|
@ -23,6 +29,22 @@
|
|||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# v1.7.1
|
||||
## Downloads for v1.7.1
|
||||
|
||||
Download v1.7.1 in the [v1.7.1 release page](https://github.com/karmada-io/karmada/releases/tag/v1.7.1).
|
||||
|
||||
## Changelog since v1.7.0
|
||||
### Changes by Kind
|
||||
#### Bug Fixes
|
||||
- `karmada-aggregated-apiserver`: Fixed the issue that can not proxy `exec` request to a proxy issue. ([#4021](https://github.com/karmada-io/karmada/pull/4021), @jwcesign)
|
||||
- `karmada-operator`: Fixed the issue that karmada-metrics-adapter was not removed after deleting a Karmada instance. ([#4060](https://github.com/karmada-io/karmada/pull/4060), @wawa0210)
|
||||
- `karmada-controller-manager`: Fix panic when FederatedHPA's SelectPolicy is nil and FederatedHPA webhook is disabled. ([#4085](https://github.com/karmada-io/karmada/pull/4085), @watermeion)
|
||||
- `karmada-webhook`: Fixed to validate spec.types of MultiClusterService API. ([#4114](https://github.com/karmada-io/karmada/pull/4114), @lonelyCZ)
|
||||
|
||||
#### Others
|
||||
None.
|
||||
|
||||
# v1.7.0
|
||||
## Downloads for v1.7.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue