Skip to content

Korifi 0.7.0

Compare
Choose a tag to compare
@korifi-bot korifi-bot released this 27 Mar 14:38

What's Changed

  • We have improved our logging by making sure that each log message is emitted at the appropriate level (#2244) and making the log level configurable (#2181, #2266).
  • Labels and annotations are now supported on all our resources.
  • Korifi will now do its best to clean up its unused resources. In particular:
    • the deletion of any package or build/droplet will result in the deletion of the corresponding container image, when possible (#2257, #2284);
    • only a configurable number of packages and builds/droplets will be maintained in the system per app (#2278, #2316, #2331).
  • Service accounts can now be used as Korifi users (#2295).
  • VCAP_APPLICATION will now be available to apps running on Korifi (#2187), and it's possible to add custom extra values to it (#2198).
  • We now support the cf unset-org-role and cf unset-space-role commands (#2106, #2113, #2117).
  • Our 404 Not Found errors now comply with the Cloud Foundry error format and will be correctly handled by the CLI (#2346).
  • We support multiple apps in manifests (#2118).
  • We fixed bugs causing unnecessary app restarts (#2133) and task reruns (#2134).

New Contributors

Full Changelog: v0.6.0...v0.7.0

⚒️ Ready to try it? See the install instructions!