Skip to content

Commit 8dbca68

Browse files
authored
Merge pull request #6930 from zhzhuang-zju/releasenote-new
publish release note for v1.16.0-rc.0
2 parents a6a59d3 + 9f74732 commit 8dbca68

File tree

1 file changed

+63
-9
lines changed

1 file changed

+63
-9
lines changed

docs/CHANGELOG/CHANGELOG-1.16.md

Lines changed: 63 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

5-
- [v1.16.0-beta.0](#v1160-beta0)
6-
- [Downloads for v1.16.0-beta.0](#downloads-for-v1160-beta0)
7-
- [Changelog since v1.16.0-alpha.2](#changelog-since-v1160-alpha2)
5+
- [v1.16.0-rc.0](#v1160-rc0)
6+
- [Downloads for v1.16.0-rc.0](#downloads-for-v1160-rc0)
7+
- [Changelog since v1.16.0-beta.0](#changelog-since-v1160-beta0)
88
- [Urgent Update Notes](#urgent-update-notes)
99
- [Changes by Kind](#changes-by-kind)
1010
- [API Changes](#api-changes)
@@ -17,9 +17,9 @@
1717
- [Helm Charts](#helm-charts)
1818
- [Instrumentation](#instrumentation)
1919
- [Performance](#performance)
20-
- [v1.16.0-alpha.2](#v1160-alpha2)
21-
- [Downloads for v1.16.0-alpha.2](#downloads-for-v1160-alpha2)
22-
- [Changelog since v1.16.0-alpha.1](#changelog-since-v1160-alpha1)
20+
- [v1.16.0-beta.0](#v1160-beta0)
21+
- [Downloads for v1.16.0-beta.0](#downloads-for-v1160-beta0)
22+
- [Changelog since v1.16.0-alpha.2](#changelog-since-v1160-alpha2)
2323
- [Urgent Update Notes](#urgent-update-notes-1)
2424
- [Changes by Kind](#changes-by-kind-1)
2525
- [API Changes](#api-changes-1)
@@ -31,9 +31,10 @@
3131
- [Dependencies](#dependencies-1)
3232
- [Helm Charts](#helm-charts-1)
3333
- [Instrumentation](#instrumentation-1)
34-
- [v1.16.0-alpha.1](#v1160-alpha1)
35-
- [Downloads for v1.16.0-alpha.1](#downloads-for-v1160-alpha1)
36-
- [Changelog since v1.15.0](#changelog-since-v1150)
34+
- [Performance](#performance-1)
35+
- [v1.16.0-alpha.2](#v1160-alpha2)
36+
- [Downloads for v1.16.0-alpha.2](#downloads-for-v1160-alpha2)
37+
- [Changelog since v1.16.0-alpha.1](#changelog-since-v1160-alpha1)
3738
- [Urgent Update Notes](#urgent-update-notes-2)
3839
- [Changes by Kind](#changes-by-kind-2)
3940
- [API Changes](#api-changes-2)
@@ -45,9 +46,62 @@
4546
- [Dependencies](#dependencies-2)
4647
- [Helm Charts](#helm-charts-2)
4748
- [Instrumentation](#instrumentation-2)
49+
- [v1.16.0-alpha.1](#v1160-alpha1)
50+
- [Downloads for v1.16.0-alpha.1](#downloads-for-v1160-alpha1)
51+
- [Changelog since v1.15.0](#changelog-since-v1150)
52+
- [Urgent Update Notes](#urgent-update-notes-3)
53+
- [Changes by Kind](#changes-by-kind-3)
54+
- [API Changes](#api-changes-3)
55+
- [Features & Enhancements](#features--enhancements-3)
56+
- [Deprecation](#deprecation-3)
57+
- [Bug Fixes](#bug-fixes-3)
58+
- [Security](#security-3)
59+
- [Other](#other-3)
60+
- [Dependencies](#dependencies-3)
61+
- [Helm Charts](#helm-charts-3)
62+
- [Instrumentation](#instrumentation-3)
4863

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

66+
# v1.16.0-rc.0
67+
## Downloads for v1.16.0-rc.0
68+
69+
Download v1.16.0-rc.0 in the [v1.16.0-rc.0 release page](https://github.com/karmada-io/karmada/releases/tag/v1.16.0-rc.0).
70+
71+
## Changelog since v1.16.0-beta.0
72+
73+
## Urgent Update Notes
74+
75+
## Changes by Kind
76+
77+
### API Changes
78+
- `karmada-operator`: Introduced a `PodDisruptionBudget` field to the `CommonSettings` of `Karmada` API for supporting PodDisruptionBudgets (PDBs) for Karmada control plane components. ([#6895](https://github.com/karmada-io/karmada/pull/6895), @baiyutang)
79+
80+
### Features & Enhancements
81+
- `karmada-controller-manager`: Introduced a built-in interpreter for Kubeflow Notebooks. ([#6814](https://github.com/karmada-io/karmada/pull/6814), @dekaihu)
82+
83+
### Deprecation
84+
None.
85+
86+
### Bug Fixes
87+
None.
88+
89+
### Security
90+
None.
91+
92+
## Other
93+
### Dependencies
94+
- Kubernetes dependencies have been updated to v1.34.1. ([#6868](https://github.com/karmada-io/karmada/pull/6868), @RainbowMango)
95+
96+
### Helm Charts
97+
None.
98+
99+
### Instrumentation
100+
None.
101+
102+
### Performance
103+
None.
104+
51105
# v1.16.0-beta.0
52106
## Downloads for v1.16.0-beta.0
53107

0 commit comments

Comments
 (0)