From cb21282817d59d7226d58315b064a5043d5e1aad Mon Sep 17 00:00:00 2001 From: Jannes Stubbemann Date: Wed, 8 Jul 2026 00:47:54 +0200 Subject: [PATCH] chore(main): release 1.32.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deploy/charts/mitos/Chart.yaml | 18 +++++++++--------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f16e9b1a..346d0632 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.32.0" + ".": "1.32.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 35032c39..67732710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.32.1](https://github.com/mitos-run/mitos/compare/v1.32.0...v1.32.1) (2026-07-07) + + +### Bug Fixes + +* **husk:** arm the restored source VM so the live-cow vmstate-only fork engages ([#832](https://github.com/mitos-run/mitos/issues/832)) ([#837](https://github.com/mitos-run/mitos/issues/837)) ([8e9d78a](https://github.com/mitos-run/mitos/commit/8e9d78a3173af788aa09b06023ce2949d31637f6)) + ## [1.32.0](https://github.com/mitos-run/mitos/compare/v1.31.0...v1.32.0) (2026-07-07) diff --git a/deploy/charts/mitos/Chart.yaml b/deploy/charts/mitos/Chart.yaml index 8f95729b..c9961f82 100644 --- a/deploy/charts/mitos/Chart.yaml +++ b/deploy/charts/mitos/Chart.yaml @@ -5,8 +5,8 @@ name: mitos # lifecycle through the mitos.run CRDs. description: Snapshot-fork sandboxes for AI agents on Kubernetes. type: application -version: 1.32.0 # x-release-please-version -appVersion: "v1.32.0" # x-release-please-version +version: 1.32.1 # x-release-please-version +appVersion: "v1.32.1" # x-release-please-version kubeVersion: ">=1.29.0-0" keywords: - sandbox @@ -43,19 +43,19 @@ annotations: url: https://github.com/mitos-run/mitos/issues artifacthub.io/images: | - name: controller - image: ghcr.io/mitos-run/mitos-controller:v1.32.0 # x-release-please-version + image: ghcr.io/mitos-run/mitos-controller:v1.32.1 # x-release-please-version - name: forkd - image: ghcr.io/mitos-run/mitos-forkd:v1.32.0 # x-release-please-version + image: ghcr.io/mitos-run/mitos-forkd:v1.32.1 # x-release-please-version - name: husk-stub - image: ghcr.io/mitos-run/mitos-husk-stub:v1.32.0 # x-release-please-version + image: ghcr.io/mitos-run/mitos-husk-stub:v1.32.1 # x-release-please-version - name: kvm-device-plugin - image: ghcr.io/mitos-run/mitos-kvm-device-plugin:v1.32.0 # x-release-please-version + image: ghcr.io/mitos-run/mitos-kvm-device-plugin:v1.32.1 # x-release-please-version - name: facade - image: ghcr.io/mitos-run/mitos-facade:v1.32.0 # x-release-please-version + image: ghcr.io/mitos-run/mitos-facade:v1.32.1 # x-release-please-version - name: console - image: ghcr.io/mitos-run/mitos-console:v1.32.0 # x-release-please-version + image: ghcr.io/mitos-run/mitos-console:v1.32.1 # x-release-please-version - name: gateway - image: ghcr.io/mitos-run/mitos-gateway:v1.32.0 # x-release-please-version + image: ghcr.io/mitos-run/mitos-gateway:v1.32.1 # x-release-please-version artifacthub.io/crds: | - kind: SandboxPool version: v1