Releases: ml-tooling/contaxy
Releases Β· ml-tooling/contaxy
0.0.8
π Features & Improvements
- Stop services if they have not been accessed for a specified idle timeout (#58) by @JNKielmann
- Allow passing parameters to deployment actions (#56) by @JNKielmann
- Clean user from all DB tables on user deletion (#57) by @felixridinger
π¨ Bug Fixes
- Fix service deletion not deleting the named service volume, even if delete_volumes is set to true (#55) by @JNKielmann
π₯ Contributors
Thanks to @JNKielmann, @felixridinger, @github-actions and @github-actions[bot] for the contributions.
0.0.7
π Features & Improvements
- Add endpoints for listing, adding and deleting permissions (#51) by @felixridinger
- Track last access time and user for all services via session token creation. (#50) by @JNKielmann
π¨ Bug Fixes
- Fix remote endpoint integration tests (#49) by @JNKielmann
π· Maintenance & Refactoring
- Refactor deployment manager to use DB as source for all service metadata. (#53) by @JNKielmann
- Refactor managers to use the ComponentManager to access other managers (#45) by @JNKielmann
π₯ Contributors
Thanks to @JNKielmann, @felixridinger, @github-actions and @github-actions[bot] for the contributions.
0.0.6
π Features & Improvements
- Add functionality for updating, starting, stopping and restarting services (#39) by @JNKielmann
- Store deployment metadata in json DB (#38) by @JNKielmann
- Store initialization state in DB and ensure user registration/login is not possible before initialization (#40) by @JNKielmann
- Add a user role which gets all required default permissions (#37) by @JNKielmann
β¬ Dependencies
- Bump pipenv from 2021.11.23 to 2022.1.8 in /backend (#41) by @dependabot
π₯ Contributors
Thanks to @JNKielmann for the contributions.
0.0.5
π Features & Improvements
- Feature: Add terminating state to service life-cycle (#35) by @JNKielmann
- Feature: Allow admins to create users even if self registration is disabled. (#33) by @JNKielmann
β¬ Dependencies
- Bump ws from 6.2.1 to 6.2.2 in /webapp (#34) by @dependabot
- Bump url-parse from 1.4.7 to 1.5.3 in /webapp (#31) by @dependabot
- Bump color-string from 1.5.4 to 1.7.4 in /webapp (#32) by @dependabot
- Bump tmpl from 1.0.4 to 1.0.5 in /webapp (#24) by @dependabot
- Bump tar from 6.1.0 to 6.1.11 in /webapp (#25) by @dependabot
- Bump path-parse from 1.0.6 to 1.0.7 in /webapp (#30) by @dependabot
π₯ Contributors
Thanks to @JNKielmann, @dependabot, @dependabot[bot], @github-actions and @github-actions[bot] for the contributions.
0.0.4
π Features & Improvements
- Allow usage of default environment variables in service/job template mappings. (#26) by @JNKielmann
- Add API Token to each service/job which allows access to itself (#27) by @JNKielmann
- Add support for azure blob storage as object store. (#22) by @JNKielmann
- Integrate username into home project name
π¨ Bug Fixes
- Prefix of volume source is None when HOST_DATA_ROOT_PATH is not set (#28) by @JNKielmann
- Ensure /system/initialize endpoint is not called more than once (#23) by @JNKielmann
- Fix bug that shows extensions twice when listing global extensions.
π₯ Contributors
Thanks to @JNKielmann, @lukasmasuch, @github-actions and @github-actions[bot] for the contributions.
0.0.3
π Features & Improvements
- Feature: Allow admins to maintain a list of allowed docker images (#18) by @JNKielmann
π¨ Bug Fixes
- Connect backend to all docker networks of the installation on start up. (#19) by @JNKielmann
π₯ Contributors
Thanks to @JNKielmann, @github-actions and @github-actions[bot] for the contributions.
0.0.2
This release is a first working version of contaxy with most core functionality implemented.