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

Issue #3272190 by yas, baldwinlouie: Release 4.1.0

parent 1a0c763e
No related branches found
Tags 2.0.0-beta2
No related merge requests found
Showing
with 59 additions and 53 deletions
......@@ -11,7 +11,7 @@ Requirements
- PHP `7.4` or higher (`128 MB` memory or higher)
- MySQL `5.7` or higher _OR_ MariaDB `10.3` or higher
- Drupal `9.3` or higher
- Cloud `4.x`
- Cloud `4.1.0`
- This branch includes support for _AWS_, _Kubernetes_, _OpenStack_,
_VMware_ and _Terraform Cloud_
- Future support includes _GCP_ and _MS Azure_
......@@ -44,7 +44,7 @@ Installation
docomoinnovations/cloud_orchestrator cloud_orchestrator`
2. Launch Cloud [Cloud Orchestrator](
https://www.drupal.org/project/cloud_orchestrator
) `4.x` from [AWS Marketplace](
) `4.1.0` from [AWS Marketplace](
https://aws.amazon.com/marketplace/pp/B08PN2Z6X6?ref_=srh_res_product_title
)
3. Launch an Amazon EC2 instance of Cloud Orchestrator using
......
......@@ -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.1.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
cloud:
version: 4.x
version: 4.1.0
js:
js/cloud.js: {}
dependencies:
- core/jquery
cloud_view_builder:
version: 4.x
version: 4.1.0
css:
theme:
css/cloud_view_builder.css: {}
......@@ -21,7 +21,7 @@ d3:
https://d3js.org/d3.v5.min.js: { type: external, minified: true }
d3-horizon-chart:
version: 4.x
version: 4.1.0
license:
name: Apache License, Version 2.0
url: http://www.apache.org/licenses/LICENSE-2.0
......@@ -82,7 +82,7 @@ chartjs:
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js: { type: external, minified: true }
cloud_config_location:
version: 4.x
version: 4.1.0
js:
js/cloud_config_location.js: {}
dependencies:
......@@ -93,20 +93,20 @@ cloud_config_location:
css/cloud_config_location.css: {}
cloud_geocoder:
version: 4.x
version: 4.1.0
js:
js/cloud_geocoder.js: {}
dependencies:
- core/jquery
cloud_icon:
version: 4.x
version: 4.1.0
css:
theme:
css/cloud_icon.css: {}
cloud_ansi_color:
version: 4.x
version: 4.1.0
css:
theme:
css/cloud_ansi_color.css: {}
......@@ -707,11 +707,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.0.0
Default: 4.1.0
Type: String
AllowedValues:
- 3.2.0
- 4.0.0
- 4.1.0
- 5.0.0-alpha1
- 5.x-dev
CacheNodeType:
Description: >-
......
......@@ -738,11 +738,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.0.0
Default: 4.1.0
Type: String
AllowedValues:
- 3.2.0
- 4.0.0
- 4.1.0
- 5.0.0-alpha1
- 5.x-dev
CacheNodeType:
Description: >-
......
......@@ -624,11 +624,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.0.0
Default: 4.1.0
Type: String
AllowedValues:
- 3.2.0
- 4.0.0
- 4.1.0
- 5.0.0-alpha1
- 5.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: 4.0.0
Default: 4.1.0
Type: String
AllowedValues:
- 3.2.0
- 4.0.0
- 4.1.0
- 5.0.0-alpha1
- 5.x-dev
Resources:
IamRole:
......
......@@ -639,11 +639,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.0.0
Default: 4.1.0
Type: String
AllowedValues:
- 3.2.0
- 4.0.0
- 4.1.0
- 5.0.0-alpha1
- 5.x-dev
Resources:
IamRole:
......
......@@ -721,11 +721,12 @@ Parameters:
- UTC
CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install.
Default: 4.0.0
Default: 4.1.0
Type: String
AllowedValues:
- 3.2.0
- 4.0.0
- 4.1.0
- 5.0.0-alpha1
- 5.x-dev
Resources:
IamRole:
......
......@@ -93,7 +93,7 @@ Resources:
Handler: index.handler
MemorySize: 128
Role: !GetAtt LambdaExecutionRole.Arn
Runtime: "python3.6"
Runtime: "python3.9"
Timeout: 30
Code:
ZipFile: |
......
react_app:
version: 4.x-dev
version: 4.1.0
js:
js/2.chunk.js: { minified: true }
js/3.chunk.js: { minified: true }
......
......@@ -11,7 +11,7 @@ REQUIREMENTS
============
- Drupal `9.3.x` or higher (The latest version of Drupal `9.x`)
- Cloud `4.x` or higher
- Cloud `4.1.0` or higher
INSTALLATION
============
......
aws_cloud_form:
version: 4.x
version: 4.1.0
js:
js/aws_cloud_form.js: {}
css:
......@@ -10,7 +10,7 @@ aws_cloud_form:
- cloud/select2
aws_cloud_security_groups:
version: 4.x
version: 4.1.0
js:
js/aws_cloud_security_groups.js: {}
css:
......@@ -20,20 +20,20 @@ aws_cloud_security_groups:
- core/jquery
aws_cloud_auto_refresh:
version: 4.x
version: 4.1.0
js:
js/aws_cloud_auto_refresh.js: {}
dependencies:
- core/jquery
aws_cloud_view_builder:
version: 4.x
version: 4.1.0
css:
theme:
css/aws_cloud_view_builder.css: {}
aws_cloud_instance_type_prices:
version: 4.x
version: 4.1.0
js:
js/aws_cloud_instance_type_prices.js: {}
css:
......@@ -41,7 +41,7 @@ aws_cloud_instance_type_prices:
css/aws_cloud_instance_type_prices.css: {}
aws_cloud_image_import:
version: 4.x
version: 4.1.0
js:
js/aws_cloud_image_import.js: {}
css:
......@@ -52,7 +52,7 @@ aws_cloud_image_import:
- cloud/select2
aws_cloud_instance_monitor:
version: 4.x
version: 4.1.0
js:
js/aws_cloud_instance_monitor.js: {}
dependencies:
......@@ -61,7 +61,7 @@ aws_cloud_instance_monitor:
aws_cloud_instance_monitor_horizon_chart:
version: 4.x
version: 4.1.0
js:
js/aws_cloud_instance_monitor_horizon_chart.js: {}
dependencies:
......
......@@ -11,7 +11,7 @@ REQUIREMENTS
============
- Drupal `9.3.x` or higher (The latest version of Drupal `9.x`)
- Cloud `4.x` or higher
- Cloud `4.1.0` or higher
INSTALLATION
============
......
......@@ -12,7 +12,7 @@ REQUIREMENTS
============
- Drupal `9.3.x` or higher (The latest version of Drupal `9.x`)
- Cloud `4.x` or higher
- Cloud `4.1.0` or higher
INSTALLATION
============
......
......@@ -11,7 +11,7 @@ REQUIREMENTS
============
- Drupal `9.3.x` or higher (The latest version of Drupal `9.x`)
- Cloud `4.x` or higher
- Cloud `4.1.0` or higher
INSTALLATION
============
......
......@@ -8,7 +8,7 @@ moment:
https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js: { type: external, minified: true }
k8s_entity_metrics:
version: 4.x
version: 4.1.0
js:
js/k8s_entity_metrics.js: {}
dependencies:
......@@ -18,7 +18,7 @@ k8s_entity_metrics:
# K8s node heatmap
k8s_node_heatmap:
version: 4.x
version: 4.1.0
js:
js/k8s_node_heatmap.js: {}
dependencies:
......@@ -26,7 +26,7 @@ k8s_node_heatmap:
- cloud/d3
k8s_node_allocated_resources:
version: 4.x
version: 4.1.0
js:
js/k8s_node_allocated_resources.js: {}
dependencies:
......@@ -34,7 +34,7 @@ k8s_node_allocated_resources:
- cloud/d3
k8s_namespace_costs_chart:
version: 4.x
version: 4.1.0
js:
js/k8s_namespace_costs_chart.js: {}
dependencies:
......@@ -44,7 +44,7 @@ k8s_namespace_costs_chart:
- cloud/chartjs
k8s_namespace_costs_horizon_chart:
version: 4.x
version: 4.1.0
js:
js/k8s_namespace_costs_horizon_chart.js: {}
dependencies:
......@@ -52,14 +52,14 @@ k8s_namespace_costs_horizon_chart:
- cloud/d3-horizon-chart
k8s_cost_block:
version: 4.x
version: 4.1.0
js:
js/k8s_cost_block.js: {}
dependencies:
- core/jquery
k8s_project_costs_chart:
version: 4.x
version: 4.1.0
js:
js/k8s_project_costs_chart.js: {}
dependencies:
......@@ -69,7 +69,7 @@ k8s_project_costs_chart:
- cloud/chartjs
k8s_project_costs_horizon_chart:
version: 4.x
version: 4.1.0
js:
js/k8s_project_costs_horizon_chart.js: {}
dependencies:
......@@ -77,19 +77,19 @@ k8s_project_costs_horizon_chart:
- cloud/d3-horizon-chart
k8s_all_resources:
version: 4.x
version: 4.1.0
js:
js/k8s_all_resources.js: {}
dependencies:
- core/jquery
k8s_refresh_resource_trigger:
version: 4.x
version: 4.1.0
js:
js/k8s_refresh_resource_trigger.js: {}
k8s_node_allocated_resources_chart:
version: 4.x
version: 4.1.0
js:
js/k8s_node_allocated_resources_chart.js: {}
dependencies:
......@@ -99,7 +99,7 @@ k8s_node_allocated_resources_chart:
- cloud/chartjs
k8s_node_allocated_resources_horizon_chart:
version: 4.x
version: 4.1.0
js:
js/k8s_node_allocated_resources_horizon_chart.js: {}
dependencies:
......@@ -107,14 +107,14 @@ k8s_node_allocated_resources_horizon_chart:
- cloud/d3
k8s_launch_template_vertical_tab:
version: 4.x
version: 4.1.0
js:
js/k8s_launch_template_vertical_tab.js: {}
dependencies:
- core/jquery
k8s_launch_template_source_type:
version: 4.x
version: 4.1.0
js:
js/k8s_launch_template_source_type.js: {}
dependencies:
......
......@@ -11,7 +11,7 @@ REQUIREMENTS
============
- Drupal `9.3.x` or higher (The latest version of Drupal `9.x`)
- Cloud `4.x` or higher
- Cloud `4.1.0` or higher
INSTALLATION
============
......
openstack_form:
version: 4.x
version: 4.1.0
js:
js/openstack_form.js: {}
dependencies:
......
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