What's Changed
- docs(examples): fix yaml examples and use pg 16 by @vkrizan in #1089
- Fix config loading by @psav in #1094
- fix(dev): parse-controller-logs tool by @vkrizan in #1093
- Fix kuttl test by @gburges in #1104
- Upgrade go version by @psav in #1087
- manually scale down a deployment without going thru zero by @maskarb in #1114
- Removed some comments by @psav in #1116
- Update library versions by @psav in #1117
- docs: correct typos and some broken links. by @JuanmaBM in #1121
- Add documentation for watchers by @psav in #1125
- Remove doc workflow by @psav in #1123
- [RHCLOUD-36096] Document TLS enabled if inMemoryDb.password is returned by @jessicarod7 in #1126
- updating minio by @maknop in #1130
- Update buildah task by @bsquizz in #1132
- Update strimzi-client-go to v0.38.0 by @bsquizz in #1131
- chore(config): regenerate by @vkrizan in #1143
- Update glog by @psav in #1144
- Mount configmap into a dir and not a file by @gburges in #1146
- Deploy unleash-edge alongside local featureFlags by @ezr-ondrej in #1115
- fix(deps): update module github.com/lib/pq to v1.10.9 by @red-hat-konflux in #1149
- Add override for inmemoryDB images for ephemeral testing ov valkey by @psav in #1152
- Added FF edge deployment by @psav in #1160
- Uppd reqs by @psav in #1161
- Fixed CRD generation by @psav in #1162
- Fix redis valkey transition by @psav in #1164
- Fix kustomize resources by @psav in #1165
New Contributors
- @vkrizan made their first contribution in #1089
- @JuanmaBM made their first contribution in #1121
- @jessicarod7 made their first contribution in #1126
- @ezr-ondrej made their first contribution in #1115
Full Changelog: v0.90.0...v0.90.1
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.80.0.yaml --validate=false