Skip to content
Snippets Groups Projects
Commit 672114f2 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3364561 by yas, baldwinlouie: Release 6.0.0-beta1

parent cdfe2842
No related branches found
Tags 8.x-3.0-alpha1
No related merge requests found
Showing
with 26 additions and 26 deletions
......@@ -31,7 +31,7 @@ PROJECT_NAME = Cloud
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = ver.6.x-dev
PROJECT_NUMBER = ver.6.0.0-beta1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
......@@ -699,12 +699,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 6.x-dev
Default: 6.0.0-beta1
Type: String
AllowedValues:
- 4.8.2
- 5.2.0
- 6.0.0-alpha2
- 5.3.0
- 6.0.0-beta1
- 6.x-dev
CacheNodeType:
Description: >-
......
......@@ -730,12 +730,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 6.x-dev
Default: 6.0.0-beta1
Type: String
AllowedValues:
- 4.8.2
- 5.2.0
- 6.0.0-alpha2
- 5.3.0
- 6.0.0-beta1
- 6.x-dev
CacheNodeType:
Description: >-
......
......@@ -624,12 +624,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 6.x-dev
Default: 6.0.0-beta1
Type: String
AllowedValues:
- 4.8.2
- 5.2.0
- 6.0.0-alpha2
- 5.3.0
- 6.0.0-beta1
- 6.x-dev
Resources:
IamRole:
......
......@@ -142,12 +142,12 @@ Parameters:
and contain alphanumeric characters and underscores.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 6.x-dev
Default: 6.0.0-beta1
Type: String
AllowedValues:
- 4.8.2
- 5.2.0
- 6.0.0-alpha2
- 5.3.0
- 6.0.0-beta1
- 6.x-dev
Resources:
IamRole:
......
......@@ -639,12 +639,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 6.x-dev
Default: 6.0.0-beta1
Type: String
AllowedValues:
- 4.8.2
- 5.2.0
- 6.0.0-alpha2
- 5.3.0
- 6.0.0-beta1
- 6.x-dev
Resources:
IamRole:
......
......@@ -726,12 +726,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 6.x-dev
Default: 6.0.0-beta1
Type: String
AllowedValues:
- 4.8.2
- 5.2.0
- 6.0.0-alpha2
- 5.3.0
- 6.0.0-beta1
- 6.x-dev
Resources:
IamRole:
......
......@@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:6.x-dev
image: docomoinnovations/cloud_orchestrator:6.0.0-beta1
imagePullPolicy: Always
command: ["bash", "-c"]
args:
......@@ -127,7 +127,7 @@ spec:
"${SCRIPT}"
env:
- name: CLOUD_ORCHESTRATOR_VERSION
value: 6.x-dev
value: 6.0.0-beta1
- name: DRUPAL_USER
valueFrom:
secretKeyRef:
......
......@@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:6.x-dev-arm64
image: docomoinnovations/cloud_orchestrator:6.0.0-beta1-arm64
imagePullPolicy: Always
command: ["bash", "-c"]
args:
......@@ -127,7 +127,7 @@ spec:
"${SCRIPT}"
env:
- name: CLOUD_ORCHESTRATOR_VERSION
value: 6.x-dev
value: 6.0.0-beta1
- name: DRUPAL_USER
valueFrom:
secretKeyRef:
......
......@@ -86,7 +86,7 @@ spec:
spec:
containers:
- name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:6.x-dev{{ cpu_architecture == 'arm64' ? '-arm64' : '' }}
image: docomoinnovations/cloud_orchestrator:6.0.0-beta1{{ cpu_architecture == 'arm64' ? '-arm64' : '' }}
imagePullPolicy: Always
command: ["bash", "-c"]
args:
......@@ -99,7 +99,7 @@ spec:
"${SCRIPT}"
env:
- name: CLOUD_ORCHESTRATOR_VERSION
value: 6.x-dev
value: 6.0.0-beta1
- name: DRUPAL_USER
valueFrom:
secretKeyRef:
......
......@@ -16,7 +16,7 @@ interface CloudServiceInterface {
/**
* The version signature string.
*/
public const VERSION = '6.x-dev';
public const VERSION = '6.0.0-beta1';
/**
* Get the version number of the module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment