Commit 8e36ed46 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3258116 by yas, sekinet, Ryo Yamashita, Masami, baldwinlouie: Release 4.0.0

parent afee6022
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Cloud_ as a one stop portal to manage multiple cloud service providers.
Requirements
============

  - PHP `8.0` or higher (`128 MB` memory or higher)
  - 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`
@@ -207,6 +207,7 @@ cloud
`-- modules
    |-- cloud_budget
    |-- cloud_cluster_worker
    |-- cloud_dashboard
    |-- cloud_service_providers
    |   |-- aws_cloud
    |   |-- cloud_cluster
@@ -230,10 +231,6 @@ Known Issues
  module is enabled.
- As a workaround, enable `aws_cloud` when the server is idle and not processing
  an `Add cloud service provider` for _Kubernetes_ operation.
- `504 Gateway timeout` occurs while adding an _AWS Cloud service provider_
  with all AWS regions.
- `504 Gateway timeout` occurs while adding a _K8s cloud service provider_ on
  GCP.

Maintainers
===========
@@ -242,11 +239,9 @@ Maintainers
- `baldwinlouie` (https://www.drupal.org/u/baldwinlouie)
- `Hiroki Moriya` (https://www.drupal.org/u/hiroki-moriya)
- `Kumiko Ono (kumikoono)` (https://www.drupal.org/u/kumikoono)
- `Lidia Matei (XLD)` (https://www.drupal.org/u/xld)
- `Masami Suzuki (Masami)` (https://www.drupal.org/u/Masami)
- `Ryo Yamashita` (https://www.drupal.org/u/ryo-yamashita)
- `Takumaru Sekine (sekinet)` (https://www.drupal.org/u/sekinet)
- `Tamaki Fujino (TamakiFujino)` (https://www.drupal.org/u/tamakifujino)
- `Tomohiro Ono (onotm)` (https://www.drupal.org/u/onotm)
- `Xiaohua Guan` (https://www.drupal.org/u/xiaohua-guan)
- `Yutong Li (yutong.li)` (https://www.drupal.org/u/yutongli)
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ Parameters:
    Type: String
    AllowedValues:
      - 3.2.0
      - 4.0.0-rc2
      - 4.0.0
      - 4.x-dev
Resources:
  IamRole:
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ Parameters:
    Type: String
    AllowedValues:
      - 3.2.0
      - 4.0.0-rc2
      - 4.0.0
      - 4.x-dev
Resources:
  IamRole:
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ Parameters:
    Type: String
    AllowedValues:
      - 3.2.0
      - 4.0.0-rc2
      - 4.0.0
      - 4.x-dev
Resources:
  IamRole:
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ Parameters:
    Type: String
    AllowedValues:
      - 3.2.0
      - 4.0.0-rc2
      - 4.0.0
      - 4.x-dev
  CacheNodeType:
    Description: >-
Loading