Skip to content

Commit 0acd408

Browse files
committed
upgrade from v1.9 to v1.10
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
1 parent 5a03939 commit 0acd408

5 files changed

Lines changed: 80 additions & 1 deletion

File tree

docs/administrator/upgrading/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ v1.1.x to v1.2.x and the available patch versions are v1.2.0, v1.2.1 and v1.2.2,
7171
### [v1.6 to v1.7](./v1.6-v1.7.md)
7272
### [v1.7 to v1.8](./v1.7-v1.8.md)
7373
### [v1.8 to v1.9](./v1.8-v1.9.md)
74+
### [v1.9 to v1.10](./v1.9-v1.10.md)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: v1.9 to v1.10
3+
---
4+
5+
Follow the [Regular Upgrading Process](./README.md).
6+
7+
## Upgrading Notable Changes
8+
9+
### API Changes
10+
11+
* Introduce a new API named `WorkloadRebalancer` to support rescheduling.
12+
* Introduced `ServiceAnnotations` to the `Karmada` API to provide an extra set of annotations to annotate karmada apiserver services.
13+
* Add a short name `ric` for resourceinterpretercustomizations CRD resource.
14+
15+
### Deprecation
16+
17+
* The following labels have been deprecated from release `v1.8.0` and now have been removed:
18+
* `resourcebinding.karmada.io/uid`
19+
* `clusterresourcebinding.karmada.io/uid`
20+
* `work.karmada.io/uid`
21+
* `propagationpolicy.karmada.io/uid`
22+
* `clusterpropagationpolicy.karmada.io/uid`
23+
* The following labels now have been deprecated and removed:
24+
* `resourcebinding.karmada.io/key` replaced by `resourcebinding.karmada.io/permanent-id`
25+
* `clusterresourcebinding.karmada.io/key` replaced by `clusterresourcebinding.karmada.io/permanent-id`
26+
* `work.karmada.io/namespace` replaced by `work.karmada.io/permanent-id`
27+
* `work.karmada.io/name` replaced by `work.karmada.io/permanent-id`
28+
* `karmadactl`: The flag `--cluster-zone`, which was deprecated in release 1.7 and replaced by `--cluster-zones`, now has been removed.
29+
30+
### karmada-search
31+
32+
* The feature APIPriorityAndFairness now has moved to GA, thus not allowed to be disabled by feature gates. You have to remove it from the `--feature-gates` flag.
33+
34+
### karmada-aggregated-apiserver
35+
36+
* The feature APIPriorityAndFairness now has moved to GA, thus not allowed to be disabled by feature gates. You have to remove it from the `--feature-gates` flag.
37+
38+
Please refer to [v1.10.0 Release Notes](https://github.com/karmada-io/karmada/releases/tag/v1.10.0) for more details.

i18n/zh/docusaurus-plugin-content-docs/current/administrator/upgrading/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ v1.2.0、v1.2.1 和 v1.2.2, 则选择 v1.2.2。
7070
### [v1.6 升级到 v1.7](./v1.6-v1.7.md)
7171
### [v1.7 升级到 v1.8](./v1.7-v1.8.md)
7272
### [v1.8 升级到 v1.9](./v1.8-v1.9.md)
73+
### [v1.9 升级到 v1.10](./v1.9-v1.10.md)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: v1.9 升级到 v1.10
3+
---
4+
5+
遵循[常规升级流程](./README.md)
6+
7+
## 升级后显著变化
8+
9+
### API 变化
10+
11+
* 引入新 API `WorkloadRebalancer` 以支持重新调度。
12+
* 在 Karmada API 中引入了 `ServiceAnnotations`,用于提供一组额外的 `annotations` 来注释 karmada apiserver 服务。
13+
* 为 resourceinterpretercustomizations CRD 资源添加短名称 `ric`
14+
15+
### 弃用
16+
17+
* 以下 Labels 已从版本 `v1.8.0` 中弃用,现在已被移除:
18+
* `resourcebinding.karmada.io/uid`
19+
* `clusterresourcebinding.karmada.io/uid`
20+
* `work.karmada.io/uid`
21+
* `propagationpolicy.karmada.io/uid`
22+
* `clusterpropagationpolicy.karmada.io/uid`
23+
* 以下 Labels 现已弃用并删除:
24+
* `resourcebinding.karmada.io/key` 被替换为 `resourcebinding.karmada.io/permanent-id`
25+
* `clusterresourcebinding.karmada.io/key` 被替换为 `clusterresourcebinding.karmada.io/permanent-id`
26+
* `work.karmada.io/namespace` 被替换为`work.karmada.io/permanent-id`
27+
* `work.karmada.io/name` 被替换为 `work.karmada.io/permanent-id`
28+
* `karmadactl`: 参数“--cluster-zone”在版本 1.7 中已弃用并被“--cluster-zones”取代,现已被删除。
29+
30+
### karmada-search
31+
32+
* 功能 APIPriorityAndFairness 已经被移入到 GA,因此现在不允许通过 feature gates禁用此功能. 你需要删除相应的 `--feature-gates` 启动参数。
33+
34+
### karmada-aggregated-apiserver
35+
36+
* 功能 APIPriorityAndFairness 已经被移入到 GA,因此现在不允许通过 feature gates禁用此功能. 你需要删除相应的 `--feature-gates` 启动参数。
37+
38+
请参考 [v1.10.0 Release Notes](https://github.com/karmada-io/karmada/releases/tag/v1.10.0) 获取更多信息。

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ module.exports = {
196196
"administrator/upgrading/v1.5-v1.6",
197197
"administrator/upgrading/v1.6-v1.7",
198198
"administrator/upgrading/v1.7-v1.8",
199-
"administrator/upgrading/v1.8-v1.9"
199+
"administrator/upgrading/v1.8-v1.9",
200+
"administrator/upgrading/v1.9-v1.10"
200201
],
201202
},
202203
{

0 commit comments

Comments
 (0)