Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@nissanitz nissanitz released this 01 Mar 08:50
cdab4a2

Updating

This version contains some changes to the CRD. While these changes should not affect running resources we did remove some unused elements from the CRD. Just be Aware of it when updating - there is a small chance that it will require a redeploy of a resource.

Important Changes

  • Logging improvements:
    • All loggers are named correctly
    • By default log as JSON in production
    • Configurable logging level
  • Better subsets/consumers names by @babysnakes in #16
  • Test on newer k8s and istio versions by @nissanitz in #20
  • Make sure removed subsets/consumers (during update) are removed from status by @babysnakes in #19
  • Prevent using deployment in more than one subset/consumer by @babysnakes in #22
  • Refactor Handlers by @babysnakes in #25
  • Large refactor around reconcile workflow by @babysnakes in #26
  • General cleanup by @babysnakes in #27