Skip to content

chore(master): release 1.3.0 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [1.3.0](https://github.com/ai4os/ai4os-hub-qa/compare/v1.2.0...v1.3.0) (2025-04-02)


### Features

* add 'Update Catalog page' stage ([#20](https://github.com/ai4os/ai4os-hub-qa/issues/20)) ([2e69599](https://github.com/ai4os/ai4os-hub-qa/commit/2e6959976b8fac887a8c9a61561db3dfd60f8416))
* Add check for the first commit ([6311f40](https://github.com/ai4os/ai4os-hub-qa/commit/6311f406b53bb79b75c7b66f4ee2714f113b473e))
* add env variable SQA_CONTAINER_NAME to sanitize BUILD_TAG ([780f399](https://github.com/ai4os/ai4os-hub-qa/commit/780f399cbe0c08ec0c7d5007c4ee93a974f34287))
* enable OSCAR notifications ([467fb26](https://github.com/ai4os/ai4os-hub-qa/commit/467fb26b5ff0f7ea9ea720ff53aa9a6caf0ab9eb))


### Bug Fixes

* cases when GIT_PREVIOUS_SUCCESSFUL_COMMIT fails ([798b9ef](https://github.com/ai4os/ai4os-hub-qa/commit/798b9efff75618ade164806d0040921b86b1d84c)), closes [#18](https://github.com/ai4os/ai4os-hub-qa/issues/18)
* check for modified files with previous success commit ([#17](https://github.com/ai4os/ai4os-hub-qa/issues/17)) ([47c704f](https://github.com/ai4os/ai4os-hub-qa/commit/47c704fae05c72d9a451188b0784eac256e4e5b7))
* check metadata.json only if present (not mandatory anymore) ([a16ae8a](https://github.com/ai4os/ai4os-hub-qa/commit/a16ae8a355440c601d2ef62002e702610a2eb0e5))
* error handling for changed_files check ([146525e](https://github.com/ai4os/ai4os-hub-qa/commit/146525ef14483859beefe5044113c6f89a1ca8f8))
* error handling for changed_files check ([d16590b](https://github.com/ai4os/ai4os-hub-qa/commit/d16590b25629ebf3867a6cfcd9a8ca53075e476e))
* erroring in the changed_files check ([7d2d928](https://github.com/ai4os/ai4os-hub-qa/commit/7d2d928fdfd3a478f87b7a7a03bcdfb35ecaa1b2))
* fetch master branch for OSCAR services ([64160ba](https://github.com/ai4os/ai4os-hub-qa/commit/64160bae27838cfde57e902f12469d02dcd62871))
* fetch master branch for OSCAR services update ([5a00fca](https://github.com/ai4os/ai4os-hub-qa/commit/5a00fca377d04885e135a6ab93834864b17b117a))
* how docker image name defined (temporary solution) ([325b993](https://github.com/ai4os/ai4os-hub-qa/commit/325b993fda15d97715c0ecf9252a73394ba6ea4e))
* how docker image name defined (temporary solution) ([508cb72](https://github.com/ai4os/ai4os-hub-qa/commit/508cb72f81d37e7a2617085f00d34a367898686b))
* pass SQA_CONTAINER_NAME to child job ([ef628c2](https://github.com/ai4os/ai4os-hub-qa/commit/ef628c23385db201171bddb11831e44e6fffb363))
* run OSCAR stage in Docker ([653eec3](https://github.com/ai4os/ai4os-hub-qa/commit/653eec323b120abeb65d92d56f5a99a65f0abbc7))
* setup env vars for script with folder properties ([75c7511](https://github.com/ai4os/ai4os-hub-qa/commit/75c75116193f1540c96d5fdcb4eeb41d2e1c2826))
* SQA_CONTAINER_NAME ([69a994d](https://github.com/ai4os/ai4os-hub-qa/commit/69a994d3cdf4104883857b35d1eacf56d36bfff4))
* SQA_CONTAINER_NAME definition ([91ea9a5](https://github.com/ai4os/ai4os-hub-qa/commit/91ea9a5304fd78e31820fc3733558a13aa1af1e3))
* typo in Jenkinsfile ([2b9517b](https://github.com/ai4os/ai4os-hub-qa/commit/2b9517bd40494dd6f4c84b7810334c734c3c7fdb))
* typo in Jenkinsfile ( ")" ) ([2b9517b](https://github.com/ai4os/ai4os-hub-qa/commit/2b9517bd40494dd6f4c84b7810334c734c3c7fdb))
* use oscar-service-token credentials ([9a4cf8b](https://github.com/ai4os/ai4os-hub-qa/commit/9a4cf8b455d2bc30e4346954fda3da39e12e6f71))

## [1.2.0](https://github.com/ai4os/ai4os-hub-qa/compare/v1.1.0...v1.2.0) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0