Releases: Cray-HPE/hms-bss
Releases · Cray-HPE/hms-bss
v1.29.0: Updated to go 1.23
Updated to go 1.23 (#63) - Updated go version to 1.23 - Updated hm-hmetcd to a version built with go 1.23 - Removed the -i option from go build - Updated build image to golang:1.23.3-alpine3.20 CASMHMS-6303 CASMHMS-6317
v1.28.0: Add missing '\n' in boot command
v1.27.0: Call `imgstat` after an `initrd` is downloaded to print its image size and any other properties
Merge pull request #61 from Cray-HPE/CASMHMS-6281-imgstat CASMHMS-6281 imgstat
v1.26.0: Merge pull request #56 from Cray-HPE/CASMHMS-5821-part2
Add retry when getting a bootscript
v1.25.1
v1.25.0
v1.24.0: Fixed filtering by xname in endpoint-history requests
Fixed filtering by xname in endpoint-history requests (#58) - Searching with an xname prefix and no endpoint type would return everything that matched the prefix. With this change it now will only match the xname exactly and not by prefix. - Searching with a bad endpoint type would return a result. With this change it will return an empty list. CASMHMS-5812 CASMHMS-5813
v1.23.0
v1.22.0: Pull in newer hms-test image
Also have the tavern tests look in the correct directory.
Added type to spire request
Added type to spire request (#52) This change adds the query parameter, type, when requesting a token from spire. - For Role == Compute it adds type=compute - For Role == Application and SubRole == UAN it adds type=uan Jira: CASMHMS-5682