Releases: Cray-HPE/hms-bss
Releases · Cray-HPE/hms-bss
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
Replace s3 URIs with signed URLs for metal.server when creating the bootscript
Replace s3:// urls with signed urls for metal.server (#51) When creating the bootscript bss will now convert s3:// urls to signed urls. This conversion is done for the params field for the metal.server field. For example, it will convert the following to a signed url: 'metal.server=s3://bucket/path' It will leave other s3 uris alone. For example this will remain untouched: 'root=craycps-s3:s3://boot-images/2b63caf8' Jira: CASMHMS-5656