Skip to content

core: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 16:07
529e3e9

0.5.0 (2023-03-30)

⚠ BREAKING CHANGES

  • rename kube-flagd-proxy to flagd-proxy (#576)
  • unify sources configuration handling (#560)

🧹 Chore

  • move credential builder for grpc sync into seperate component (#536) (7314fee)
  • refactor configuration handling for startup (#551) (8dfbde5)
  • refactor middleware setup in server (#554) (01016c7)
  • refactor service configuration objects (#545) (c7b29ed), closes #524
  • unify sources configuration handling (#560) (7f4888a)

🐛 Bug Fixes

  • deps: update module google.golang.org/grpc to v1.54.0 (#548) (99ba5ec)
  • deps: update module sigs.k8s.io/controller-runtime to v0.14.6 (#572) (bed9458)
  • fixing silent lint failures (#550) (30c8022)
  • nil pointer fix + export constructors (#555) (78adb81)

✨ New Features