Releases: InformaticsMatters/squonk2-data-manager-jupyter-operator
Releases · InformaticsMatters/squonk2-data-manager-jupyter-operator
Initial k1.33 release
33.0.0-alpha.1 ci: Fix requirements
Now injects DM_INSTANCE_ID
- The instance ID is available to the application
Copy dir is now ~/..
31.1.1 fix: Now copies to parent of ~
Initial support for copy-to-home
If the directory /home/code/copy-to-home
exists it's contents are recursively copied to the home directory by the start.sh script prior to running Jupyter.
Leaner logging
- All lines now contain the name (for easier log correlation)
- Number of lines logged now minimal
- Existing Warning line becomes Error
Removed --verbose
- kopf now run without --verbose
- Added ${KOPF_EXTRA_OPTIONS} to permit run-time option changes
More CPU and memory
- Now 256M and cpu limit of 1
- Also includes better log
Updated cluster role
- Now able to 'get' configmaps (and others)
- Logs successful token
Corrected API call
- Was reading secret, now correctly reading (getting) config map
Token retrieval on retry
- Fixes incorrect token on retry
- Backoff now 20s (was 60)
- Retries now 4 (was infinite)