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

Issue #3356528 by yas, baldwinlouie: Release 5.1.0

parent df745f12
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 25 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.5.x-dev
PROJECT_NUMBER = ver.5.1.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
......@@ -707,11 +707,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 5.0.1
Default: 5.1.0
Type: String
AllowedValues:
- 4.7.0
- 5.0.1
- 4.8.0
- 5.1.0
- 6.0.0-alpha1
- 6.x-dev
CacheNodeType:
Description: >-
......
......@@ -738,11 +738,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 5.0.1
Default: 5.1.0
Type: String
AllowedValues:
- 4.7.0
- 5.0.1
- 4.8.0
- 5.1.0
- 6.0.0-alpha1
- 6.x-dev
CacheNodeType:
Description: >-
......
......@@ -624,11 +624,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 5.0.1
Default: 5.1.0
Type: String
AllowedValues:
- 4.7.0
- 5.0.1
- 4.8.0
- 5.1.0
- 6.0.0-alpha1
- 6.x-dev
Resources:
IamRole:
......
......@@ -142,11 +142,12 @@ Parameters:
and contain alphanumeric characters and underscores.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 5.0.1
Default: 5.1.0
Type: String
AllowedValues:
- 4.7.0
- 5.0.1
- 4.8.0
- 5.1.0
- 6.0.0-alpha1
- 6.x-dev
Resources:
IamRole:
......
......@@ -639,11 +639,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 5.0.1
Default: 5.1.0
Type: String
AllowedValues:
- 4.7.0
- 5.0.1
- 4.8.0
- 5.1.0
- 6.0.0-alpha1
- 6.x-dev
Resources:
IamRole:
......
......@@ -721,11 +721,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 5.0.1
Default: 5.1.0
Type: String
AllowedValues:
- 4.7.0
- 5.0.1
- 4.8.0
- 5.1.0
- 6.0.0-alpha1
- 6.x-dev
Resources:
IamRole:
......
......@@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:5.x-dev
image: docomoinnovations/cloud_orchestrator:5.1.0
imagePullPolicy: Always
command: ["bash", "-c"]
args:
......
......@@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:5.x-dev-arm64
image: docomoinnovations/cloud_orchestrator:5.1.0-arm64
imagePullPolicy: Always
command: ["bash", "-c"]
args:
......@@ -127,7 +127,7 @@ spec:
"${SCRIPT}"
env:
- name: CLOUD_ORCHESTRATOR_VERSION
value: 5.x-dev
value: 5.1.0
- name: DRUPAL_USER
valueFrom:
secretKeyRef:
......
......@@ -86,7 +86,7 @@ spec:
spec:
containers:
- name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:5.x-dev{{ cpu_architecture == 'arm64' ? '-arm64' : '' }}
image: docomoinnovations/cloud_orchestrator:5.1.0{{ cpu_architecture == 'arm64' ? '-arm64' : '' }}
imagePullPolicy: Always
command: ["bash", "-c"]
args:
......@@ -99,7 +99,7 @@ spec:
"${SCRIPT}"
env:
- name: CLOUD_ORCHESTRATOR_VERSION
value: 5.x-dev
value: 5.1.0
- name: DRUPAL_USER
valueFrom:
secretKeyRef:
......
......@@ -16,7 +16,7 @@ interface CloudServiceInterface {
/**
* The version signature string.
*/
public const VERSION = '5.x-dev';
public const VERSION = '5.1.0';
/**
* 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