Skip to content

Releases: Cray-HPE/hms-bss

v1.27.0: Call `imgstat` after an `initrd` is downloaded to print its image size and any other properties

30 Sep 18:52
896d2c9
Compare
Choose a tag to compare
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

10 Jul 16:34
1847f88
Compare
Choose a tag to compare

v1.25.1

01 Jun 16:51
b2ae317
Compare
Choose a tag to compare
Merge pull request #60 from mharding-hpe/CASMCMS-8651

CASMCMS-8651: Update two example strings in API spec to refer to S3 instead of ARS

v1.25.0

24 May 16:56
2ed3d26
Compare
Choose a tag to compare

What's Changed

  • CASMHMS-6018 Pre-signed URL support root=live: by @rustydb in #59

New Contributors

Full Changelog: v1.24.0...v1.25.0

v1.24.0: Fixed filtering by xname in endpoint-history requests

14 Apr 22:23
c682c2e
Compare
Choose a tag to compare
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

26 Jan 22:31
a7ed452
Compare
Choose a tag to compare
Merge pull request #57 from mharding-hpe/CASMHMS-5894

CASMHMS-5894: Language linting of API spec

v1.22.0: Pull in newer hms-test image

13 Jan 19:28
Compare
Choose a tag to compare
Also have the tavern tests look in the correct directory.

Added type to spire request

23 Aug 17:18
7d13dbd
Compare
Choose a tag to compare
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

10 Aug 13:35
6d30c06
Compare
Choose a tag to compare
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

v1.19.0

20 Jul 00:09
f2d4991
Compare
Choose a tag to compare

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