Skip to content

v1.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:00
506f71e

1.11.0 (2026-09-04)

Features

  • ✨ add diff infrastructure (a4f3170)
  • ✨ finish all status & diff functions for Controllers (a4f3170)
  • ✨ implement PackageManager controller status (a4f3170)
  • ✨ partially implement the controllers and some tests (47a8806)
  • ctrl/archive: ✨ implement Archive controller diff fn (a4f3170)
  • ctrl/archive: ✨ implement ArchiveController and some tests (47a8806)
  • ctrl/directory: ✨ implement Directory Controller and some code cleanup (47a8806)
  • ctrl/directory: ✨ implement Directory controller diff fn (a4f3170)
  • ctrl/download: ✨ add a Download Controller, some tests and code cleanup (47a8806)
  • ctrl/download: ✨ implement Download controller diff fn (a4f3170)
  • ctrl/package-manager: ✨ implement PackageManager Controller and some code cleanup (47a8806)
  • ctrl/package-manager: ✨ implement PackageManager diff fn (a4f3170)
  • ctrl/package: ✨ implement Package Controller and some code cleanup (47a8806)
  • ctrl/package: ✨ implement Package controller diff fn (a4f3170)
  • ctrl/package: ✨ implement Package controller status fn (a4f3170)
  • ctrl/repository: ✨ implement Repository controller and tests (47a8806)
  • ctrl/repository: ✨ implement Repository controller diff fn (a4f3170)
  • ctrl/symlink: ✨ impl Symlink Controller, some tests and code cleanup (47a8806)
  • ctrl/symlink: ✨ implement Symlink controller diff fn (a4f3170)
  • ctrl/task: ✨ implement Task controller diff fn (a4f3170)
  • ctrl/task: ✨ implement Task controller status fn (a4f3170)
  • ctrl/template: ✨ implement Template controller diff fn (a4f3170)
  • ctrl/template: ✨ implement Template Controller, some tests and code cleanup (47a8806)
  • ctrl/test: ✨ implement Task controller status fn (a4f3170)
  • ctrl/test: ✨ implement Test controller diff fn (a4f3170)
  • ctrl/test: ✨ implement Test controller status fn (a4f3170)
  • jsonnet-lib: ✨ improve jsonnet bindings #56 (ac92e54)
  • jsonnet-lib: ✨ improve jsonnet lib natives (ac92e54)

Bug Fixes

  • 🐛 fix resource.h extern (a4f3170)
  • ctrl/download: 🐛 fix download Controller compilation error (a4f3170)
  • utils/process: 🐛 fix Process reaping happening after waitpid so status can be set properly (a4f3170)