Skip to content

Releases: cloudogu/k8s-dogu-operator

v3.16.0

28 Nov 07:22

Choose a tag to compare

Added

  • [#271] Add v2 Dependency for k8s-ces-gateway 1.x.x || 2.x.x to support new the version of k8s-ces-gateway.

v3.15.0

28 Oct 05:56

Choose a tag to compare

Added

  • [#269] Functionality to create service accounts after their dependant is already installed
    • This is necessary as service accounts will be skipped if an optional dependency is not installed.
      If the dependency is installed later, this will ensure that the service account will be created.
    • This works by reconciling the dependent dogu.

Changed

  • [#265] Use sh instead of bash to support dogus which do not use our container base image with pre-installed bash.
    • This affects the startup probe which calls doguctl in a shell to check if the dogu is ready and
    • the support manager wich uses the shell to execute a sleep command while the dogu is in support mode.

Fixed

  • [#267] Fix networkpolicy enabled configuration and add missing rbac.

v3.14.0

14 Oct 11:54

Choose a tag to compare

Changed

  • [#259] Continuously reconcile dogus
    • Refactor to step-based architecture
    • When necessary, automatically restart dogus to apply config changes
    • Do not depend on status for reconciliation
    • Set conditions for better alignment with k8s best practices

Added

  • [#259] Pause reconciliation for dogus with flag spec.pauseReconciliation

v3.13.0

23 Sep 14:07

Choose a tag to compare

  • [#262] Update Dependency to k8s-ces-gateway 1.x.x

v3.12.0

12 Sep 12:19

Choose a tag to compare

Changed

  • [#260] Remove special treatment of nginx-dogu

Added

  • [#260] Dependency to k8s-ces-gateway 0.x.x

v3.11.2

09 Jul 09:26

Choose a tag to compare

Fixed

  • [#253] Only update deployment for export mode when needed
  • [#253] Sort capabilities in securityContext to prevent changes in the pod-template due to a different order of the capabilities

v3.11.1

07 Jul 08:49

Choose a tag to compare

Fixed

  • [#148] Fix metadata file to use correct key

v3.11.0

04 Jul 13:22

Choose a tag to compare

Changed

  • [#255] updated exporter-sidecar to registry.cloudogu.com/k8s/rsync-sidecar:1.1.0

Added

  • [#255] dogu-name as environment-variable for exporter-sidecar-container

Fixed

  • [#251] Use dogu name as default pod for command execution.
    • enable service account creation while export mode is active

v3.10.0

02 Jul 12:05

Choose a tag to compare

Added

  • [#148] Metadata Mapping for log level

v3.9.0

25 Jun 07:25

Choose a tag to compare

Added

  • [#247] Implemented status field dataVolumeSize and the condition meetsMinVolumeSize. These fields will be updated on the operator start and every volume provisioning.