diff --git a/cloud.doxyfile b/cloud.doxyfile index ce2b519ffe8d99015e1bf75a44c61ef3f873d972..cf9f6b3ceabd65b0ffbb90a4877c47ff4f513886 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 c4f944d390ccd72ad3a80c1871f35d67e1efc6b2..9cc40614190b79a5f4a2c7cc9450f9bf11db22ab 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 3b2e4ea9f81ec4b3e7bb19a8d5121f98fd4c8fdd..4365b604424c3766fa5f5a63054902e7ddfa411a 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 858ff7cba5808d524b4552c8272ed522d8bf9bde..0a787e3e6b9d223f2e045d68a541dbdbeabcc03d 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 9ddc926de2a2b8e276a6a4eb59c97dbdeb6bc49b..4745f7501a1106904d987b8deba0a1772cf1d14d 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 e464ee35db00620a366a6025618edbb826b98785..5286aa84bf86e8a7cfa45ea5d803a510de30a91f 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 41e5d41c336fc742a1384064131f8ad5c1a273c3..f71f1ee0ab02bb4345c573c27f030d730c6693de 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 0541612387a267e7c9b76974fea5a4cd0da427df..1978bf5c4ef997ba81af8e29149407b566aa20b6 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 ff5700edbccedaeeb78cc6cafc54f65adf392d84..eb529303fdf0e9080a14a9c66de65c49160a8cc9 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 3ca1e37733ff0dcba9c65110f4fc885592c501f8..59ebb243b5a7dfa6e5df3c39534c8b14de947ae9 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 f0d7fb289b748ab7eeb90e755c28cbe31e6d17dd..a668e781d627ebc537e98c73d2f09e809aa4326e 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.