Releases: cloudogu/k8s-ces-setup
Releases · cloudogu/k8s-ces-setup
v0.16.2
Changed
- [#68] Change component setup to install CRDs separately
v0.16.1
Changed
- [#66] Use new helm registry config from the component-operator where the url is divided in host and schema.
Changed
- [#62] Use
Info
as default log level.
- [#64] Match Makefile helm variable with those from a newer Makefile version
Added
- [#59] Add helm chart as release artifact.
v0.16.0
Added
- [#56] Allow to configure resource patches, a powerful way to modify Kubernetes resources during the setup process
- please see the docs for more information
Changed
- Allows to configure the IP address placeholder
<<ip>>
in the setup.json
section naming/fqdn
as described in the official setup docs
- [#52] Use latest etcd release from dogu registry.
Fixed
- Uses now singular context object for all Kubernetes requests
v0.15.0
Added
- [#54] Use ip as fqdn from load balancer if missing
- With this change, we are improving the development on external cloud providers by identifying the fqdn early on.
v0.14.0
Fixed
- [#50] Reduce technical debt
Changed
- [#48] Deploy the etcd client as deployment.
v0.13.2
Fixed
- [#46] Trim dogus/ suffix only on URL default schema
- this change avoids removing the endpoint suffix for the index schema
v0.13.1
Changed
- [#44] Improve logging in wait for pod step. API error doesnt throw an error now so that the wait functionality
will be canceled by the timeout.
v0.12.0
Added
- Add optional volume mount for selfsigned cert of the dogu registry; #38
v0.11.1
Fixed
- [#36] Fixed an issue where the finisher cronjob starts infinite jobs if the pod e.g. cant pull an image.
Changed
- Update makefiles to version 7.2.0
- Update
ces-build-lib
to 1.62.0