Skip to content

Releases: cloudogu/k8s-dogu-operator

v0.7.0

07 Jun 14:35
Compare
Choose a tag to compare

Added

  • [#6] Installing generic kubernetes resources when installing a dogu. These resources need to be provided by the dogu image
    at the k8s folder in the root path (/k8s):
    • There are no restriction for namespaced resources.
    • The creation of cluster scoped resources is restricted and also their
      deletion is not performed automatically as they could be used inside multiple namespaces.

Changed

  • [#6] Update makefiles to version 6.0.2

v0.6.0

24 May 10:23
Compare
Choose a tag to compare

Added

  • [#19] Remove service account on dogu deletion.

v0.5.0

23 May 15:13
Compare
Choose a tag to compare

Added

  • [#20] Detect and write encrypted configuration entries for dogus into the etcd registry when installing a dogu.

v0.4.0

13 May 05:10
Compare
Choose a tag to compare

Added

  • [#15] Add startup probe based on state at dogu deployment generation
  • [#15] Add liveness probe based on tcp port at dogu deployment generation

v0.3.1

12 May 05:40
Compare
Choose a tag to compare

Fixed

  • [#17] Requeue dogu installation when an error occurs when creating a dependent service account.

v0.3.0

03 May 09:00
Compare
Choose a tag to compare

Added

  • [#2] Annotation k8s-dogu-operator.cloudogu.com/ces-services to Dogu-Services containing information of
    related CES services. For more information see Annotations.
  • [#13] The automatic generation of service accounts

Changed

  • [#11] Breaking Change ahead! The secret containing the dogu registry data was split and renamed from
    dogu-registry-com to k8s-dogu-operator-dogu-registry and k8s-dogu-operator-docker-registry.
    It also received the registry endpoint as an additional literal besides username and password. Existing user
    need to delete their old secret and create two new ones. The creation process is described
    here and
    here.
  • [#2] Update makefiles to version 5.0.0

v0.2.0

01 Apr 11:03
Compare
Choose a tag to compare

Added

  • Add the opportunity to process custom dogu descriptors with configmaps #8
  • Use status field of the dogu resource to identify its state #8
  • Add functionality to remove dogus #4
  • Restrict the dogu-operator with rbac resources to operate only in the configured namespace #4

Changed

  • Ignore incoming dogu resources if their specs did not change #8
    • this is likely to happen after status updates where the old and new dogu specs do not differ

v0.1.0

18 Mar 10:09
Compare
Choose a tag to compare

initial release.