Skip to content

Releases: Cray-HPE/hms-power-control

v2.9.0: Update image and module dependencies

17 Jan 21:57
299fb4d
Compare
Choose a tag to compare

[2.9.0] - 2025-01-17

Security

  • Update image and module dependencies

v2.8.0: Added support for pprof builds

09 Jan 17:33
3e29b65
Compare
Choose a tag to compare

[2.8.0] - 2025-01-08

Added

  • Added support for pprof builds

v2.7.0: Added support for transitions with a large number of xnames

09 Jan 07:25
8b14120
Compare
Choose a tag to compare
Fixed transitions for a large number of xnames (#46)

- Updated version to 2.7.0
- Added paging of transitions when they are stored in etcd for large
  requests
- Added truncating of the messages and error messages.

CASMHMS-6242

v2.6.0: Fix PCS/TRS resource leaks and scaling issues

25 Nov 22:24
5ddb830
Compare
Choose a tag to compare

[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

05 Nov 18:26
f8f4196
Compare
Choose a tag to compare

[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

22 Oct 19:05
f123f4b
Compare
Choose a tag to compare

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

22 Oct 19:06
7ed56f4
Compare
Choose a tag to compare

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

22 Oct 19:09
08cbe8e
Compare
Choose a tag to compare

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

30 Apr 16:26
fbf52b2
Compare
Choose a tag to compare

[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

27 Mar 21:30
f896633
Compare
Choose a tag to compare

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