Releases: telekom-mms/cmcc-operator
Update versions
Update versions of Spring Boot, various framework, and the Overview nginx image.
Also adjust the Solr health check path, and increase the timeout, since Solr is sometimes slow to answer even when working correctly.
cmcc-v1.14.2
CoreMedia Content Cloud through cmcc-operator
cmcc-operator-v1.14.2
Kubernetes Operator to bring up a CoreMedia Content Cloud installation
FIx RBAC for Solr followers
The RBAC configuration was too strict, and the operator was not able to execute the necessary commands in the Solr followers to configure the cores to replicate. The RBAC rules have been corrected.
Full Changelog: v1.14.0...v1.14.1
cmcc-v1.14.1
CoreMedia Content Cloud through cmcc-operator
cmcc-operator-v1.14.1
Kubernetes Operator to bring up a CoreMedia Content Cloud installation
v.1.14.0
Allow EmptyDirs for cache directories
By default, make cache directories emptyDirs. If you would like to continue using Persistent Volume Claims, set with.cachesAsPvc
to true.
Note that existing StatefulSets will not be updated; they will continue using the previously created PVCs. In order to change them to use emptyDirs, you will need to either manually delete the STSs (and have the operator create them again with the updated configuration), or undeploy the entire cmcc resource and re-deploy it.
What's Changed
- Update dependency io.fabric8:kubernetes-httpclient-okhttp to v6.7.2 by @renovate in #93
- Update plugin io.spring.dependency-management to v1.1.1 by @renovate in #91
- Update plugin com.google.cloud.tools.jib to v3.4.0 by @renovate in #102
- Update actions/checkout action to v4 by @renovate in #101
- Update dependency gradle to v8.4 by @renovate in #99
- Update spring boot by @renovate in #97
- Update plugin io.spring.dependency-management to v1.1.3 by @renovate in #94
- Update dependency io.javaoperatorsdk:operator-framework-spring-boot-starter to v5.2.0 by @renovate in #95
- Update dependency io.javaoperatorsdk:operator-framework-spring-boot-starter-test to v5.2.0 by @renovate in #96
Full Changelog: v1.13.0...v1.14.0
cmcc-v1.14.0
CoreMedia Content Cloud through cmcc-operator
cmcc-operator-v1.14.0
Kubernetes Operator to bring up a CoreMedia Content Cloud installation
Improve configurability, upgrade to current versions
Update to current versions, and add many configuration options.