v1.6.5 #2653
oguzkilcan
announced in
Announcements
v1.6.5
#2653
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Omni 1.6.5 (2026-04-09)
Welcome to the v1.6.5 release of Omni!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.
Urgent Upgrade Notes (No, really, you MUST read this before you upgrade)
The deprecated flags and config fields that were kept for the SQLite migration period (introduced in v1.4.0) have been removed.
If you still have any of the following flags or config keys set, you must remove them before upgrading, as they will cause startup errors:
--audit-log-dir(.logs.audit.path)--secondary-storage-path(.storage.secondary.path)--machine-log-storage-path(.logs.machine.storage.path)--machine-log-storage-enabled(.logs.machine.storage.enabled)--log-storage-path(.logs.machine.storage.path)--embedded-discovery-service-snapshot-path(.services.embeddedDiscoveryService.snapshotsPath)--machine-log-buffer-capacity(.logs.machine.bufferInitialCapacity)--machine-log-buffer-max-capacity(.logs.machine.bufferMaxCapacity)--machine-log-buffer-safe-gap(.logs.machine.bufferSafetyGap)--machine-log-num-compressed-chunks(.logs.machine.storage.numCompressedChunks)The automatic migration code for BoltDB secondary storage, file-based audit logs, file-based discovery service snapshots, and circular buffer machine logs has also been removed. If you are upgrading from a version older than v1.4.0, you must first upgrade to v1.4.x to complete the migrations, then upgrade to this version.
Contributors
Changes
4 commits
f81832d2release(v1.6.5): prepare release3640387afix: batch SQLite cleanup deletes to reduce write lock contention2c7de540chore: bump go to v1.26.2bcf85902chore: bump dependencies and rekresChanges from siderolabs/crypto
1 commit
6d82f0cfix: bump minimum TLS version to v1.3Changes from siderolabs/discovery-service
4 commits
f1fdd95release(v1.0.17): prepare release2267f4cfeat: store relative expiration (TTL) instead of absolutef708818release(v1.0.16): prepare release379016afeat: add option to disable client IP reporting in Hello responseChanges from siderolabs/go-kubernetes
5 commits
503792dchore: add retry to main kubernetes operations6a00c4ffeat: handle CR defined alongside their CRD in the same apply4ff2602feat: update deprecations to Kuberntes 1.36.0-beta.0691a26bfeat: add StateProvider for per-node COSI state in upgrade checks92163c3fix: set a the context loggerChanges from siderolabs/go-talos-support
2 commits
6ec24a7feat: add per-node Talos client provider for support bundle collection5e0155ffix: add trailing new line when writing to loggerChanges from siderolabs/grpc-proxy
3 commits
d670c42chore: bump dependencies8614c71chore: bump deps80677e0fix: propagate the headers before the messageChanges from siderolabs/proto-codec
1 commit
9b8a14echore: bump dependenciesChanges from siderolabs/siderolink
1 commit
0a1933cchore: bump dependenciesDependency Changes
Previous release can be found at v1.6.4
This discussion was created from the release v1.6.5.
Beta Was this translation helpful? Give feedback.
All reactions