-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
================================ | ||
Spot Cloud Modules Release Notes | ||
================================ | ||
|
||
.. contents:: Topics | ||
|
||
|
||
v1.0.0 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
New collection - adding all existing modules. | ||
|
||
New Modules | ||
----------- | ||
|
||
- spot.cloud_modules.aws_elastigroup - Manage (Create, Update, Delete) Spot AWS Elastigroups | ||
- spot.cloud_modules.aws_managed_instance - Create, update or delete Spot AWS Managed Instances | ||
- spot.cloud_modules.aws_mrscaler - Create, update or delete Spot MRScaler | ||
- spot.cloud_modules.aws_ocean_k8s - Create, update or delete Spot Ocean K8s | ||
- spot.cloud_modules.event_subscription - Create event subscription for resource |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
ancestor: null | ||
releases: | ||
1.0.0: | ||
changes: | ||
release_summary: New collection - adding all existing modules. | ||
fragments: | ||
- 1-0-0-summary.yml | ||
- 3641626-adjust-tests.yml | ||
modules: | ||
- description: Manage (Create, Update, Delete) Spot AWS Elastigroups | ||
name: aws_elastigroup | ||
namespace: '' | ||
- description: Create, update or delete Spot AWS Managed Instances | ||
name: aws_managed_instance | ||
namespace: '' | ||
- description: Create, update or delete Spot MRScaler | ||
name: aws_mrscaler | ||
namespace: '' | ||
- description: Create, update or delete Spot Ocean K8s | ||
name: aws_ocean_k8s | ||
namespace: '' | ||
- description: Create event subscription for resource | ||
name: event_subscription | ||
namespace: '' | ||
release_date: '2021-12-14' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.