Skip to content

Releases: cloudogu/ecosystem-core

v4.1.0

08 Apr 12:06

Choose a tag to compare

Added

  • [#56] Option defaultConfig.env.initialDomain in Helm values to set a custom domain
    • This change is necessary because once we have the LOP-IDP component,
      we need to have the correct domain set when it is installed because we do not support domain changes in LDAP.

Changed

  • Default for the domain in the global config is now ces.localdomain as *.local should be used for mDNS only.

v4.0.0

08 Apr 08:23

Choose a tag to compare

Changed

  • [#58] update components to newest versions:
    • k8s-component-operator-crd 1.10.0 -> 1.14.0
    • k8s-component-operator 1.12.0 -> 1.12.2
    • k8s-dogu-operator-crd 2.11.0 -> 2.13.0
    • k8s-dogu-operator 3.18.0 -> 3.21.0
    • k8s-service-discovery 4.0.0 -> 6.0.1
    • k8s-blueprint-operator 3.1.0 -> 3.2.0
    • k8s-ces-gateway 2.0.1 -> 3.0.3
    • k8s-ces-assets 1.0.4 -> 2.0.2
    • k8s-ces-control 1.8.0 -> 1.10.3
    • k8s-debug-mode-operator 1.0.0 -> 1.0.2
    • k8s-backup-operator-crd 1.7.0 -> 1.8.0
    • k8s-backup-operator 2.1.0 -> 3.0.3
    • k8s-velero 10.0.1-5 -> 11.4.0-2
    • k8s-prometheus 75.3.5-3 -> 75.3.5-5
    • k8s-loki 3.3.2-6 -> 3.5.10-1
    • k8s-promtail 2.9.1-9 -> 2.9.17-1
    • k8s-alloy 1.1.2-1 -> 1.1.2-3
    • k8s-support-archive-operator 1.1.0 -> 1.1.1

v3.0.2

18 Mar 11:03

Choose a tag to compare

Changed

  • [#54] Change k8s-component-operator to a conditional dependency

Added

  • [#47] Add health check docs for argocd.

v3.0.1

06 Mar 07:42

Choose a tag to compare

Security

  • [#49] Fix Go stdlib CVE-2025-68121
    • Update k8s-component-operator to 1.12.1
    • Update alpine/kubectl to 1.35.2

v3.0.0

30 Jan 09:40

Choose a tag to compare

** BREAKING CHANGES **

Changed

  • [#45] Make the applying of the fqdn configurable and set the default to false.
    • This can now break installations of ecosystem-core in development environments where no dns is used for the ecosystem fqdn.
    • To enable it again, set the following helm value to true: defaultConfig.env.enableFqdnApplier.
    • In production environments it is required to set the fqdn via the blueprint.

v2.2.2

28 Jan 15:11

Choose a tag to compare

Fixed

  • [#43] Modify hooks for the job config templates
    • The config job creates the global-config for the service-discovery, and the service-discovery creates the loadblancer service needed by the job.
      • Use ArgoCD Sync Hooks because both the job and the component installations need to run at the same time.
      • Use helm post-hooks because of the same reason.

v2.2.1

20 Jan 09:21

Choose a tag to compare

Fixed

  • [#42] Add container registry secret to the cleanup job to fix job failure.

v2.2.0

06 Jan 14:22

Choose a tag to compare

Changed

  • [#39] Update support-archive-operator to 1.1.0 to support configurable storageclass.

v2.1.0

05 Jan 14:30

Choose a tag to compare

Changed

  • [#37] Update dogu and blueprint operator to support configurable storageclasses for dogus on installation.
  • Update the backup-operator to 2.1.0 to fix deletion and synchronization of backups.

v2.0.2

03 Dec 10:49

Choose a tag to compare

Changed

  • Update minio to reduce CVEs with a kubectl image change.