Commit 15dde5cc authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3272183 by yas, baldwinlouie: Release 5.0.0-alpha1

parent a0ddc29d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ Requirements

  - PHP `8.0` or higher (`128 MB` memory or higher)
  - MySQL `5.7` or higher _OR_ MariaDB `10.3` or higher
  - Drupal `9.3` or higher
  - Cloud `5.x-dev`
  - Drupal `9.4` or higher
  - Cloud `5.0.0-alpha1`
    - 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
     ) `5.x-dev` from [AWS Marketplace](
     ) `5.0.0-alpha1` 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
+1 −1
Original line number Diff line number Diff line
@@ -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.5.x-dev
PROJECT_NUMBER = ver.5.0.0-alpha1

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'Cloud'
type: module
description: 'Allows users to manage cloud service providers.'
package: Cloud
core_version_requirement: ^9.3
core_version_requirement: ^9.4
configure: cloud.settings
dependencies:
  - drupal:field
+7 −7
Original line number Diff line number Diff line
cloud:
  version: 5.x-dev
  version: 5.0.0-alpha1
  js:
    js/cloud.js: {}
  dependencies:
    - core/jquery

cloud_view_builder:
  version: 5.x-dev
  version: 5.0.0-alpha1
  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: 5.x-dev
  version: 5.0.0-alpha1
  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: 5.x-dev
  version: 5.0.0-alpha1
  js:
    js/cloud_config_location.js: {}
  dependencies:
@@ -93,20 +93,20 @@ cloud_config_location:
      css/cloud_config_location.css: {}

cloud_geocoder:
  version: 5.x-dev
  version: 5.0.0-alpha1
  js:
    js/cloud_geocoder.js: {}
  dependencies:
    - core/jquery

cloud_icon:
  version: 5.x-dev
  version: 5.0.0-alpha1
  css:
    theme:
      css/cloud_icon.css: {}

cloud_ansi_color:
  version: 5.x-dev
  version: 5.0.0-alpha1
  css:
    theme:
      css/cloud_ansi_color.css: {}
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  "homepage": "https://drupal.org/project/cloud",
  "require": {
    "aws/aws-sdk-php": "^3",
    "drupal/bootstrap_cloud": "^2",
    "drupal/rigel": "^5",
    "drupal/geocoder": "^3",
    "drupal/entity_export_csv": "1.x-dev@dev",
    "drupal/simple_oauth": "^5.0",
Loading