Releases: ITISFoundation/ci-service-integration-library
Releases · ITISFoundation/ci-service-integration-library
Release v2.0.5
Release v2.0.4
- minor:
python 3.11
is now running instead ofpython 3.10
- upgraded to use lates head form 23.08.2024 of master http://github.com/itisfoundation/osparc-simcore/
Release v2.0.3
- also fixed code
Release v2.0.2
- fixed issue with name in configuration
Release v2.0.0
Breaks compatibility with old configuration file (all GitHub repositories require an access token to work).
It's enough to generate a classic token. When generating the token click "workflow" as only required permission.
- fixes #6
Release v1.0.7
- properly fixed permissions issues
Release v1.0.6
- fixed failing docker build
- changed installation of requirements to use uv
-u $(shell id -u):$(shell id -g)
, an error: ooil: Permission denied
will be given to you. Please upgrade to version `v1.0.7.
Release v1.0.4
- added pagination when searching for CI builds on GitHub
Release v1.0.3-dev-9
- added new optional
pre_docker_build_hooks
inside theRepoModel
to allow users to define custom cli commands before running the build
Release v1.0.3-dev-10
- fixed wrongly placed constraints