Skip to content

Releases: cloudogu/cesapp-lib

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

v0.12.2

24 Oct 13:09
Compare
Choose a tag to compare

Changed

  • [#34] Reduce the wait time on failures while watching the etcd from 5 minutes to 10 seconds.

v0.12.1

23 Aug 08:27
Compare
Choose a tag to compare

Changed

  • [#32] Change the log to error, if a dogu GET returns a 401 and the cache handles the request error.
    • In most cases user didnt recognize the permission error and just saw the following caching error.

v0.12.0

24 Mar 10:55
Compare
Choose a tag to compare

Added

  • [#24] Add package ssl with functionality to generate selfsigned certificates.

Removed

  • Remove dogu-build-lib

Changed

  • Update ces-build-lib to 1.62.0