Releases: ai4os/ai4os-hub-qa
Releases · ai4os/ai4os-hub-qa
v1.2.0
v1.1.0
1.1.0 (2024-08-12)
Features
- change order of tests (036321f)
- check for license existence (00d04ce)
- Check for V2 metadata (029855f)
- do not use SQA tooling (dfe44bb)
- fail directly if metadata file not present (dfad47f)
- update OSCAR services (3db8a90)
- use parallel tests (6ad7b1b)
Bug Fixes
- add OSCAR cluster before submitting (80c1374)
- always clean build (7d8d58b)
- check for both YAML and JSON metadata files (5876ec4)
- do not use folder properties to store credentials (0ed1ab3)
- rename stages (5c99c13)
- rename stages (d1dc05f)
- skip OSCAR stage (df0142b)
- skip stage if file not present (0f2544f)
- skip stage if no images to upload (6e30f6e)
- typo (b20ea9b)
- typo in parallel stage (3b281c7)
- use ai4-metadata to check for both versions (e69697d)
- use correct path (c56c680)
- use correct path (9771763)
- write JSON as a temporary file (5189c52)
1.0.0
fix: move variable definition into its own stage Lets initialize variables outside the docker stage, as otherwise it may fail as they are not defined, if the next stage is not executed.