Skip to content

Commit c738077

Browse files
committed
release(v0.32.2): prepare release
This is the official v0.32.2 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent a678451 commit c738077

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [Omni 0.32.2](https://github.com/siderolabs/omni/releases/tag/v0.32.2) (2024-04-08)
2+
3+
Welcome to the v0.32.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+
* Spencer Smith
13+
* Utku Ozdemir
14+
15+
### Changes
16+
<details><summary>2 commits</summary>
17+
<p>
18+
19+
* [`a678451`](https://github.com/siderolabs/omni/commit/a678451765383743069c6660a242963f6e3547b6) chore: bump net library to v0.23.0
20+
* [`be3b9ab`](https://github.com/siderolabs/omni/commit/be3b9ab4d5fe0a1087c9d8c6b60608dddaca417f) fix: ignore `modules.dep` virtual extension on schematic id calculation
21+
</p>
22+
</details>
23+
24+
### Dependency Changes
25+
26+
* **golang.org/x/crypto** v0.19.0 -> v0.21.0
27+
* **golang.org/x/net** v0.21.0 -> v0.23.0
28+
29+
Previous release can be found at [v0.32.1](https://github.com/siderolabs/omni/releases/tag/v0.32.1)
30+
131
## [Omni 0.32.1](https://github.com/siderolabs/omni/releases/tag/v0.32.1) (2024-04-03)
232

333
Welcome to the v0.32.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.32.0"
9+
previous = "v0.32.1"

internal/version/data/tag

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

0 commit comments

Comments
 (0)