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

Issue #3310263 by yas, baldwinlouie: Release 4.5.0

parent 3f6b82c9
No related branches found
Tags 4.5.0
No related merge requests found
......@@ -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.4.x-dev
PROJECT_NUMBER = ver.4.5.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,11 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.4.0
Default: 4.5.0
Type: String
AllowedValues:
- 4.4.0
- 5.0.0-beta2
- 4.5.0
- 5.0.0-rc1
- 5.x-dev
CacheNodeType:
Description: >-
......
......@@ -738,11 +738,11 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.4.0
Default: 4.5.0
Type: String
AllowedValues:
- 4.4.0
- 5.0.0-beta2
- 4.5.0
- 5.0.0-rc1
- 5.x-dev
CacheNodeType:
Description: >-
......
......@@ -624,11 +624,11 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.4.0
Default: 4.5.0
Type: String
AllowedValues:
- 4.4.0
- 5.0.0-beta2
- 4.5.0
- 5.0.0-rc1
- 5.x-dev
Resources:
IamRole:
......
......@@ -142,11 +142,11 @@ Parameters:
and contain alphanumeric characters and underscores.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.4.0
Default: 4.5.0
Type: String
AllowedValues:
- 4.4.0
- 5.0.0-beta2
- 4.5.0
- 5.0.0-rc1
- 5.x-dev
Resources:
IamRole:
......
......@@ -639,11 +639,11 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.4.0
Default: 4.5.0
Type: String
AllowedValues:
- 4.4.0
- 5.0.0-beta2
- 4.5.0
- 5.0.0-rc1
- 5.x-dev
Resources:
IamRole:
......
......@@ -721,11 +721,11 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.4.0
Default: 4.5.0
Type: String
AllowedValues:
- 4.4.0
- 5.0.0-beta2
- 4.5.0
- 5.0.0-rc1
- 5.x-dev
Resources:
IamRole:
......
......@@ -127,7 +127,7 @@ spec:
"${SCRIPT}"
env:
- name: CLOUD_ORCHESTRATOR_VERSION
value: 4.x-dev
value: 4.5.0
- name: DRUPAL_USER
valueFrom:
secretKeyRef:
......
......@@ -15,7 +15,7 @@ interface CloudServiceInterface {
/**
* The version signature string.
*/
public const VERSION = '4.x-dev';
public const VERSION = '4.5.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