Releases: Cray-HPE/hms-power-control
Releases · Cray-HPE/hms-power-control
v2.6.0: Fix PCS/TRS resource leaks and scaling issues
[2.6.0] - 2024-11-25
Changed
- Updated hms-trs-app-api vendor code (bug fixes and enhancements)
- Passed PCS's log level through to TRS to match PCS's
- Configured TRS to use connection pools for status requests to BMCs
- Renamed PCS_STATUS_HTTP_TIMEOUT to PCS_STATUS_TIMEOUT as it is not an http timeout
- Added PCS_MAX_IDLE_CONNS and PCS_MAX_IDLE_CONNS_PER_HOST env variables which allow overriding PCS's connection pool settings in TRS
- Added PCS_BASE_TRS_TASK_TIMEOUT env variable which allows the timeout for power transitions and capping to be configured
- The above variables are configurable on PCS's helm chart
- At PCS start time, log all env variables that were set
- Added PodName global to facilitate easier debug of log messages
- Log start and end of large batched requests to BMCs
- Fixed many resource leaks associated with making http requests and using TRS
- Update required version of Go to 1.23 to avoid golang/go#59017
v2.5.0: Make status timeouts/retries configurable and update to latest hms-trs-app-api module
[2.5.0] - 2024-10-25
Changed
- Added ability to configure http status timeout and retries with
PCS_STATUS_HTTP_TIMEOUT and PCS_STATUS_HTTP_RETRIES env variables - Updated hms-trs-app-api vendor code to latest version
- Updated GoLang build version from 1.16 to 1.17 so that new vendor code compiles
v2.4.1
What's Changed
- CASMHMS-6287: Correct error and remove redundancies in PCS API spec by @mharding-hpe in #47
Full Changelog: v2.4.0...v2.4.1
v2.3.1
What's Changed
- CASMHMS-6287: Correct error and remove redundancies in PCS API spec by @mharding-hpe in #48
Full Changelog: v2.3.0...v2.3.1
v1.4.3
What's Changed
- CASMHMS-6287: Correct error and remove redundancies in PCS API spec by @mharding-hpe in #49
Full Changelog: v1.4.2...v1.4.3
v2.4.0: Parse PowerConsumedWatts for any data type and intialize pcap min/max appropriately
[2.4.0] - 2024-04-24
Added
- Parse PowerConsumedWatts for any data type and intialize pcap min/max appropriately
v2.3.0 Add POST option to get power states
What's Changed
- CASMHMS-6156: Add POST option to get power states to avoid size limitations with GET parameters by @mharding-hpe in #41
Full Changelog: v2.2.0...v2.3.0
v2.2.0: Generate correct PowerCapURI for Olympus hardware
[2.2.0] - 2024-03-11
Fixed
- CASMHMS-6146: Generate correct PowerCapURI for Olympus hardware
v2.1.0: Remove unused HSNBoard related code
[2.1.0] - 2024-02-27
Removed
- CASMHMS-6131: Remove unused HSNBoard related code
v2.0.0: Reduce ETCD Usage for Complete Records
[2.0.0] - 2023-09-28
Fixed
- CASMHMS-6058 - Reduced ETCD storage size of completed power cap tasks and transitions.
- CASMHMS-6058 - Made record expiration and the maximum number of completed records configurable.