Skip to content

Commit 1893d59

Browse files
committed
release(v0.33.2): prepare release
This is the official v0.33.2 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 2461cb1 commit 1893d59

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [Omni 0.33.2](https://github.com/siderolabs/omni/releases/tag/v0.33.2) (2024-04-17)
2+
3+
Welcome to the v0.33.2 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+
* Artem Chernyshev
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`2461cb1`](https://github.com/siderolabs/omni/commit/2461cb1a0e8caec8bf34680a1a827a788986766a) fix: properly select schematics for machine set and machine levels
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.1](https://github.com/siderolabs/omni/releases/tag/v0.33.1)
27+
28+
129
## [Omni 0.33.1](https://github.com/siderolabs/omni/releases/tag/v0.33.1) (2024-04-16)
230

331
Welcome to the v0.33.1 release of Omni!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = false
9-
previous = "v0.33.0"
9+
previous = "v0.33.1"

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.33.1
1+
v0.33.2

0 commit comments

Comments
 (0)