Skip to content

Commit

Permalink
release(v0.33.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.33.1 release.

Signed-off-by: Utku Ozdemir <[email protected]>
  • Loading branch information
utkuozdemir committed Apr 16, 2024
1 parent 8b0a6a9 commit d666241
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [Omni 0.33.1](https://github.com/siderolabs/omni/releases/tag/v0.33.1) (2024-04-16)

Welcome to the v0.33.1 release of Omni!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

### Contributors

* Utku Ozdemir

### Changes
<details><summary>1 commit</summary>
<p>

* [`8b0a6a9`](https://github.com/siderolabs/omni/commit/8b0a6a9a8037270f375e2a3d57c915eba5400463) fix: skip empty config patches in `ClusterMachineConfigPatches`
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.33.0](https://github.com/siderolabs/omni/releases/tag/v0.33.0)

## [Omni 0.20.0](https://github.com/siderolabs/omni/releases/tag/v0.20.0) (2023-10-17)

Welcome to the v0.20.0 release of Omni!
Expand Down
21 changes: 1 addition & 20 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,4 @@ github_repo = "siderolabs/omni"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

pre_release = false
previous = "v0.32.0"

[notes]

[notes.talos-upgrades]
title = "Machine Allocation Changes"
description = """\
From now on Omni doesn't allow adding machines to a cluster which has lower major or minor version of Talos.
Which means that adding a machine to a cluster which will lead to downgrade of Talos version is no longer possible.
It is done to avoid all kinds of weird issues which Talos downgrades might lead to."""

[notes.extensions]
title = "Extensions Support"
description = """\
It is now possible to change the list of installed extensions for the machines which are allocated into a cluster.
It can be done using cluster templates.
The extensions list can be defined for all machines of a cluster, machine set or for a particular machine.
Extensions update is done the same way as Talos upgrades.
"""
previous = "v0.33.0"
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.33.0
v0.33.1

0 comments on commit d666241

Please sign in to comment.