From ffad04a07185704d456f64a26cedbf77b60ef885 Mon Sep 17 00:00:00 2001 From: yas <45549-yas@users.noreply.drupalcode.org> Date: Fri, 17 May 2024 04:08:12 +0000 Subject: [PATCH] Issue #3447759 by yas, baldwinlouie: Release 6.2.0 --- cloud.doxyfile | 2 +- deployments/cfn/nested/cloud_orchestrator_full.yaml | 4 ++-- .../cfn/nested/cloud_orchestrator_full_manual_vpc.yaml | 4 ++-- deployments/cfn/nested/cloud_orchestrator_single.yaml | 4 ++-- deployments/cfn/nested/cloud_orchestrator_single_ami.yaml | 4 ++-- .../cfn/nested/cloud_orchestrator_single_manual_vpc.yaml | 4 ++-- .../cfn/nested/cloud_orchestrator_single_rds_manual_vpc.yaml | 4 ++-- deployments/kubernetes/amd64/cloud_orchestrator.yml | 4 ++-- deployments/kubernetes/arm64/cloud_orchestrator.yml | 4 ++-- .../cloud_cluster/templates/k8s/cloud_orchestrator.yml | 4 ++-- src/Service/CloudServiceInterface.php | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/cloud.doxyfile b/cloud.doxyfile index ce2b519ffe..cf9f6b3cea 100644 --- a/cloud.doxyfile +++ b/cloud.doxyfile @@ -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.2.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/deployments/cfn/nested/cloud_orchestrator_full.yaml b/deployments/cfn/nested/cloud_orchestrator_full.yaml index c4f944d390..9cc4061419 100644 --- a/deployments/cfn/nested/cloud_orchestrator_full.yaml +++ b/deployments/cfn/nested/cloud_orchestrator_full.yaml @@ -699,11 +699,11 @@ Parameters: - UTC CloudOrchestratorVersion: Description: Version of the Cloud Orchestrator to install. - Default: 6.1.0 + Default: 6.2.0 Type: String AllowedValues: - 5.8.0 - - 6.1.0 + - 6.2.0 - 7.x-dev CacheNodeType: Description: >- diff --git a/deployments/cfn/nested/cloud_orchestrator_full_manual_vpc.yaml b/deployments/cfn/nested/cloud_orchestrator_full_manual_vpc.yaml index 3b2e4ea9f8..4365b60442 100644 --- a/deployments/cfn/nested/cloud_orchestrator_full_manual_vpc.yaml +++ b/deployments/cfn/nested/cloud_orchestrator_full_manual_vpc.yaml @@ -730,11 +730,11 @@ Parameters: - UTC CloudOrchestratorVersion: Description: Version of the Cloud Orchestrator to install. - Default: 6.1.0 + Default: 6.2.0 Type: String AllowedValues: - 5.8.0 - - 6.1.0 + - 6.2.0 - 7.x-dev CacheNodeType: Description: >- diff --git a/deployments/cfn/nested/cloud_orchestrator_single.yaml b/deployments/cfn/nested/cloud_orchestrator_single.yaml index 858ff7cba5..0a787e3e6b 100644 --- a/deployments/cfn/nested/cloud_orchestrator_single.yaml +++ b/deployments/cfn/nested/cloud_orchestrator_single.yaml @@ -624,11 +624,11 @@ Parameters: - UTC CloudOrchestratorVersion: Description: Version of the Cloud Orchestrator to install. - Default: 6.1.0 + Default: 6.2.0 Type: String AllowedValues: - 5.8.0 - - 6.1.0 + - 6.2.0 - 7.x-dev Resources: IamRole: diff --git a/deployments/cfn/nested/cloud_orchestrator_single_ami.yaml b/deployments/cfn/nested/cloud_orchestrator_single_ami.yaml index 9ddc926de2..4745f7501a 100644 --- a/deployments/cfn/nested/cloud_orchestrator_single_ami.yaml +++ b/deployments/cfn/nested/cloud_orchestrator_single_ami.yaml @@ -142,11 +142,11 @@ Parameters: and contain alphanumeric characters and underscores. CloudOrchestratorVersion: Description: Version of the Cloud Orchestrator to install. - Default: 6.1.0 + Default: 6.2.0 Type: String AllowedValues: - 5.8.0 - - 6.1.0 + - 6.2.0 - 7.x-dev Resources: IamRole: diff --git a/deployments/cfn/nested/cloud_orchestrator_single_manual_vpc.yaml b/deployments/cfn/nested/cloud_orchestrator_single_manual_vpc.yaml index e464ee35db..5286aa84bf 100644 --- a/deployments/cfn/nested/cloud_orchestrator_single_manual_vpc.yaml +++ b/deployments/cfn/nested/cloud_orchestrator_single_manual_vpc.yaml @@ -639,11 +639,11 @@ Parameters: - UTC CloudOrchestratorVersion: Description: Version of the Cloud Orchestrator to install. - Default: 6.1.0 + Default: 6.2.0 Type: String AllowedValues: - 5.8.0 - - 6.1.0 + - 6.2.0 - 7.x-dev Resources: IamRole: diff --git a/deployments/cfn/nested/cloud_orchestrator_single_rds_manual_vpc.yaml b/deployments/cfn/nested/cloud_orchestrator_single_rds_manual_vpc.yaml index 41e5d41c33..f71f1ee0ab 100644 --- a/deployments/cfn/nested/cloud_orchestrator_single_rds_manual_vpc.yaml +++ b/deployments/cfn/nested/cloud_orchestrator_single_rds_manual_vpc.yaml @@ -726,11 +726,11 @@ Parameters: - UTC CloudOrchestratorVersion: Description: Version of the Cloud Orchestrator to install. - Default: 6.1.0 + Default: 6.2.0 Type: String AllowedValues: - 5.8.0 - - 6.1.0 + - 6.2.0 - 7.x-dev Resources: IamRole: diff --git a/deployments/kubernetes/amd64/cloud_orchestrator.yml b/deployments/kubernetes/amd64/cloud_orchestrator.yml index 0541612387..1978bf5c4e 100644 --- a/deployments/kubernetes/amd64/cloud_orchestrator.yml +++ b/deployments/kubernetes/amd64/cloud_orchestrator.yml @@ -114,7 +114,7 @@ spec: spec: containers: - name: cloud-orchestrator - image: docomoinnovations/cloud_orchestrator:6.x-dev + image: docomoinnovations/cloud_orchestrator:6.2.0 imagePullPolicy: Always command: ["bash", "-c"] args: @@ -127,7 +127,7 @@ spec: "${SCRIPT}" env: - name: CLOUD_ORCHESTRATOR_VERSION - value: 6.x-dev + value: 6.2.0 - name: DRUPAL_USER valueFrom: secretKeyRef: diff --git a/deployments/kubernetes/arm64/cloud_orchestrator.yml b/deployments/kubernetes/arm64/cloud_orchestrator.yml index ff5700edbc..eb529303fd 100644 --- a/deployments/kubernetes/arm64/cloud_orchestrator.yml +++ b/deployments/kubernetes/arm64/cloud_orchestrator.yml @@ -114,7 +114,7 @@ spec: spec: containers: - name: cloud-orchestrator - image: docomoinnovations/cloud_orchestrator:6.x-dev-arm64 + image: docomoinnovations/cloud_orchestrator:6.2.0-arm64 imagePullPolicy: Always command: ["bash", "-c"] args: @@ -127,7 +127,7 @@ spec: "${SCRIPT}" env: - name: CLOUD_ORCHESTRATOR_VERSION - value: 6.x-dev + value: 6.2.0 - name: DRUPAL_USER valueFrom: secretKeyRef: diff --git a/modules/cloud_service_providers/cloud_cluster/templates/k8s/cloud_orchestrator.yml b/modules/cloud_service_providers/cloud_cluster/templates/k8s/cloud_orchestrator.yml index 3ca1e37733..59ebb243b5 100644 --- a/modules/cloud_service_providers/cloud_cluster/templates/k8s/cloud_orchestrator.yml +++ b/modules/cloud_service_providers/cloud_cluster/templates/k8s/cloud_orchestrator.yml @@ -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.2.0{{ 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.2.0 - name: DRUPAL_USER valueFrom: secretKeyRef: diff --git a/src/Service/CloudServiceInterface.php b/src/Service/CloudServiceInterface.php index f0d7fb289b..a668e781d6 100644 --- a/src/Service/CloudServiceInterface.php +++ b/src/Service/CloudServiceInterface.php @@ -16,7 +16,7 @@ interface CloudServiceInterface { /** * The version signature string. */ - public const VERSION = '6.x-dev'; + public const VERSION = '6.2.0'; /** * Get the version number of the module. -- GitLab