From 2f76187bf5dddf140f300a513e1b4ae38ff5add4 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Mon, 15 Jun 2026 16:34:06 +1000 Subject: [PATCH] corrosion: use Corrosion 2026.6.15 with fixed API authz for CLI query/exec commands --- Makefile | 2 +- internal/machine/corroservice/docker.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 64cf80fd..232f8e66 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # TODO: Makefile is deprecated, add new targets as mise tasks in mise.toml instead. -CORROSION_VERSION ?= 2026.5.14 +CORROSION_VERSION ?= 2026.6.15 CORROSION_IMAGE = ghcr.io/unlabs-dev/corrosion:$(CORROSION_VERSION) UCIND_IMAGE ?= ghcr.io/psviderski/ucind:latest diff --git a/internal/machine/corroservice/docker.go b/internal/machine/corroservice/docker.go index d7a48d56..1e23962c 100644 --- a/internal/machine/corroservice/docker.go +++ b/internal/machine/corroservice/docker.go @@ -18,7 +18,7 @@ import ( ) // Image is the Corrosion image pinned to the uncloudd version. -const Image = "ghcr.io/unlabs-dev/corrosion:2026.5.14" +const Image = "ghcr.io/unlabs-dev/corrosion:2026.6.15" type DockerService struct { Client *client.Client