Skip to content

Commit

Permalink
Merge pull request karmada-io#4425 from RainbowMango/pr_releasenotes_165
Browse files Browse the repository at this point in the history
Add release notes of v1.6.5
  • Loading branch information
karmada-bot authored Dec 18, 2023
2 parents 0f34d76 + 84d48ab commit 72b6e71
Showing 1 changed file with 39 additions and 17 deletions.
56 changes: 39 additions & 17 deletions docs/CHANGELOG/CHANGELOG-1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,36 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [v1.6.5](#v165)
- [Downloads for v1.6.5](#downloads-for-v165)
- [Changelog since v1.6.4](#changelog-since-v164)
- [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [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)
- [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [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-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)
- [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-3)
- [Bug Fixes](#bug-fixes-3)
- [Others](#others-3)
- [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-4)
- [Bug Fixes](#bug-fixes-4)
- [Others](#others-4)
- [v1.6.0](#v160)
- [Downloads for v1.6.0](#downloads-for-v160)
- [What's New](#whats-new)
Expand All @@ -35,7 +41,7 @@
- [Third-party Resource Interpreter](#third-party-resource-interpreter)
- [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes)
- [Bug Fixes](#bug-fixes-4)
- [Bug Fixes](#bug-fixes-5)
- [Security](#security)
- [Features & Enhancements](#features--enhancements)
- [Other](#other)
Expand All @@ -45,18 +51,34 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# v1.6.5
## Downloads for v1.6.5

Download v1.6.5 in the [v1.6.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.6.5).

## Changelog since v1.6.4
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: only update `aggregatedStatus` and `conditions` fields during `binding-status controller` updating status of binding. ([#4235](https://github.com/karmada-io/karmada/pull/4235), @jwcesign)
- `karmada-controller-manager`: Pruned job labels `batch.kubernetes.io/controller-uid` and `batch.kubernetes.io/job-name` which were introduced by Kubernetes 1.27. ([#4265](https://github.com/karmada-io/karmada/pull/4265), @liangyuanpeng)
- `karmada-search`: Fix lock race affects watch RestChan not close, causing client hanging when performing watch. ([#4241](https://github.com/karmada-io/karmada/pull/4241), @xigang)

#### Others
- `release1.6`: The base image `alpine` now has been promoted from `alpine:3.17.1` to `alpine:3.18.5`. ([#4381](https://github.com/karmada-io/karmada/pull/4381), @zhzhuang-zju)
- Karmada is now built with Go1.20.12. ([#4395](https://github.com/karmada-io/karmada/pull/4395), @RainbowMango)

# 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
#### 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)
- `karmada-scheduler`: Fixed an issue that the scheduler does not ignore RB/CRB by scheduler name during enqueuing. ([#4149](https://github.com/karmada-io/karmada/pull/4149), @Yan-Daojiang)

### Others
#### Others
NONE

# v1.6.3
Expand All @@ -66,12 +88,12 @@ Download v1.6.3 in the [v1.6.3 release page](https://github.com/karmada-io/karma

## Changelog since v1.6.2
### Changes by Kind
### Bug Fixes
#### Bug Fixes
- `karmada-search`: Fixed a panic due to concurrent mutating objects in the informer cache. ([#3978](https://github.com/karmada-io/karmada/pull/3978), @chaosi-zju)
- `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3893](https://github.com/karmada-io/karmada/pull/3893), @whitewindmills)
- `karmada-aggregated-apiserver`: Fixed the issue that can not proxy `exec` request to a proxy issue. ([#4022](https://github.com/karmada-io/karmada/pull/4022), @jwcesign)

### Others
#### Others
- Bump k8s.io dependencies to v0.26.4 to fix a possible panic. ([#3925](https://github.com/karmada-io/karmada/pull/3925), @liangyuanpeng)

# v1.6.2
Expand Down

0 comments on commit 72b6e71

Please sign in to comment.