Releases: Cray-HPE/hms-bss
Releases · Cray-HPE/hms-bss
v1.19.0
What's Changed
- CASMHMS-5612 Helm CT test enhancements and CVE remediation by @schooler-hpe in #47
Full Changelog: v1.18.0...v1.19.0
v1.18.0: Change HSM v1 references to v2
[1.18.0] - 2022-06-29
Changed
- Scrubbed references to HSM v1 in favor of HSM v2.
v1.17.0
Merge pull request #46 from Cray-HPE/CASMHMS-5458/coordination-for-hm…
v1.16.0
v1.15.0 Added Referral Token
Merge pull request #43 Added the referral token
v1.14.0 Improved get boot parameters performance CASMHMS-4540
Fixed the slow rest api, get boot parameters (#42) Made the following improvements when getting boot parameters by name, nid, or mac. - Changed to first look up the name directly in the etcd data. In most cases the request is going to be for an x name and so this check will be the fastest way to satisfy the request. - Changed to use the values it gets in its initial getting of etcd data. The previous implementation was only using the names, and then re-getting the value on a per name case. - Changed to only get the kernel and initrd data once per http request. - Added an "ID to SMComponent" map for the cached state manager data. The previous implementation was looping through this data for each boot parameter entry. Jira: CASMHMS-4540
v1.13.0
Enabled tracking of last access time for bootscript and cloud-init (u…
v1.12.0
v1.11.0 Add priority to BSS ETCD cluster
Pull in new base chart to enable priority setting of the BSS ETCD cluster.
v1.10.0
Merge pull request #35 from Cray-HPE/CASMHMS-5055/break-out-hms-ct-te…