Skip to content

Add config for ECE 3.0.0 and Ecctl 1.8.0 #2363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 11, 2022
27 changes: 23 additions & 4 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ variables:
mapCloudSaasToClientsTeam: &mapCloudSaasToClientsTeam
*cloudSaasCurrent : master
mapCloudEceToClientsTeam: &mapCloudEceToClientsTeam
ms-69: master
ms-65: master
ms-62: master
ms-59: master
Expand Down Expand Up @@ -846,8 +847,25 @@ contents:
prefix: en/cloud-enterprise
tags: CloudEnterprise/Reference
subject: ECE
current: ms-65
branches: [ {'ms-65': 2.13}, {'ms-62': 2.12}, {'ms-59': 2.11}, {'ms-57': 2.10}, {'ms-53': 2.9}, {'ms-49': 2.8}, {'ms-47': 2.7}, {'release-ms-41': 2.6}, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0, 1.1, 1.0 ]
current: ms-69
branches:
- ms-69: 3.0
- ms-65: 2.13
- ms-62: 2.12
- ms-59: 2.11
- ms-57: 2.10
- ms-53: 2.9
- ms-49: 2.8
- ms-47: 2.7
- release-ms-41: 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- 2.0
- 1.1
- 1.0
index: docs/cloud-enterprise/index.asciidoc
chunk: 2
private: 1
Expand All @@ -864,6 +882,7 @@ contents:
repo: cloud-assets
path: docs
map_branches:
ms-69: master
ms-65: master
ms-62: master
ms-59: master
Expand Down Expand Up @@ -938,8 +957,8 @@ contents:
prefix: en/ecctl
tags: CloudControl/Reference
subject: ECCTL
current: 1.7
branches: [ master, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0 ]
current: 1.8
branches: [ master, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0 ]
index: docs/index.asciidoc
chunk: 1
sources:
Expand Down