v0.61.0
What's Changed
- [BUG] - Fix int handling to be safer by @psav in #787
- [BUG] - [RHCLOUD-24816] Fix linting errors due to revive issues by @psav in #791
- [BUG] - [RHCLOUD-25058] Fixed typo for hashCache description by @psav in #798
- [BUG] - [RHCLOUD-25280] Fixed secret/config restarter by @psav in #800
- [BUG] - [RHCLOUD-25312] Fixed dash char by @psav in #803
- [BUG] - Fix another bug in SC restarter by @psav in #804
- [FEAT] - [RHCLOUD-24815] Added SA for FF deployment by @psav in #789
- [FEAT] - [RHCLOUD-24805] Add TLS certs to init containers by @psav in #790
- [FEAT] - [RHCLOUD-24811] Adds ability for jobs to be disabled by @psav in #793
- [FEAT] - [RHCLOUD-24872] Adds TLS certs ti jobs by @psav in #796
- [FEAT] - [RHCLOUD-24867] Test config secret restarter by @psav in #794
- [TEST] - [RHCLOUD-24874] Added new test condition by @psav in #795
- [TEST] - Add dummy Jenkinsfile by @Victoremepunto in #797
- [TEST] - Add parallelEnabled and parallelWorkerCount to CJI spec which sets corresponding IQE vars. by @san7ket in #802
- [DEBT] - Updated clowder metric by @maknop in #801
- [DEBT] - Update unleash image repository by @Victoremepunto in #782
- [DEBT] - Update UBI by @psav in #809
- [DEBT] - Bump default selenium image version by @bsquizz in #808
- [DEBT] - Update UBI8-Minimal Base-Image & Update Build-Deploy Script by @casey-williams-rh in #811
- [DEBT] - turn off keda by @gburges in #818
- [DEBT] - Nokedali by @gburges in #821
- [DEBT] - quotes git add . by @gburges in #822
- [DEBT] - Pushing security-compliance build-deploy changes to Master by @casey-williams-rh in #824
- [DEBT] - Remove managed kafka ephemeral mode by @psav in #828
- [DEBT] - Updated strimzi version by @psav in #827
- [DOCS] - Delete preprod.adoc by @rabbott01 in #814
New Contributors
- @san7ket made their first contribution in #802
- @rabbott01 made their first contribution in #814
Full Changelog: v0.60.0...v0.61.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.61.0.yaml --validate=false