Skip to content

Commit 5c229e3

Browse files
committed
.
1 parent bc9d172 commit 5c229e3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

omni/omni/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Edit `omni.env` with your values:
154154
# Required: Omni Configuration
155155
OMNI_ACCOUNT_UUID=your-uuid-here # Generate with: uuidgen
156156
NAME=omni-prod # Deployment name
157-
OMNI_IMG_TAG=v1.8.2 # Omni version (latest stable - note the 'v' prefix)
157+
OMNI_IMG_TAG=v1.9.0 # Omni version (latest stable - note the 'v' prefix)
158158

159159
# Required: Domain and Network
160160
OMNI_DOMAIN_NAME=omni.yourdomain.com # Your domain

omni/omni/omni.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ NAME=omni-prod
1616

1717
# Omni Docker image version
1818
# Check https://github.com/siderolabs/omni/releases for latest
19-
# v1.8.2 (2026-06-05): current stable patch. Includes the v1.8.0 changes plus
20-
# fixes for control-plane rollout deadlocks when a Talos upgrade and machine
21-
# config update both need the one-machine rollout slot. Keep the companion
22-
# omnictl on the operator's machine at the same version.
23-
OMNI_IMG_TAG=v1.8.2
19+
# v1.9.0: streaming maintenance-mode Talos install/upgrade (LifecycleService API,
20+
# needs Talos >=1.13.0); default Talos bumped to 1.13.5, k8s to 1.36.1. New
21+
# per-class etcd and per-machine log rate limits ship off by default. Keep the
22+
# companion omnictl on the operator's machine at the same version.
23+
OMNI_IMG_TAG=v1.9.0
2424

2525
# ==============================================================================
2626
# REQUIRED: Domain and Network Configuration

0 commit comments

Comments
 (0)