diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7946f5d..58fe34202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [Omni 0.31.2](https://github.com/siderolabs/omni/releases/tag/v0.31.2) (2024-04-03) + +Welcome to the v0.31.2 release of Omni! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Utku Ozdemir + +### Changes +
1 commit +

+ +* [`8759aa2`](https://github.com/siderolabs/omni/commit/8759aa242fc88dd94b5777242e8a6ccbfce4f3ee) fix: prevent link and clustermachine deletion from getting stuck +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.31.1](https://github.com/siderolabs/omni/releases/tag/v0.31.1) + + ## [Omni 0.31.1](https://github.com/siderolabs/omni/releases/tag/v0.31.1) (2024-03-15) Welcome to the v0.31.1 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index b08727b67..4cc5e28e0 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.31.0" +previous = "v0.31.1" diff --git a/internal/version/data/tag b/internal/version/data/tag index 5affb131c..c11797e18 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.31.1 +v0.31.2