Skip to content

Releases: telekom-mms/cmcc-operator

Update versions

05 Dec 15:57
Compare
Choose a tag to compare

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

05 Dec 15:58
Compare
Choose a tag to compare

CoreMedia Content Cloud through cmcc-operator

cmcc-operator-v1.14.2

05 Dec 15:58
Compare
Choose a tag to compare

Kubernetes Operator to bring up a CoreMedia Content Cloud installation

FIx RBAC for Solr followers

18 Oct 08:28
Compare
Choose a tag to compare

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

18 Oct 08:29
Compare
Choose a tag to compare

CoreMedia Content Cloud through cmcc-operator

cmcc-operator-v1.14.1

18 Oct 08:29
Compare
Choose a tag to compare

Kubernetes Operator to bring up a CoreMedia Content Cloud installation

v.1.14.0

17 Oct 11:41
Compare
Choose a tag to compare

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

17 Oct 11:41
Compare
Choose a tag to compare

CoreMedia Content Cloud through cmcc-operator

cmcc-operator-v1.14.0

17 Oct 11:41
Compare
Choose a tag to compare

Kubernetes Operator to bring up a CoreMedia Content Cloud installation

Improve configurability, upgrade to current versions

13 Jul 09:16
Compare
Choose a tag to compare

Update to current versions, and add many configuration options.