Add release notes of v1.8.5, v1.9.4, v1.10.2

Signed-off-by: zhzhuang-zju <m17799853869@163.com>
This commit is contained in:
zhzhuang-zju 2024-07-01 14:49:54 +08:00
parent 992802084f
commit 6d12e6bc14
3 changed files with 84 additions and 27 deletions

View File

@ -2,12 +2,18 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.10.1](#v1101) - [v1.10.2](#v1102)
- [Downloads for v1.10.1](#downloads-for-v1101) - [Downloads for v1.10.2](#downloads-for-v1102)
- [Changelog since v1.10.0](#changelog-since-v1100) - [Changelog since v1.10.1](#changelog-since-v1101)
- [Changes by Kind](#changes-by-kind) - [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes) - [Bug Fixes](#bug-fixes)
- [Others](#others) - [Others](#others)
- [v1.10.1](#v1101)
- [Downloads for v1.10.1](#downloads-for-v1101)
- [Changelog since v1.10.0](#changelog-since-v1100)
- [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [v1.10.0](#v1100) - [v1.10.0](#v1100)
- [Downloads for v1.10.0](#downloads-for-v1100) - [Downloads for v1.10.0](#downloads-for-v1100)
- [What's New](#whats-new) - [What's New](#whats-new)
@ -16,7 +22,7 @@
- [Other Notable Changes](#other-notable-changes) - [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes) - [API Changes](#api-changes)
- [Deprecation](#deprecation) - [Deprecation](#deprecation)
- [Bug Fixes](#bug-fixes-1) - [Bug Fixes](#bug-fixes-2)
- [Security](#security) - [Security](#security)
- [Features & Enhancements](#features--enhancements) - [Features & Enhancements](#features--enhancements)
- [Other](#other) - [Other](#other)
@ -27,6 +33,19 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.10.2
## Downloads for v1.10.2
Download v1.10.2 in the [v1.10.2 release page](https://github.com/karmada-io/karmada/releases/tag/v1.10.2).
## Changelog since v1.10.1
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: Fixed the issue that the default resource interpreter doesn't accurately interpret the numbers of replicas. ([#5108](https://github.com/karmada-io/karmada/pull/5108), @whitewindmills)
#### Others
- The base image `alpine` now has been promoted from `alpine:3.20.0` to `alpine:3.20.1`. ([#5093](https://github.com/karmada-io/karmada/pull/5093))
# v1.10.1 # v1.10.1
## Downloads for v1.10.1 ## Downloads for v1.10.1

View File

@ -2,30 +2,36 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.8.4](#v184) - [v1.8.5](#v185)
- [Downloads for v1.8.4](#downloads-for-v184) - [Downloads for v1.8.5](#downloads-for-v185)
- [Changelog since v1.8.3](#changelog-since-v183) - [Changelog since v1.8.4](#changelog-since-v184)
- [Changes by Kind](#changes-by-kind) - [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes) - [Bug Fixes](#bug-fixes)
- [Others](#others) - [Others](#others)
- [v1.8.3](#v183) - [v1.8.4](#v184)
- [Downloads for v1.8.3](#downloads-for-v183) - [Downloads for v1.8.4](#downloads-for-v184)
- [Changelog since v1.8.2](#changelog-since-v182) - [Changelog since v1.8.3](#changelog-since-v183)
- [Changes by Kind](#changes-by-kind-1) - [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1) - [Bug Fixes](#bug-fixes-1)
- [Others](#others-1) - [Others](#others-1)
- [v1.8.2](#v182) - [v1.8.3](#v183)
- [Downloads for v1.8.2](#downloads-for-v182) - [Downloads for v1.8.3](#downloads-for-v183)
- [Changelog since v1.8.1](#changelog-since-v181) - [Changelog since v1.8.2](#changelog-since-v182)
- [Changes by Kind](#changes-by-kind-2) - [Changes by Kind](#changes-by-kind-2)
- [Bug Fixes](#bug-fixes-2) - [Bug Fixes](#bug-fixes-2)
- [Others](#others-2) - [Others](#others-2)
- [v1.8.1](#v181) - [v1.8.2](#v182)
- [Downloads for v1.8.1](#downloads-for-v181) - [Downloads for v1.8.2](#downloads-for-v182)
- [Changelog since v1.8.0](#changelog-since-v180) - [Changelog since v1.8.1](#changelog-since-v181)
- [Changes by Kind](#changes-by-kind-3) - [Changes by Kind](#changes-by-kind-3)
- [Bug Fixes](#bug-fixes-3) - [Bug Fixes](#bug-fixes-3)
- [Others](#others-3) - [Others](#others-3)
- [v1.8.1](#v181)
- [Downloads for v1.8.1](#downloads-for-v181)
- [Changelog since v1.8.0](#changelog-since-v180)
- [Changes by Kind](#changes-by-kind-4)
- [Bug Fixes](#bug-fixes-4)
- [Others](#others-4)
- [v1.8.0](#v180) - [v1.8.0](#v180)
- [Downloads for v1.8.0](#downloads-for-v180) - [Downloads for v1.8.0](#downloads-for-v180)
- [What's New](#whats-new) - [What's New](#whats-new)
@ -36,7 +42,7 @@
- [Other Notable Changes](#other-notable-changes) - [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes) - [API Changes](#api-changes)
- [Deprecation](#deprecation) - [Deprecation](#deprecation)
- [Bug Fixes](#bug-fixes-4) - [Bug Fixes](#bug-fixes-5)
- [Security](#security) - [Security](#security)
- [Features & Enhancements](#features--enhancements) - [Features & Enhancements](#features--enhancements)
- [Other](#other) - [Other](#other)
@ -47,6 +53,19 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.8.5
## Downloads for v1.8.5
Download v1.8.5 in the [v1.8.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.8.5).
## Changelog since v1.8.4
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: Fixed the issue that the default resource interpreter doesn't accurately interpret the numbers of replicas. ([#5106](https://github.com/karmada-io/karmada/pull/5108), @whitewindmills)
#### Others
- The base image `alpine` now has been promoted from `alpine:3.20.0` to `alpine:3.20.1`. ([#5088](https://github.com/karmada-io/karmada/pull/5093))
# v1.8.4 # v1.8.4
## Downloads for v1.8.4 ## Downloads for v1.8.4

View File

@ -2,24 +2,30 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.9.3](#v193) - [v1.9.4](#v194)
- [Downloads for v1.9.3](#downloads-for-v193) - [Downloads for v1.9.4](#downloads-for-v194)
- [Changelog since v1.9.2](#changelog-since-v192) - [Changelog since v1.9.3](#changelog-since-v193)
- [Changes by Kind](#changes-by-kind) - [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes) - [Bug Fixes](#bug-fixes)
- [Others](#others) - [Others](#others)
- [v1.9.2](#v192) - [v1.9.3](#v193)
- [Downloads for v1.9.2](#downloads-for-v192) - [Downloads for v1.9.3](#downloads-for-v193)
- [Changelog since v1.9.1](#changelog-since-v191) - [Changelog since v1.9.2](#changelog-since-v192)
- [Changes by Kind](#changes-by-kind-1) - [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1) - [Bug Fixes](#bug-fixes-1)
- [Others](#others-1) - [Others](#others-1)
- [v1.9.1](#v191) - [v1.9.2](#v192)
- [Downloads for v1.9.1](#downloads-for-v191) - [Downloads for v1.9.2](#downloads-for-v192)
- [Changelog since v1.9.0](#changelog-since-v190) - [Changelog since v1.9.1](#changelog-since-v191)
- [Changes by Kind](#changes-by-kind-2) - [Changes by Kind](#changes-by-kind-2)
- [Bug Fixes](#bug-fixes-2) - [Bug Fixes](#bug-fixes-2)
- [Others](#others-2) - [Others](#others-2)
- [v1.9.1](#v191)
- [Downloads for v1.9.1](#downloads-for-v191)
- [Changelog since v1.9.0](#changelog-since-v190)
- [Changes by Kind](#changes-by-kind-3)
- [Bug Fixes](#bug-fixes-3)
- [Others](#others-3)
- [v1.9.0](#v190) - [v1.9.0](#v190)
- [Downloads for v1.9.0](#downloads-for-v190) - [Downloads for v1.9.0](#downloads-for-v190)
- [What's New](#whats-new) - [What's New](#whats-new)
@ -29,7 +35,7 @@
- [Other Notable Changes](#other-notable-changes) - [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes) - [API Changes](#api-changes)
- [Deprecation](#deprecation) - [Deprecation](#deprecation)
- [Bug Fixes](#bug-fixes-3) - [Bug Fixes](#bug-fixes-4)
- [Security](#security) - [Security](#security)
- [Features & Enhancements](#features--enhancements) - [Features & Enhancements](#features--enhancements)
- [Other](#other) - [Other](#other)
@ -40,6 +46,19 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.9.4
## Downloads for v1.9.4
Download v1.9.4 in the [v1.9.4 release page](https://github.com/karmada-io/karmada/releases/tag/v1.9.4).
## Changelog since v1.9.3
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: Fixed the issue that the default resource interpreter doesn't accurately interpret the numbers of replicas. ([#5107](https://github.com/karmada-io/karmada/pull/5107), @whitewindmills)
#### Others
- The base image `alpine` now has been promoted from `alpine:3.20.0` to `alpine:3.20.1`. ([#5089](https://github.com/karmada-io/karmada/pull/5089))
# v1.9.3 # v1.9.3
## Downloads for v1.9.3 ## Downloads for v1.9.3