Skip to content

Releases: cloudogu/k8s-ces-setup

v3.3.1

30 Jan 09:26
Compare
Choose a tag to compare

Fixed

  • [#132] Resource patches can now patch values of any type

v3.3.0

27 Jan 13:30
Compare
Choose a tag to compare

Added

  • [#128] Proxy support for dogu, container and helm registry.
    • If configured via .setup.env.proxy the setup creates a secret ces-proxy with the fully url and uses this proxy to query the dogu registry.
      Other components e.g. component-operator uses the url from the secret too if available.
      In general if you use this proxy configuration you should also set the proxy for the dogus via the global config in the setup json.
      See setup json documentation.

v3.2.2

19 Dec 15:07
Compare
Choose a tag to compare

Fixed

v3.2.1

17 Dec 14:16
Compare
Choose a tag to compare

Fixed

  • [#79] Missing post-renderer for installing Helm charts caused restart and unhealthiness in component operator

v3.2.0

06 Dec 11:18
Compare
Choose a tag to compare

Added

  • [#122] Add a deny-all network-policy for the setup deployment to block all incoming traffic

v3.1.0

27 Nov 16:00
Compare
Choose a tag to compare

Changed

  • [#120] Deactivate service account token automount for default SA

v3.0.6

27 Nov 08:17
Compare
Choose a tag to compare

Changed

  • [#180] Split rbac permissions into separate files

Fixed

  • [#117] Increase wait limit to prevent problems with slow internet connection

Removed

  • [#180] Remove unused metrics permission

v3.0.5

19 Nov 13:34
Compare
Choose a tag to compare

Fixed

  • [#113] Use retry watchers for wait steps and thus fix a bug where wait steps for component installations got canceled.

v3.0.4

18 Nov 10:01
Compare
Choose a tag to compare

Fixed

  • [#115] Update remote dogu descriptor lib to avoid a nil pointer when recoverable errors occur.

v3.0.3

15 Nov 14:02
Compare
Choose a tag to compare

Changed

  • [#107] Use new library for getting dogu descriptors and implement a retry mechanism to stabilize the setup process.