File tree Expand file tree Collapse file tree 3 files changed +29
-21
lines changed Expand file tree Collapse file tree 3 files changed +29
-21
lines changed Original file line number Diff line number Diff line change 1+ ## [ Omni 0.33.1] ( https://github.com/siderolabs/omni/releases/tag/v0.33.1 ) (2024-04-16)
2+
3+ Welcome to the v0.33.1 release of Omni!
4+
5+
6+
7+ Please try out the release binaries and report any issues at
8+ https://github.com/siderolabs/omni/issues .
9+
10+ ### Contributors
11+
12+ * Utku Ozdemir
13+
14+ ### Changes
15+ <details ><summary >1 commit</summary >
16+ <p >
17+
18+ * [ ` 8b0a6a9 ` ] ( https://github.com/siderolabs/omni/commit/8b0a6a9a8037270f375e2a3d57c915eba5400463 ) fix: skip empty config patches in ` ClusterMachineConfigPatches `
19+ </p >
20+ </details >
21+
22+ ### Dependency Changes
23+
24+ This release has no dependency changes
25+
26+ Previous release can be found at [ v0.33.0] ( https://github.com/siderolabs/omni/releases/tag/v0.33.0 )
27+
128## [ Omni 0.20.0] ( https://github.com/siderolabs/omni/releases/tag/v0.20.0 ) (2023-10-17)
229
330Welcome to the v0.20.0 release of Omni!
Original file line number Diff line number Diff line change @@ -6,23 +6,4 @@ github_repo = "siderolabs/omni"
66match_deps = " ^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
88pre_release = false
9- previous = " v0.32.0"
10-
11- [notes ]
12-
13- [notes .talos-upgrades ]
14- title = " Machine Allocation Changes"
15- description = """ \
16- From now on Omni doesn't allow adding machines to a cluster which has lower major or minor version of Talos.
17- Which means that adding a machine to a cluster which will lead to downgrade of Talos version is no longer possible.
18- It is done to avoid all kinds of weird issues which Talos downgrades might lead to."""
19-
20- [notes .extensions ]
21- title = " Extensions Support"
22- description = """ \
23- It is now possible to change the list of installed extensions for the machines which are allocated into a cluster.
24- It can be done using cluster templates.
25-
26- The extensions list can be defined for all machines of a cluster, machine set or for a particular machine.
27- Extensions update is done the same way as Talos upgrades.
28- """
9+ previous = " v0.33.0"
Original file line number Diff line number Diff line change 1- v0.33.0
1+ v0.33.1
You can’t perform that action at this time.
0 commit comments