Skip to content

Commit

Permalink
Merge pull request #66 from swordqiu/automated-cherry-pick-of-#65-ups…
Browse files Browse the repository at this point in the history
…tream-release-3.10

Automated cherry pick of #65: fix: i18n improvements 20231221
  • Loading branch information
swordqiu authored Dec 21, 2023
2 parents 2b78b5e + 1a504e8 commit c755788
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contact/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 999
---

# 联系我们
Expand Down
13 changes: 13 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/contact/index.mdx
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" />
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 />
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. |
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import HomepageFeatures from '@site/src/components/HomepageFeatures';
import HomepageBrands from '@site/src/components/HomepageBrands';
import HomepageFooter from '@site/src/components/HomepageFooter';
// import HomepagePanel from '@site/src/components/HomepagePanel';
// import GitHubButton from 'react-github-btn'

import Heading from '@theme/Heading';
import styles from './index.module.css';
Expand Down

0 comments on commit c755788

Please sign in to comment.