diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dba6b22..b9f07861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## [Omni 0.43.1](https://github.com/siderolabs/omni/releases/tag/v0.43.1) (2024-10-17) + +Welcome to the v0.43.1 release of Omni! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Artem Chernyshev +* Dmitriy Matrenichev + +### Changes +
2 commits +

+ +* [`dbdbcb6`](https://github.com/siderolabs/omni/commit/dbdbcb62ea43c8d451f9b18fcdf8cc614e82224e) fix: introduce timeout in the etcd healthchecks in the machine set ctrl +* [`cd1f88f`](https://github.com/siderolabs/omni/commit/cd1f88f15950e74076a118054295ca9e1c7cb1fb) chore: remove `ip_address` field from audit log `session` +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.43.0](https://github.com/siderolabs/omni/releases/tag/v0.43.0) + ## [Omni 0.43.0](https://github.com/siderolabs/omni/releases/tag/v0.43.0) (2024-10-11) Welcome to the v0.43.0 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index 60b5ebea..1f0fc370 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,18 +6,5 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.42.0" +previous = "v0.43.0" -[notes] - - [notes.grpc-tunnel] - title = "`gRPC` Tunnel" - description = """\ -`gRPC` tunnel for wireguard can now be enabled when downloading the installation media from Omni. -""" - - [notes.talos-diagnostics] - title = "Talos Diagnostics" - description = """\ -Omni now shows [Talos diagnostics information](https://www.talos.dev/v1.8/introduction/what-is-new/#diagnostics) for Talos >= 1.8.0. -""" diff --git a/internal/version/data/tag b/internal/version/data/tag index 3170957b..2fd8c6a7 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.43.0 +v0.43.1