From c73807766b197c529b44f5dcdbf4a0085a749f9e Mon Sep 17 00:00:00 2001 From: Utku Ozdemir Date: Mon, 8 Apr 2024 21:21:46 +0200 Subject: [PATCH] release(v0.32.2): prepare release This is the official v0.32.2 release. Signed-off-by: Utku Ozdemir --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ hack/release.toml | 2 +- internal/version/data/tag | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e391ee5e..c290db42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [Omni 0.32.2](https://github.com/siderolabs/omni/releases/tag/v0.32.2) (2024-04-08) + +Welcome to the v0.32.2 release of Omni! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Spencer Smith +* Utku Ozdemir + +### Changes +
2 commits +

+ +* [`a678451`](https://github.com/siderolabs/omni/commit/a678451765383743069c6660a242963f6e3547b6) chore: bump net library to v0.23.0 +* [`be3b9ab`](https://github.com/siderolabs/omni/commit/be3b9ab4d5fe0a1087c9d8c6b60608dddaca417f) fix: ignore `modules.dep` virtual extension on schematic id calculation +

+
+ +### Dependency Changes + +* **golang.org/x/crypto** v0.19.0 -> v0.21.0 +* **golang.org/x/net** v0.21.0 -> v0.23.0 + +Previous release can be found at [v0.32.1](https://github.com/siderolabs/omni/releases/tag/v0.32.1) + ## [Omni 0.32.1](https://github.com/siderolabs/omni/releases/tag/v0.32.1) (2024-04-03) Welcome to the v0.32.1 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index 70cd17c9..79dce995 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,4 +6,4 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.32.0" +previous = "v0.32.1" diff --git a/internal/version/data/tag b/internal/version/data/tag index 0e22fdea..c6a2605c 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.32.1 +v0.32.2