Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 12:43
· 149 commits to main since this release

Changelog

v0.6.0 (2023-01-16)

Features

  • Implement GithubComment reconciler (4c0ee85)
  • Add stubs for GithubComment (84b88f6)
  • Implement commentId handling (7ce6dd9)
  • Implement GitlabComment reconciler (8df0604)
  • Add stubs for GitlabComment (eb1d535)
  • Implement templates from ConfigMaps (bc08f36)
  • Implement TextTemplate controller (a927344)
  • Add TextTemplate stubs (c746794)

Bug Fixes

  • Proper camelCase for lastPostedBodyHash (35b89e0)
  • Fix watch handlers for TextTemplate (79285c9)
  • Fix typo (221af30)
  • Fix hasMarkerComment to properly split lines (e0940c8)
  • Properly handle not existent notes (6567257)
  • Fix mutex not being held when adding multierror (53968db)