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

Issue #3352627 by yas: Hotfix - Cloud 6.x-dev

parent 713fa4dc
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 22 deletions
......@@ -2,7 +2,7 @@ name: 'Cloud'
type: module
description: 'Allows users to manage cloud service providers.'
package: Cloud
core_version_requirement: ^9.5
core_version_requirement: ^9.5 || ^10
configure: cloud.settings
dependencies:
- drupal:field
......
......@@ -10,7 +10,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'Cloud Budget'
type: module
description: 'Allows users to manage Cloud Budget.'
package: Cloud
core_version_requirement: ^9.5
core_version_requirement: ^9.5 || ^10
configure: cloud_budget.settings
dependencies:
- cloud:cloud
......@@ -10,7 +10,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'Cloud Orchestrator Worker'
type: module
description: 'Allows users to manage Cloud Orchestrator Workers.'
package: Cloud
core_version_requirement: ^9
core_version_requirement: ^9.5 || ^10
configure: cloud_cluster_worker.settings
dependencies:
- drupal:serialization
......
......@@ -6,7 +6,7 @@ Introduction
Requirements
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
- [Simple OAuth](
https://www.drupal.org/project/simple_oauth
......
......@@ -3,7 +3,7 @@ type: module
description: 'Allows users to manage Cloud module by SPA Form.'
package: Cloud
configure: cloud_dashboard.settings
core_version_requirement: ^9.3
core_version_requirement: ^9.5 || ^10
dependencies:
- drupal:simple_oauth
- drupal:jsonapi
......
......@@ -10,7 +10,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'AWS Cloud'
type: module
description: 'Allows users to manage Amazon Web Services (AWS).'
package: Cloud service providers
core_version_requirement: ^9.5
core_version_requirement: ^9.5 || ^10
configure: aws_cloud.settings
dependencies:
- cloud:cloud
......@@ -10,7 +10,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'Cloud Orchestrator'
type: module
description: 'Allows users to manage Cloud Orchestrators.'
package: Cloud service providers
core_version_requirement: ^9
core_version_requirement: ^9.5 || ^10
configure: cloud_cluster.settings
dependencies:
- drupal:rest
......
......@@ -11,7 +11,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'Docker'
type: module
description: 'Allows users to manage Docker configuration.'
package: Cloud service providers
core_version_requirement: ^9.5
core_version_requirement: ^9.5 || ^10
configure: docker.settings
dependencies:
- cloud:cloud
......@@ -10,7 +10,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'K8s'
type: module
description: 'Allows users to manage Kubernetes (K8s).'
package: Cloud service providers
core_version_requirement: ^9.5
core_version_requirement: ^9.5 || ^10
configure: k8s.settings
dependencies:
- cloud:cloud
......@@ -10,7 +10,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'OpenStack'
type: module
description: 'Allows users to manage OpenStack.'
package: Cloud service providers
core_version_requirement: ^9.5
core_version_requirement: ^9.5 || ^10
configure: openstack.settings
dependencies:
- cloud:aws_cloud
......@@ -10,7 +10,7 @@ INTRODUCTION
REQUIREMENTS
============
- Drupal `9.5.x` or higher (The latest version of Drupal `9.x`)
- Drupal `10.x` or higher (The latest version of Drupal `10.x`)
- Cloud `6.x` or higher
INSTALLATION
......
......@@ -2,7 +2,7 @@ name: 'Terraform Cloud'
type: module
description: 'Allows users to manage and run Terraform Cloud.'
package: Cloud service providers
core_version_requirement: ^9.5
core_version_requirement: ^9.5 || ^10
configure: terraform.settings
dependencies:
- cloud:cloud
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