Skip to content

Releases: ml-tooling/contaxy

0.0.8

08 Feb 17:05
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

PyPi Release

🎁 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

03 Feb 19:16
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

PyPi Release

🎁 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

πŸ‘· 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

18 Jan 10:20
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

PyPi Release

🎁 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

06 Dec 14:26
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

PyPi Release

🎁 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

πŸ‘₯ Contributors

Thanks to @JNKielmann, @dependabot, @dependabot[bot], @github-actions and @github-actions[bot] for the contributions.

0.0.4

18 Nov 20:29
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

PyPi Release

🎁 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

18 Nov 15:59
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

PyPi Release

🎁 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

30 Sep 09:53
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

This release is a first working version of contaxy with most core functionality implemented.