Skip to content

Commit

Permalink
Bump version to 0.9.8.8
Browse files Browse the repository at this point in the history
- Add support for regenerating SSL certificates for UCSM & CIMC devices in CLI & GUI
- Add support for cleaning an Intersight account (removes all pools, policies, profiles & templates) in GUI
- Add support for UCS M7 servers with Emerald Rapids CPUs
- Add support for VIC QinQ & SRIOV in Intersight config
- Add support for UCSM custom OUI for FC configuration
- Bump up minimum Intersight Appliance required version to 1.0.9-655
- Miscellaneous bug fixes and improvements
  • Loading branch information
vesposito committed Apr 5, 2024
1 parent 51667f5 commit dd5c356
Show file tree
Hide file tree
Showing 144 changed files with 4,880 additions and 810 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ python easyucs_api.py

## Versioning

### 0.9.8.8

* Add support for regenerating SSL certificates for UCSM & CIMC devices in CLI & GUI
* Add support for cleaning an Intersight account (removes all pools, policies, profiles & templates) in GUI
* Add support for UCS M7 servers with Emerald Rapids CPUs
* Add support for VIC QinQ & SRIOV in Intersight config
* Add support for UCSM custom OUI for FC configuration
* Bump up minimum Intersight Appliance required version to 1.0.9-655
* Miscellaneous bug fixes and improvements

### 0.9.8.7

* Add support for Organization Sharing in Intersight config
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "Marc Abu El Ghait, Franck Bonneau and Vincent Esposito"
__copyright__ = "Copyright 2016-2024, Cisco"

__version__ = "0.9.8.7"
__version__ = "0.9.8.8"
__status__ = "Development"

# https://realpython.com/pypi-publish-python-package/
Expand Down
303 changes: 269 additions & 34 deletions api/api_server.py

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions api/specs/clear_config_post.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$ref": "easyucs.json#/components/schemas/clear_config_post"
}
3 changes: 3 additions & 0 deletions api/specs/config_post.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$ref": "easyucs.json#/components/schemas/config_inventory_form_data_post"
}
3 changes: 3 additions & 0 deletions api/specs/devices_actions_clear_intersight_claim_status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$ref": "easyucs.json#/components/schemas/devices_actions_clear_intersight_claim_status_post"
}
Loading

0 comments on commit dd5c356

Please sign in to comment.