Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

v0.10.1

Compare
Choose a tag to compare
@hihilla hihilla released this 22 Feb 12:12
· 9 commits to release-0.10 since this release

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 using shipperctl 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)