-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from swordqiu/automated-cherry-pick-of-#65-ups…
…tream-release-3.10 Automated cherry pick of #65: fix: i18n improvements 20231221
- Loading branch information
Showing
5 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 6 | ||
sidebar_position: 999 | ||
--- | ||
|
||
# 联系我们 | ||
|
13 changes: 13 additions & 0 deletions
13
i18n/en/docusaurus-plugin-content-docs/current/contact/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 999 | ||
--- | ||
|
||
# Contact US | ||
|
||
- Enterpise Technical Support Service: [Subscribe TS service](https://www.yunion.cn/subscription/index.html) | ||
|
||
- WeChat: please scan the following QRCode to contact us | ||
|
||
import WechatQRCode from '@site/static/img/docs/contact/contact_me_qr_20230321.png'; | ||
|
||
<img src={WechatQRCode} width="300" /> |
12 changes: 12 additions & 0 deletions
12
i18n/en/docusaurus-plugin-content-docs/current/development/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 5 | ||
hide_table_of_contents: true | ||
--- | ||
|
||
# Development | ||
|
||
The technical details of the development process, architecture, and code framework etc. | ||
|
||
import IndexDocCardList from '@site/src/components/IndexDocCardList'; | ||
|
||
<IndexDocCardList /> |
37 changes: 37 additions & 0 deletions
37
i18n/en/docusaurus-plugin-content-docs/current/release-notes/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
sidebar_position: 159 | ||
--- | ||
|
||
# Release Notes | ||
|
||
## Versions | ||
|
||
We adopt the Semantic Versioning of the format as v\<major\>.\<minor\>.\<build\>, e.g. v3.10.7. | ||
|
||
## Branchs | ||
|
||
We are maintaining three minor version branchs at any time: | ||
|
||
* Stable: The maintenance branch. We only fix bugs, but do not add any new features. It is currently v3.9. | ||
* Mainline: The currently released branch. we will add minor incremental features and fix BUGs, but do not add new major features or architectural changes. It is currently v3.10. | ||
* Development: The current main development branch. The major new features or architectural changes are developed in the branch. The development branch is always master branch. | ||
|
||
## Release Cycles | ||
|
||
The minor versions of each branches will be periodically built and released in the format of docker images. The release cycle is as follow: | ||
|
||
* Stable: released in the middle of each month | ||
* Mainline: release at the beginning of each month | ||
* Development: never released publicly | ||
|
||
A new minor version will be released around half a year. Next to be released minor version is v3.11. | ||
|
||
Only major architectual changes will increase the major version number. The following is the history of the major versions: | ||
|
||
|
||
| Major version | Time | Changes | | ||
|----------------|-----------------|--------------------------------------------| | ||
| v1.x | 2017-2018 | the initial version in python, supporting Virtualization, Baremetal and VMware | | ||
| v2.x | 2018-2019 | migrating from Python to golang, supporting multi-cloud management | | ||
| v3.x | 2019 until now | complte rearch with golang, pure cloud native architecture on Kubernetes | | ||
| v4.x | TBD | Plugin architure of multicloud adaptor layer, etc. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters