Skip to content

Commit

Permalink
upgrade from v1.8 to v1.9
Browse files Browse the repository at this point in the history
Signed-off-by: changzhen <[email protected]>
  • Loading branch information
XiShanYongYe-Chang committed Mar 1, 2024
1 parent 94a2051 commit 6555eb4
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/administrator/upgrading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ v1.1.x to v1.2.x and the available patch versions are v1.2.0, v1.2.1 and v1.2.2,
### [v1.5 to v1.6](./v1.5-v1.6.md)
### [v1.6 to v1.7](./v1.6-v1.7.md)
### [v1.7 to v1.8](./v1.7-v1.8.md)

### [v1.8 to v1.9](./v1.8-v1.9.md)
21 changes: 21 additions & 0 deletions docs/administrator/upgrading/v1.8-v1.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: v1.8 to v1.9
---

Follow the [Regular Upgrading Process](./README.md).

## Upgrading Notable Changes

### API Changes

* Introduced `ActivationPreference` to the `PropagationPolicy` and `ClusterPropagationPolicy` to indicate how the referencing resource template will be propagated, in case of policy changes.
* Introduced the `Remedy` CRD in the `remedy.karmada.io` group.
* Introduced `RemedyActions` to the `Cluster` API to represent the remedy actions.
* Introduced `TrafficBlockClusters` and `ServiceLocations` to the `MultiClusterIngress` API.
* Added additional printer columns KIND for `Work` CRD.

### karmada-search

* The Proxy global resource feature supports content type `as=Table`.

Please refer to [v1.9.0 Release Notes](https://github.com/karmada-io/karmada/releases/tag/v1.9.0) for more details.
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ v1.2.0、v1.2.1 和 v1.2.2, 则选择 v1.2.2。
### [v1.5 升级到 v1.6](./v1.5-v1.6.md)
### [v1.6 升级到 v1.7](./v1.6-v1.7.md)
### [v1.7 升级到 v1.8](./v1.7-v1.8.md)
### [v1.8 升级到 v1.9](./v1.8-v1.9.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: v1.8 升级到 v1.9
---

遵循[常规升级流程](./README.md)

## 升级后显著变化

### API 变化

*`PropagationPolicy` and `ClusterPropagationPolicy` 中引入了 `ActivationPreference`,用于指定在策略发生变化时如何分发引用资源模板。
*`remedy.karmada.io` 组中引入了 `Remedy` CRD。
*`Cluster` API 中引入了 `RemedyActions`,用于指定治疗动作。
*`MultiClusterIngress` API 中引入了 `TrafficBlockClusters``ServiceLocations`
* Added additional printer columns KIND for `Work` CRD.
*`Work` CRD 添加了额外的打印 KIND 列。

### karmada-search

* Proxy 全局资源功能中支持接受内容类型为 `=Table`

请参考 [v1.9.0 Release Notes](https://github.com/karmada-io/karmada/releases/tag/v1.9.0) 获取更多信息。
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ v1.2.0、v1.2.1 和 v1.2.2, 则选择 v1.2.2。
### [v1.5 升级到 v1.6](./v1.5-v1.6.md)
### [v1.6 升级到 v1.7](./v1.6-v1.7.md)
### [v1.7 升级到 v1.8](./v1.7-v1.8.md)
### [v1.8 升级到 v1.9](./v1.8-v1.9.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: v1.8 升级到 v1.9
---

遵循[常规升级流程](./README.md)

## 升级后显著变化

### API 变化

*`PropagationPolicy` and `ClusterPropagationPolicy` 中引入了 `ActivationPreference`,用于指定在策略发生变化时如何分发引用资源模板。
*`remedy.karmada.io` 组中引入了 `Remedy` CRD。
*`Cluster` API 中引入了 `RemedyActions`,用于指定治疗动作。
*`MultiClusterIngress` API 中引入了 `TrafficBlockClusters``ServiceLocations`
* Added additional printer columns KIND for `Work` CRD.
*`Work` CRD 添加了额外的打印 KIND 列。

### karmada-search

* Proxy 全局资源功能中支持接受内容类型为 `=Table`

请参考 [v1.9.0 Release Notes](https://github.com/karmada-io/karmada/releases/tag/v1.9.0) 获取更多信息。
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ module.exports = {
"administrator/upgrading/v1.4-v1.5",
"administrator/upgrading/v1.5-v1.6",
"administrator/upgrading/v1.6-v1.7",
"administrator/upgrading/v1.7-v1.8"
"administrator/upgrading/v1.7-v1.8",
"administrator/upgrading/v1.8-v1.9"
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ v1.1.x to v1.2.x and the available patch versions are v1.2.0, v1.2.1 and v1.2.2,
### [v1.5 to v1.6](./v1.5-v1.6.md)
### [v1.6 to v1.7](./v1.6-v1.7.md)
### [v1.7 to v1.8](./v1.7-v1.8.md)
### [v1.8 to v1.9](./v1.8-v1.9.md)

21 changes: 21 additions & 0 deletions versioned_docs/version-v1.9/administrator/upgrading/v1.8-v1.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: v1.8 to v1.9
---

Follow the [Regular Upgrading Process](./README.md).

## Upgrading Notable Changes

### API Changes

* Introduced `ActivationPreference` to the `PropagationPolicy` and `ClusterPropagationPolicy` to indicate how the referencing resource template will be propagated, in case of policy changes.
* Introduced the `Remedy` CRD in the `remedy.karmada.io` group.
* Introduced `RemedyActions` to the `Cluster` API to represent the remedy actions.
* Introduced `TrafficBlockClusters` and `ServiceLocations` to the `MultiClusterIngress` API.
* Added additional printer columns KIND for `Work` CRD.

### karmada-search

* The Proxy global resource feature supports content type `as=Table`.

Please refer to [v1.9.0 Release Notes](https://github.com/karmada-io/karmada/releases/tag/v1.9.0) for more details.
3 changes: 2 additions & 1 deletion versioned_sidebars/version-v1.9-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
"version-v1.9/administrator/upgrading/v1.4-v1.5",
"version-v1.9/administrator/upgrading/v1.5-v1.6",
"version-v1.9/administrator/upgrading/v1.6-v1.7",
"version-v1.9/administrator/upgrading/v1.7-v1.8"
"version-v1.9/administrator/upgrading/v1.7-v1.8",
"version-v1.9/administrator/upgrading/v1.8-v1.9"
]
},
{
Expand Down

0 comments on commit 6555eb4

Please sign in to comment.