Skip to content

Releases: InformaticsMatters/squonk2-data-manager-jupyter-operator

Initial k1.33 release

01 Aug 10:09
Compare
Choose a tag to compare
Initial k1.33 release Pre-release
Pre-release
33.0.0-alpha.1

ci: Fix requirements

Now injects DM_INSTANCE_ID

07 Jul 08:44
Compare
Choose a tag to compare
  • The instance ID is available to the application

Copy dir is now ~/..

26 Jun 12:39
Compare
Choose a tag to compare
31.1.1

fix: Now copies to parent of ~

Initial support for copy-to-home

26 Jun 11:48
Compare
Choose a tag to compare

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

03 Apr 17:05
Compare
Choose a tag to compare
  • All lines now contain the name (for easier log correlation)
  • Number of lines logged now minimal
  • Existing Warning line becomes Error

Removed --verbose

03 Apr 15:59
Compare
Choose a tag to compare
  • kopf now run without --verbose
  • Added ${KOPF_EXTRA_OPTIONS} to permit run-time option changes

More CPU and memory

03 Apr 15:27
Compare
Choose a tag to compare
  • Now 256M and cpu limit of 1
  • Also includes better log

Updated cluster role

03 Apr 09:54
Compare
Choose a tag to compare
  • Now able to 'get' configmaps (and others)
  • Logs successful token

Corrected API call

03 Apr 09:20
Compare
Choose a tag to compare
  • Was reading secret, now correctly reading (getting) config map

Token retrieval on retry

03 Apr 09:08
Compare
Choose a tag to compare
  • Fixes incorrect token on retry
  • Backoff now 20s (was 60)
  • Retries now 4 (was infinite)