Skip to content

Releases: ai4os/ai4os-hub-qa

v1.2.0

03 Sep 08:57
Compare
Choose a tag to compare

1.2.0 (2024-08-22)

Features

  • re-order stages, execute User tests for all repos (c1b2c4f)
  • use ai4os CI images (c224c83)
  • when only metadata files have changed, run only metadata tests (#11) (840d6ff), closes #9

Bug Fixes

  • always execut rm -rf ai4os-hub-check-artifact (e12f288)
  • in the Docker image build process, trying to take into account the current git branch (b4e331f)
  • revert back order of stages; feat: read V1/V2 metadata for Docker image build (bf7d083)

v1.1.0

12 Aug 15:29
Compare
Choose a tag to compare

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

28 May 11:21
Compare
Choose a tag to compare
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.