v0.22.0
What's Changed
FEAT: Remove Partial Reconciliation completely @psav
FEAT: Add SharedDB mode which uses a single DB per required version of postgres @psav
FEAT: Keda support for autoscaling deployments @maskarb
FIX: Prometheus hostname in status @kylape
FIX: Ensure Cyndi has created HBI table @kylape
FIX: Sidecar support for CronJobs @kahowell
FIX: ActiveDeadlineSeconds added to ClowdJobs @kahowell
FIX: Moved success message to end of reconciliation @psav
FIX: Moved to using Makefile version of tests @psav
New Contributors
Full Changelog: v0.21.0...v0.22.0
Installing
To install Clowder in your local environment, first, make sure you've installed Minikube and have it running. Then download the attached manifest YAML and run:
minikube kubectl -- apply -f clowder-manifest-v0.22.0.yaml --validate=false
You may also need pull secrets for both quay and rh_registry in order to obtain the correct images.
Notes
You may be required to delete old deployments as labels have changed for databases.