Skip to content

Releases: arcadia-de/hypha

v1.11.0

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)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 23:45
11167a7

1.10.0 (2026-09-01)

Features

  • ✨ add tldr docs generator (a1c77b4)
  • gql: ✨ add manifests collection to query schemas (341eb52)
  • query: ✨ make query command report in different formats (341eb52)

Bug Fixes

  • resource-graph: 🐛 fix ResourceBootstrapTest failing due to faulty logic in FindProvides algo (15fa9da)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 22:58
d9f1d0a

1.9.0 (2026-08-31)

Features

  • ✨ add code for .hyphaignore files (671c101)
  • ✨ add code for .hyphaignore files (b14afcd)
  • ✨ add Manifests as a read-only Resource kind (38bf2ed)
  • ✨ add manifests as a Resource kind (38bf2ed), closes #48
  • hyphaignore: ✨ add ignore class for fnmatching against files from a .hyphaignore (b14afcd), closes #46

Bug Fixes

  • 🐛 fix warning in expander test (38bf2ed)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:55
7d92d68

1.8.0 (2026-08-30)

Features

  • ✨ add a Task resource and controller (e1bb9fb)
  • ✨ add Task resources for ad-hoc commands (e1bb9fb)

Bug Fixes

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:13
7af16d4

1.7.0 (2026-08-30)

Features

  • ✨ cleanup docker builds and add a sandbox image (336936a)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:15
b8e4f37

1.6.0 (2026-08-30)

Features

  • ✨ force another version bump for release please (85a0319)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:03
290d637

1.5.0 (2026-08-30)

Features

  • README: ✨ add missing git.yaml manifest from example and force a version bump from previous commits (454d468)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 07:13
bfb6e59

1.4.0 (2026-08-29)

Features

  • ✨ make discovery happen automatically when no sources specified (1f7cdf0)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 05:17
49228f1

1.3.0 (2026-08-29)

Features

  • ✨ get apply log visible in the console (60eae5d)

Bug Fixes

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 05:49
d60047a

1.2.0 (2026-08-28)

Features

  • ✨ embed lua libraries into the runtime, no more hotloading (7f96a26)