Skip to content

Releases: Cray-HPE/hms-power-control

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

v2.2.0: Generate correct PowerCapURI for Olympus hardware

11 Mar 17:26
53fc9df
Compare
Choose a tag to compare

[2.2.0] - 2024-03-11

Fixed

  • CASMHMS-6146: Generate correct PowerCapURI for Olympus hardware

v2.1.0: Remove unused HSNBoard related code

11 Mar 17:28
4698354
Compare
Choose a tag to compare

[2.1.0] - 2024-02-27

Removed

  • CASMHMS-6131: Remove unused HSNBoard related code

v2.0.0: Reduce ETCD Usage for Complete Records

29 Sep 18:32
aa3ba9b
Compare
Choose a tag to compare

[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.

1.10.0: Utilize HSM PowerMaps in PCS

09 Jun 14:41
2f2fc78
Compare
Choose a tag to compare

[1.10.0] - 2023-06-08

Added

  • CASMHMS-5995 - Functionality to utilize PowerMaps in HSM when available.

Fixed

  • CASMHMS-5998 - Memory leak in transitions and power-cap domain functions.
  • CASMHMS-5996 - power-cap naming mismatch between snapshots and parsed HSM data.