Korifi 0.7.0
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:
- 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
andcf 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
- @eghobo made their first contribution in #2105
- @kei-yamazaki made their first contribution in #2130
- @spgreenberg made their first contribution in #2165
- @wanddynosios made their first contribution in #2199
Full Changelog: v0.6.0...v0.7.0
⚒️ Ready to try it? See the install instructions!