Releases: cloudogu/cesapp-lib
Releases · cloudogu/cesapp-lib
v0.15.0
v0.14.4
Fixed
- [#48] Map nginx dependency to
nginx-ingress
andnginx-static
.
Both Dogus are required in the installation process in the dogu-operator.
Only mappingnginx-ingress
can result in following installation orderingress
,cas
,static
because thenginx-ingress
has no dependency and the new dependency sorting algorithm is not deterministic.
v0.14.3
v0.14.2
v0.14.1
Changed
- use topological sorting to sort dogus by dependency
Deprecated
SortDogusByDependency
: UseSortDogusByDependencyWithError
instead for better error handlingSortDogusByInvertedDependency
: UseSortDogusByInvertedDependencyWithError
instead for better error handling
v0.14.0
v0.13.0
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