|

release: bump to 0.1.5 (option B redesign + dynamic sizing + oneshot fix)

release: bump to 0.1.5 (option B redesign + dynamic sizing + oneshot fix)

- Version bump 0.1.4 โ†’ 0.1.5 across reef.toml, tools/zygctl/reef.toml,
  src/version.reef, tools/zygctl/src/version.reef,
  tools/sysv-wrapper/version.h
- Regenerated 8 version-stamped UI snapshots (only version string changes)
Author: Chris Tusa <chris.tusa@leafscale.com>
Date: May 14, 2026 13:38
Changeset: 4eba5bbbc27c797934aec4584254a7f99ba07f7e
Branch: default
Tags: v0.1.5

Diff

diff -r 92dc3d0be586 -r 4eba5bbbc27c reef.toml
--- a/reef.toml	Thu May 14 13:35:15 2026 -0500
+++ b/reef.toml	Thu May 14 13:38:49 2026 -0500
@@ -1,6 +1,6 @@
 [package]
 name = "zyginit"
-version = "0.1.4"
+version = "0.1.5"
 author = "Chris Tusa <chris.tusa@leafscale.com>"
 description = "Init system and service supervisor for Zygaena/Hammerhead"
 license = "CDDL-1.0"
diff -r 92dc3d0be586 -r 4eba5bbbc27c src/version.reef
--- a/src/version.reef	Thu May 14 13:35:15 2026 -0500
+++ b/src/version.reef	Thu May 14 13:38:49 2026 -0500
@@ -23,7 +23,7 @@
 end export
 
 fn VERSION(): string
-    return "0.1.4"
+    return "0.1.5"
 end VERSION
 
 end module
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/boot_tape_ascii.txt
--- a/tests/integration/snapshots/boot_tape_ascii.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/boot_tape_ascii.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,4 +1,4 @@
-  [Z] zyginit 0.1.4 ยท multi-user   elapsed 5.0s
+  [Z] zyginit 0.1.5 ยท multi-user   elapsed 5.0s
   17 services ยท tier 5 ยท 9 done ยท 1 failed
   failed: network  exit=1
   โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/boot_tape_rich.txt
--- a/tests/integration/snapshots/boot_tape_rich.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/boot_tape_rich.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,4 +1,4 @@
-  [Z] zyginit 0.1.4 ยท multi-user   elapsed 5.0s
+  [Z] zyginit 0.1.5 ยท multi-user   elapsed 5.0s
   17 services ยท tier 5 ยท 9 done ยท 1 failed
   failed: network  exit=1
   โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/final_card_failed.txt
--- a/tests/integration/snapshots/final_card_failed.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/final_card_failed.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,4 +1,4 @@
-  [Z] zyginit 0.1.4 ยท multi-user   boot 8.3s
+  [Z] zyginit 0.1.5 ยท multi-user   boot 8.3s
   17 services โ€” 16 online, 1 failed
 
   failed: network  exit=1
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/final_card_ok.txt
--- a/tests/integration/snapshots/final_card_ok.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/final_card_ok.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,4 +1,4 @@
-  [Z] zyginit 0.1.4 ยท multi-user   boot 8.3s
+  [Z] zyginit 0.1.5 ยท multi-user   boot 8.3s
   17 services โ€” 17 online, 0 failed
 
   all services online
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/shutdown_final.txt
--- a/tests/integration/snapshots/shutdown_final.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/shutdown_final.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,4 +1,4 @@
-  [Z] zyginit 0.1.4 ยท reboot complete   reboot 2.1s
+  [Z] zyginit 0.1.5 ยท reboot complete   reboot 2.1s
   17 services stopped cleanly
   โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
   invoking uadmin(A_SHUTDOWN, AD_BOOT)
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/shutdown_mirror.txt
--- a/tests/integration/snapshots/shutdown_mirror.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/shutdown_mirror.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,4 +1,4 @@
-  [Z] zyginit 0.1.4 ยท stopping for reboot   elapsed 0.4s
+  [Z] zyginit 0.1.5 ยท stopping for reboot   elapsed 0.4s
   17 services ยท tier 6 ยท 4 done ยท 0 failed
   failed: none
   โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/sigil_rich.txt
--- a/tests/integration/snapshots/sigil_rich.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/sigil_rich.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,1 +1,1 @@
-[Z] zyginit 0.1.4
+[Z] zyginit 0.1.5
diff -r 92dc3d0be586 -r 4eba5bbbc27c tests/integration/snapshots/spinner_in_tape.txt
--- a/tests/integration/snapshots/spinner_in_tape.txt	Thu May 14 13:35:15 2026 -0500
+++ b/tests/integration/snapshots/spinner_in_tape.txt	Thu May 14 13:38:49 2026 -0500
@@ -1,4 +1,4 @@
-  [Z] zyginit 0.1.4 ยท multi-user   elapsed 2.1s
+  [Z] zyginit 0.1.5 ยท multi-user   elapsed 2.1s
   17 services ยท tier 0 ยท 3 done ยท 0 failed
   failed: none
   โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
diff -r 92dc3d0be586 -r 4eba5bbbc27c tools/sysv-wrapper/version.h
--- a/tools/sysv-wrapper/version.h	Thu May 14 13:35:15 2026 -0500
+++ b/tools/sysv-wrapper/version.h	Thu May 14 13:38:49 2026 -0500
@@ -18,5 +18,5 @@
 
 #ifndef ZYGINIT_VERSION_H
 #define ZYGINIT_VERSION_H
-#define ZYGINIT_VERSION "0.1.4"
+#define ZYGINIT_VERSION "0.1.5"
 #endif
diff -r 92dc3d0be586 -r 4eba5bbbc27c tools/zygctl/reef.toml
--- a/tools/zygctl/reef.toml	Thu May 14 13:35:15 2026 -0500
+++ b/tools/zygctl/reef.toml	Thu May 14 13:38:49 2026 -0500
@@ -1,6 +1,6 @@
 [package]
 name = "zygctl"
-version = "0.1.4"
+version = "0.1.5"
 author = "Chris Tusa <chris.tusa@leafscale.com>"
 description = "Administrative CLI for zyginit"
 license = "CDDL-1.0"
diff -r 92dc3d0be586 -r 4eba5bbbc27c tools/zygctl/src/version.reef
--- a/tools/zygctl/src/version.reef	Thu May 14 13:35:15 2026 -0500
+++ b/tools/zygctl/src/version.reef	Thu May 14 13:38:49 2026 -0500
@@ -23,7 +23,7 @@
 end export
 
 fn VERSION(): string
-    return "0.1.4"
+    return "0.1.5"
 end VERSION
 
 end module