Skip to content

Commit

Permalink
Generate Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsharma-123 committed Oct 26, 2024
1 parent ddbf3c7 commit f9ed67c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.17.1] - 2024-10-26
### Fixed
- `instance_name` field in the `Roll` model for Ocean GCP

## [3.17.0] - 2024-10-24
### Added
- "Detach Instances", "Instance Types Filters Simulation" API support added in the GCP Ocean Client
- Added Create/Update Cluster 'Preferred Instance Type' model for the GCP Ocean
- `Detach Instances` ans `Instance Types Filters Simulation` APIs support added in the GCP Ocean Client
- Added Create/Update Cluster `Preferred Instance Type` model for the GCP Ocean

## [3.16.1] - 2024-10-22
### Added
- "Delete Volume in a Stateful Instance" API support added in the AWS Elastigroup Client.
- `Delete Volume in a Stateful Instance` API support added in the AWS Elastigroup Client.
- Added `DynamicIops` model for AWS Elastigroup.

## [3.16.0] - 2024-10-21
Expand Down
2 changes: 1 addition & 1 deletion docs/models/ocean/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ Roll(
batch_size_percentage: int = 'd3043820717d74d9a17694c176d39733',
comment: str = 'd3043820717d74d9a17694c176d39733',
launch_spec_ids: typing.List[str] = 'd3043820717d74d9a17694c176d39733',
instance_ids: typing.List[str] = 'd3043820717d74d9a17694c176d39733',
instance_names: typing.List[str] = 'd3043820717d74d9a17694c176d39733',
respect_pdb: bool = 'd3043820717d74d9a17694c176d39733')
```

Expand Down
2 changes: 1 addition & 1 deletion spotinst_sdk2/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.17.0'
__version__ = '3.17.1'

0 comments on commit f9ed67c

Please sign in to comment.