Skip to content

Releases: cloudogu/cesapp-lib

v0.18.0

15 Jan 15:52
Compare
Choose a tag to compare

Changed

  • [#55] Extract calculation of effective capabilities to be reusable

v0.17.0

07 Jan 08:43
Compare
Choose a tag to compare

Changed

  • [#52] Adapt to changes in the CMS
    • Remove Logo and BackgroundImage from MarketingDogu
    • Add Category to MarketingDogu

Fixed

  • [#52] Add missing fields in MarektingDogu example

v0.16.0

06 Jan 13:26
Compare
Choose a tag to compare

Added

  • [#53] Add Security field to dogu_v2, which can be to define security policies for the dogu.
    • This can be used for example in the pod security context on the kubernetes platform.

v0.15.0

13 Nov 11:10
Compare
Choose a tag to compare

Added

  • [#43] add a timestamp to dogu_v1 and dogu_v2 which represents the date and time when a dogu was created
  • [#50] Add string representation to core.Version

v0.14.4

06 Nov 08:48
Compare
Choose a tag to compare

Fixed

  • [#48] Map nginx dependency to nginx-ingress and nginx-static.
    Both Dogus are required in the installation process in the dogu-operator.
    Only mapping nginx-ingress can result in following installation order ingress, cas, static because the nginx-ingress has no dependency and the new dependency sorting algorithm is not deterministic.

v0.14.3

30 Oct 10:40
Compare
Choose a tag to compare

Fixed

  • [#47] map nginx dependencies to k8s equivalent dogus

v0.14.2

18 Oct 08:29
Compare
Choose a tag to compare

Fixed

  • [#44] fix, that dogus with irrelevant optional dependencies were not included when sorting by dependency

v0.14.1

17 Oct 07:46
Compare
Choose a tag to compare

Changed

  • use topological sorting to sort dogus by dependency

Deprecated

  • SortDogusByDependency: Use SortDogusByDependencyWithError instead for better error handling
  • SortDogusByInvertedDependency: Use SortDogusByInvertedDependencyWithError instead for better error handling

v0.14.0

18 Sep 11:44
Compare
Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only (#40)

v0.13.0

16 Sep 08:50
Compare
Choose a tag to compare

Added

  • [#38] add a struct dedicated for dogu marketing data
    • Marketing information for dogus like description, deprecation state, URL to different translated release note, etc are bound to change independendly from an actual dogu release.
    • This data can now reside in a different, independent structure.

Fixed

  • fix a typo regarding which key will be used for encryption