Skip to content

v0.3.4

Choose a tag to compare

@ArangoGutierrez ArangoGutierrez released this 26 May 10:27
· 6 commits to main since this release
v0.3.4
483116e

Holodeck v0.3.4

A point release on top of v0.3.3 with two new features, a critical AL2023 CRI-O
provisioner fix, and the usual round of dependency hygiene.

Highlights

  • feat(api): Kubernetes.RemoteAccess for external kubeconfig access (#818)
  • feat: holodeck skill command — catalog + claude/cursor/codex/gemini installers (#812)
  • Add Ubuntu 26.04 support to the provisioner
  • fix(provisioner): expose CRI-O bundled runtimes on PATH for AL2023 (#824) — required to unblock rpm-al2023 E2E after nvidia-container-toolkit 1.19.1 changed nvidia-ctk runtime configure --runtime=crio behavior

Features

  • API: Kubernetes.RemoteAccess lets callers expose a kubeconfig outside the bastion (#818)
  • CLI: holodeck skill catalog + per-IDE installers (Claude, Cursor, Codex, Gemini) (#812)
  • Provisioner: Ubuntu 26.04 added to the supported OS family matrix

Fixes

  • Provisioner: symlink the opensuse CRI-O package's bundled runc/crun/conmon/pinns from /usr/libexec/crio/ onto PATH on Amazon Linux 2023, so nvidia-ctk runtime configure --runtime=crio can infer and preserve the existing runtimes in 99-nvidia.toml. Without this, systemctl restart crio failed after toolkit install (#824).

Docs

  • holodeck + AICR integration preview (provisioning + snapshot/recipe) (#819)

Dependency updates

  • golang.org/x/crypto 0.50.0 → 0.52.0
  • k8s.io/apimachinery bump
  • github.com/onsi/ginkgo/v2 2.28.3 → 2.29.0
  • github.com/onsi/gomega 1.40.0 → 1.41.0
  • github.com/aws/aws-sdk-go-v2/service/ec2 multiple bumps
  • github.com/aws/aws-sdk-go-v2/config bump
  • Docker base: golang:1.26.2-bookwormgolang:1.26.3-bookworm

Full changelog: v0.3.3...v0.3.4