Skip to content

Latest commit

 

History

History
173 lines (141 loc) · 17.2 KB

File metadata and controls

173 lines (141 loc) · 17.2 KB

Changelog

0.10.1 (2026-06-20)

Features

  • multi-container support, annotation type extraction, error-handling hardening (100970e)

0.10.0 (2026-06-17)

⚠ BREAKING CHANGES

  • the /reconcile response shape changed and the public State enum was replaced by ReconcileResult/Action/Status.

Features

  • structured reconcile API, status/health endpoints, and correctness fixes (39060a9)

0.9.4 (2026-05-03)

Bug Fixes

  • handle prefixed image names and bare-host registry credentials (b25afcf)

0.9.3 (2026-03-16)

Bug Fixes

  • trigger CI build after dependabot auto-merge (dc3dccb)

0.9.2 (2026-03-16)

Bug Fixes

  • prepend registry host to container image when using non-Docker Hub registries (091f1e8)

0.9.1 (2026-03-16)

Features

  • add a debug endpoint to validate inputs (462f587)
  • add initial support for the registry observer/checker (445f300)
  • add json logging (6b3e455)
  • adding workflows (b19d1ff)
  • allow custom branches (e1597ce)
  • be able to specify the ns of the secret for notifications (2ba86f9)
  • Clone concurrently and support short sha (15ab35d)
  • initial commit (6e1d7df)
  • notification optional fields (8dbda30)
  • process deployments concurrently (f858260)
  • re-structure things (b9110fe)
  • switch CI to GHCR, fix dependabot auto-merge, add build status checking (a4e4dba)
  • upgrade, update, format (64afcd7)
  • use secrets instead of a mounted file (363a895)

Bug Fixes

Refactoring

  • add trait-based dependency injection for testable deployments (b0a9eb1)