Releases: eduNEXT/drydock
v18.2.8
v18.2.8 (2024-10-16)
Fixes
- fix: adding replicaset info to mongosh connection command. Adding mongodb port variable (#145)
- Include the MongoDB port in the mongosh command (useful when running MongoDB in a different port)
- Include the replica set info in the mongosh command. It could be the case you aren't connected to a replica set primary but to a secondary one. If the replica set name is not specified, the mongosh command will fail since it is not possible to write to a secondary (
8855736
)
v18.2.7
v18.2.6
v17.5.4
v16.7.4
v18.2.5
v17.5.3
v16.7.3
v18.2.4
v18.2.4 (2024-09-11)
Fix
-
fix: add readiness probe for lms/cms (#133)
-
fix: add readiness probe for lms/cms
-
fix: add readiness probe for lms/cms
-
fix: add affinity to spread lms/cms to multiple nodes
-
chore: remove readiness probe
-
fix: reduce startup probe period seconds
-
fix: gracefully kill uwsgi workers
-
fix: disable local file loggers
-
fix: disable logging
-
fix: reduce max unavailable to 0
-
fix: add liveness probe for cms and lms
-
fix: fail early on tracking logger removal
-
chore: remove rolling update options
-
fix: restore preStop hook
-
fix: use right host for cms livenessProbe
-
fix: use lms/cms host only
-
chore: restore prestopHook (
f970e01
)
v17.5.2
v17.5.2 (2024-09-11)
Fix
-
fix: add readiness probe for lms/cms
-
fix: add readiness probe for lms/cms
-
fix: add affinity to spread lms/cms to multiple nodes
-
chore: remove readiness probe
-
fix: reduce startup probe period seconds
-
fix: gracefully kill uwsgi workers
-
fix: disable local file loggers
-
fix: disable logging
-
fix: reduce max unavailable to 0
-
fix: add liveness probe for cms and lms
-
fix: fail early on tracking logger removal
-
chore: remove rolling update options
-
fix: restore preStop hook
-
fix: use right host for cms livenessProbe
-
fix: use lms/cms host only
-
chore: restore prestopHook