Skip to content

Releases: telekom-mms/cmcc-operator

Allow non-language URLs when using onlylang ingress generator

26 May 08:48
Compare
Choose a tag to compare

Previously, any URL not mapped to a language would be passed to the CAE with just /blueprint/servlet prepended. This meant that the CAE had no idea which site to map this request to.

Now, such URLs are mapped to the primary site for that hostname, i.e. /blueprint/servlet/corporate-de-de is prepended, so that example.com/foo is handled the same as example.com/de/foo.

cmcc-v1.12.3

26 May 08:48
Compare
Choose a tag to compare

CoreMedia Content Cloud through cmcc-operator

cmcc-operator-v1.12.3

26 May 08:48
Compare
Choose a tag to compare

Kubernetes Operator to bring up a CoreMedia Content Cloud installation

Use default authdb when connecting to MongoDB

27 Apr 10:11
357b08f
Compare
Choose a tag to compare

Previously, the connection string always had the target databases specified as the defaultauthdb (the last part of the connection string). Older versions of the MongoDB driver ignored this, and the authentication was performed against the admin db. With the current version of the Java drive, the field is honored, and the authentication fails, as there are no authentication object in the target database.

Now, no defaultauthdb is specified, and the authentication is performed against the server default.

cmcc-v1.12.2

27 Apr 10:11
357b08f
Compare
Choose a tag to compare

CoreMedia Content Cloud through cmcc-operator

cmcc-operator-v1.12.2

27 Apr 10:11
357b08f
Compare
Choose a tag to compare

Kubernetes Operator to bring up a CoreMedia Content Cloud installation

Add automountServiceAccountToken to values.yaml

17 Feb 15:18
Compare
Choose a tag to compare

Allow setting automountServiceAccountToken on the pod. The default is ~ (Yaml null), which has the same effect as not specifying it in the pod spec. Kubernetes will take the default from the ServiceAccount in this case.

Note that setting this to false will likely stop the operator from working, unless you can provide some other means for the operator to connect to the Kubernetes API.

See https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting

cmcc-v1.12.1

17 Feb 15:18
Compare
Choose a tag to compare

CoreMedia Content Cloud through cmcc-operator

cmcc-operator-v1.12.1

17 Feb 15:18
Compare
Choose a tag to compare

Kubernetes Operator to bring up a CoreMedia Content Cloud installation

Run as non-root, read-only filesystem

16 Feb 11:53
Compare
Choose a tag to compare

To improve security, adjust the deployment to run as user 1000. group 1000, and with a read-only root file system.