Releases: st4sd/st4sd-deployment
Releases · st4sd/st4sd-deployment
Release 2.6.0
Features
- Add support for python 3.12
- Add support for Kubernetes v1.33
Breaking changes
- Deprecate st4sd-runtime-k8s-s3 and st4sd-runtime-k8s-monitoring. This functionality is now part of st4s-runtime-core
Maintenance
- Update all images
Full Changelog: 2.5.5...2.6.0
Release 2.5.5
What's Changed
- build: upgrade monogdb to 7.0 by @VassilisVassiliadis in #8
Full Changelog: 2.5.4...2.5.5
Release 2.5.4
What's Changed
- build: remove travis and deprepo files by @AlessandroPomponio in #6
- build: prepare release 2.5.4 by @VassilisVassiliadis in #7
New Contributors
- @AlessandroPomponio made their first contribution in #6
Full Changelog: 2.5.3...2.5.4
Release 2.5.3
Release 2.5.2
Fixes
- Fix the script that instantiates the MongoDB database for ST4SD Datastore
Release 2.5.1
Fixes
- During the execution of an experiment via the st4sd-runtime-service, deduplicate input/data volumes which have different identifiers but identical configuration otherwise
Release 2.5.0
What's Changed
Features
- Updates to the Run Experiment panel on ST4SD Registry UI
- Support input and data files located on a PersistentVolumeClaim (PVC) or datashim Dataset
Fixes
- Updates to the validation logic as well as miscellaneous fixes for DSL 2.0
Updates
- Updated mongodb to v6.0
Release 2.4.0
2.4.0
Features
- Complete rework of Run Experiment functionality on the ST4SD Registry UI. The functionality is now on by default.
- Minor changes and fixes to enable above functionalities.
Release 2.3.0
Features
- Implemented Key-Outputs and Interface for DSL 2.0 workflows
- Support setting the source to an application-dependency to a directory that's present in the Git repository of the workflow
New enhancements
- Improved validation of DSL 2.0 for command-line tools as well as the Build Canvas page of ST4SD Registry UI
- Miscellaneous optimizations to the ST4SD registry UI
Release 2.2.0
What's Changed
- feat: add proper gzip configuration for registry-ui nginx by @AlessandroPomponio
- chore(release): release 2.2.0 by @AlessandroPomponio