Skip to content

Commit 28c9448

Browse files
ai4-botalvarolopez
authored andcommitted
chore(master): release 1.1.0
1 parent 036321f commit 28c9448

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
".": "1.0.0"
1+
{
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/ai4os/ai4os-hub-qa/compare/1.0.0...v1.1.0) (2024-08-12)
4+
5+
6+
### Features
7+
8+
* change order of tests ([036321f](https://github.com/ai4os/ai4os-hub-qa/commit/036321f61a7fb24151e1fc4ad98b8e05ca9f39b0))
9+
* check for license existence ([00d04ce](https://github.com/ai4os/ai4os-hub-qa/commit/00d04ce77756f4ed1d462723a1592d77444a2feb))
10+
* Check for V2 metadata ([029855f](https://github.com/ai4os/ai4os-hub-qa/commit/029855f55b3eccd7a3566dea9454ed424b147d31))
11+
* do not use SQA tooling ([dfe44bb](https://github.com/ai4os/ai4os-hub-qa/commit/dfe44bb258a3df68f94789657b9c39fdfaad7e14))
12+
* fail directly if metadata file not present ([dfad47f](https://github.com/ai4os/ai4os-hub-qa/commit/dfad47f08ff0444b6005fef29b07444b5e885b26))
13+
* update OSCAR services ([3db8a90](https://github.com/ai4os/ai4os-hub-qa/commit/3db8a90f1335b85136937d59af88eb3e6f37fb5d))
14+
* use parallel tests ([6ad7b1b](https://github.com/ai4os/ai4os-hub-qa/commit/6ad7b1b37433cabe2b41298365f86065db5794a9))
15+
16+
17+
### Bug Fixes
18+
19+
* add OSCAR cluster before submitting ([80c1374](https://github.com/ai4os/ai4os-hub-qa/commit/80c137444cba0c5c9143127d2de5fddce8166527))
20+
* always clean build ([7d8d58b](https://github.com/ai4os/ai4os-hub-qa/commit/7d8d58b9d314fd37a0363faa1c95d24ff8efe350))
21+
* check for both YAML and JSON metadata files ([5876ec4](https://github.com/ai4os/ai4os-hub-qa/commit/5876ec44e9b443185b8e97a6a0927dd8db5559cd))
22+
* do not use folder properties to store credentials ([0ed1ab3](https://github.com/ai4os/ai4os-hub-qa/commit/0ed1ab39abcfe3bca4bf4f98dd2c13fd3da72930))
23+
* rename stages ([5c99c13](https://github.com/ai4os/ai4os-hub-qa/commit/5c99c13b946936dd07e59e1a4fcdd2899cd7074a))
24+
* rename stages ([d1dc05f](https://github.com/ai4os/ai4os-hub-qa/commit/d1dc05fc3cf989489ef2fce8ed69d3de2bdf543d))
25+
* skip OSCAR stage ([df0142b](https://github.com/ai4os/ai4os-hub-qa/commit/df0142b7d33dd3294fc3eba046f6990e6516e28d))
26+
* skip stage if file not present ([0f2544f](https://github.com/ai4os/ai4os-hub-qa/commit/0f2544f6dfaf1ccd6321bfbfb8390cbd93eda96f))
27+
* skip stage if no images to upload ([6e30f6e](https://github.com/ai4os/ai4os-hub-qa/commit/6e30f6e083235f2096e68e92186b7676e7e0c112))
28+
* typo ([b20ea9b](https://github.com/ai4os/ai4os-hub-qa/commit/b20ea9b2df392b6edd7b9fa967d0b79149dee584))
29+
* typo in parallel stage ([3b281c7](https://github.com/ai4os/ai4os-hub-qa/commit/3b281c725476fd8fe56e8b7d4389553ed0880fec))
30+
* use ai4-metadata to check for both versions ([e69697d](https://github.com/ai4os/ai4os-hub-qa/commit/e69697dd03845d143aa5153573b72fdfaf597843))
31+
* use correct path ([c56c680](https://github.com/ai4os/ai4os-hub-qa/commit/c56c680e3b28aab43a5d9bb2afcdcb26ece41276))
32+
* use correct path ([9771763](https://github.com/ai4os/ai4os-hub-qa/commit/97717631848928366d25122813cbab8ebfb09da1))
33+
* write JSON as a temporary file ([5189c52](https://github.com/ai4os/ai4os-hub-qa/commit/5189c52b3eff67540c10f6a630ca4970b8128cfa))

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)