Changelog since v0.10.0
Improvements
- It's useful to know what kind of objects shipper is rendering before
they reach the api server. For debugging issues with YAML
serializing/deserializing, for instance.
It is now possible usingshipperctl chart render
commands (#374) - The manifests now have resources limits and requests. This states
the resources Shipper requires, in case there is a resource manager
of some sort set in place (#380) - Shipper now exposes metrics that measure time from Application
creation/modification to Chart Installation (#383)
Bug fixes
- Fix dropping pods when moving back in the strategy(#387)