File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Edit `omni.env` with your values:
154154# Required: Omni Configuration
155155OMNI_ACCOUNT_UUID=your-uuid-here # Generate with: uuidgen
156156NAME=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
160160OMNI_DOMAIN_NAME=omni.yourdomain.com # Your domain
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments