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

Issue #3255588 by yas, baldwinlouie: Release 3.2.0

parent daad21a3
No related branches found
Tags 8.x-1.7
No related merge requests found
......@@ -190,11 +190,11 @@ Parameters:
ConstraintDescription: Must be a valid email address.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.x-dev
Resources:
IamRole:
......
......@@ -203,11 +203,11 @@ Parameters:
ConstraintDescription: Must be a valid email address.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.x-dev
Resources:
IamRole:
......
......@@ -286,11 +286,11 @@ Parameters:
ConstraintDescription: Must be a valid email address.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.x-dev
Resources:
IamRole:
......
......@@ -275,11 +275,11 @@ Parameters:
ConstraintDescription: Must be a valid email address.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.x-dev
CacheNodeType:
Description: >-
......
......@@ -305,11 +305,11 @@ Parameters:
ConstraintDescription: Must be a valid email address.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.x-dev
CacheNodeType:
Description: >-
......
......@@ -190,11 +190,11 @@ Parameters:
ConstraintDescription: Must be a valid email address.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.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: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.x-dev
Resources:
IamRole:
......
......@@ -203,11 +203,11 @@ Parameters:
ConstraintDescription: Must be a valid email address.
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 3.1.3
Default: 3.2.0
Type: String
AllowedValues:
- 3.1.3
- 4.0.0-beta2
- 3.2.0
- 4.0.0-rc2
- 4.x-dev
Resources:
IamRole:
......
......@@ -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.3.x
PROJECT_NUMBER = ver.3.2.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
......@@ -5,10 +5,10 @@
"require": {
"aws/aws-sdk-php": "^3",
"drupal/bootstrap_cloud": "^2",
"drupal/geocoder": "^3.20",
"drupal/geocoder": "^3",
"drupal/entity_export_csv": "1.x-dev@dev",
"geocoder-php/nominatim-provider" : "^5.5",
"google/apiclient": "^2.10",
"geocoder-php/nominatim-provider" : "^5",
"google/apiclient": "^2",
"maclof/kubernetes-client": "~0.17",
"ext-json": "*"
},
......
......@@ -12,7 +12,7 @@ interface CloudServiceInterface {
/**
* The version signature string.
*/
public const VERSION = '3.x';
public const VERSION = '3.2.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