Skip to content

Releases: summerwind/whitebox-controller

v0.7.1

31 Aug 13:36
Compare
Choose a tag to compare
  • Missing trailing '/' for docker build COPY #4
  • Allows empty group for webhook URL #3
  • controller-runtime v0.2.0

v0.7.0

18 Jul 10:00
Compare
Choose a tag to compare
  • Add example of injection webhook
  • Refactor examples
  • Generate complete manifest with whitebox-gen
  • Update handler interface
  • Add unit tests for reconciler
  • Use resource centric configuration

v0.6.0

09 Jun 08:46
Compare
Choose a tag to compare
  • Add version flag
  • Add example of func handler
  • Use state in observer mode
  • Add func handler to enable use as go library (Thanks @mumoshu)

v0.5.0

05 May 08:42
Compare
Choose a tag to compare
  • Update controller-runtime
  • Add support for requeuing request
  • Enable debug with WHITEBOX_DEBUG
  • Add metrics configuration
  • Add document for implementing controller

v0.4.0

18 Apr 09:09
Compare
Choose a tag to compare
  • Add containerset-controller example
  • Cleanup webhook path
  • Add orphan option to dependents
  • Refactor state structure
  • Refactor whitebox-gen manifest

v0.3.0

11 Apr 13:59
Compare
Choose a tag to compare

Changelog

  • Add whitebox-gen to container image
  • Add support of injection webhook
  • Add configuration document

v0.2.0

07 Apr 13:35
Compare
Choose a tag to compare

Changelog

  • Build release binary for arm/arm64
  • Integrate observer into reconciler
  • Add whitebox-gen command
  • Add more examples

v0.1.0

06 Apr 06:40
Compare
Choose a tag to compare

Changelog

  • Initial release