Skip to content

Releases: terdiam/kubernaut

Kubernaut v0.1.10

Choose a tag to compare

@github-actions github-actions released this 05 Sep 11:57
Fix the real cause of missing updater signatures

- bundle.createUpdaterArtifacts was never set, so Tauri v2's bundler
  silently skipped producing signed updater bundles/.sig files entirely
  — no error, just nothing to sign, which is why every release from
  v0.1.5 through v0.1.9 shipped without a working latest.json. Verified
  locally: a .sig now appears next to the bundle.
- v0.1.9 was cut for the key rotation alone, still hit this, and was
  deleted rather than published — this release (0.1.10) carries both.

Kubernaut v0.1.8

Choose a tag to compare

@github-actions github-actions released this 05 Sep 10:14
Bump to 0.1.8

Kubernaut v0.1.7

Choose a tag to compare

@github-actions github-actions released this 05 Sep 09:34
Bump to 0.1.7

Kubernaut v0.1.6

Choose a tag to compare

@github-actions github-actions released this 04 Sep 10:31
Bump to 0.1.6

Kubernaut v0.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Sep 09:07
Add Linux amd64/arm64 release builds

- Uncomment ubuntu-22.04 (x86_64), add ubuntu-22.04-arm (aarch64)
- Bump to 0.1.5

Kubernaut v0.1.4

Choose a tag to compare

@github-actions github-actions released this 03 Sep 17:08
Bump to 0.1.4

- fix Ingress port select flagging a valid port as missing

Kubernaut v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 14:55
Bump to 0.1.3

- table row selection with bulk delete, restart and zip export