Skip to content

Commit

Permalink
Merge pull request #4429 from RainbowMango/pr_releasenotes_181
Browse files Browse the repository at this point in the history
Add release notes of v1.8.1
  • Loading branch information
karmada-bot committed Dec 18, 2023
2 parents df708ad + ee11792 commit 7b1f8dc
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/CHANGELOG/CHANGELOG-1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [v1.8.0](#v180)
- [Downloads for v1.8.0](#downloads-for-v180)
- [What's New](#whats-new)
Expand All @@ -12,7 +18,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)
Expand All @@ -23,6 +29,20 @@

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

# v1.8.1
## Downloads for v1.8.1

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

## Changelog since v1.8.0
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: fix incorrect `forType` in `cluster-resource-binding-status controller` from `ResouceBinding` to `ClusterResourceBinding`. ([#4365](https://github.com/karmada-io/karmada/pull/4365), @lxtywypc)
- `karmadactl`: Fixed return err in case of `secret.spec.caBundle` is nil. ([#4391](https://github.com/karmada-io/karmada/pull/4391), @XiShanYongYe-Chang)

#### Others
- Karmada is now built with Go1.20.12. ([#4397](https://github.com/karmada-io/karmada/pull/4397), @RainbowMango)

# v1.8.0
## Downloads for v1.8.0

Expand Down

0 comments on commit 7b1f8dc

Please sign in to comment.