diff --git a/CHANGELOG.md b/CHANGELOG.md index 863d37f4..c1e7859c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [Omni 0.42.1](https://github.com/siderolabs/omni/releases/tag/v0.42.1) (2024-09-12) + +Welcome to the v0.42.1 release of Omni! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Artem Chernyshev + +### Changes +
1 commit +

+ +* [`fefbb18`](https://github.com/siderolabs/omni/commit/fefbb18c9fd35cc4c51af8a3bc87a451a31c251d) fix: pin apexcharts version to 3.45.2 +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.42.0](https://github.com/siderolabs/omni/releases/tag/v0.42.0) + + ## [Omni 0.42.0](https://github.com/siderolabs/omni/releases/tag/v0.42.0) (2024-09-10) Welcome to the v0.42.0 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index 3d79aa1c..eeb66d78 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,41 +6,5 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.41.0" +previous = "v0.42.0" -[notes] - - [notes.audit-log] - title = "Audit log" - description = """\ -It is now possible to get the audit log from the Omni. By default it's disabled. To enable, pass -`--audit-log-dir ` to the Omni. The audit log will be written to the specified directory, separated by day. - -Retention is set to 30 days (including the current day). The audit log is written in JSON format, where each entry is -a JSON object. - -There are two ways to get audit log, and for both you need Admin role: -1. By using the UI: Simply click "Download audit log" in the main menu. -2. Using `omnictl audit-log` command. This command will stream the audit log from the Omni to the local machine stdout. -""" - - [notes.allow-multiple-ip] - title = "Allow multiple IP's in `siderolink-wireguard-advertised-addr` flag" - description = """\ -The `siderolink-wireguard-advertised-addr` flag now accepts multiple IP addresses separated by commas. This is useful -when you have multiple IPs (IPv4 and IPv6) on the host machine and want to allow Talos nodes to connect to the Omni -using any of them. -""" - - [notes.tls-certs-reload] - title = "TLS Cert Reload" - description = """\ -Omni service can now reload the TLS certs without restart. -""" - - [notes.cluster-sort] - title = "Cluster Sort" - description = """\ -Cluster list on Clusters page can now be sorted by name or creation date. -Before it was always sorted by creation date (newest first). -""" diff --git a/internal/version/data/tag b/internal/version/data/tag index 01efe7f3..6599325e 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.42.0 +v0.42.1