From 2e8bf654d981d601f22230c3bc1c02e2cb4c5b34 Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Fri, 21 Jun 2024 14:40:43 +0300 Subject: [PATCH] release(v0.38.1): prepare release This is the official v0.38.1 release. Signed-off-by: Artem Chernyshev --- .conform.yaml | 2 +- CHANGELOG.md | 27 ++++++++++++++++++++++ hack/release.toml | 48 +-------------------------------------- internal/version/data/tag | 2 +- 4 files changed, 30 insertions(+), 49 deletions(-) diff --git a/.conform.yaml b/.conform.yaml index eca30dab..a9f25d98 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -12,7 +12,7 @@ policies: gitHubOrganization: siderolabs spellcheck: locale: US - maximumOfOneCommit: true + maximumOfOneCommit: false header: length: 89 imperative: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2f8268..e37d5bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [Omni 0.38.1](https://github.com/siderolabs/omni/releases/tag/v0.38.1) (2024-06-21) + +Welcome to the v0.38.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 +

+ +* [`e0a760a`](https://github.com/siderolabs/omni/commit/e0a760ae6093fcc3d1605d7b52b8c77e7dccaa3e) fix: use proper `z-index` for the tooltip component +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.38.0](https://github.com/siderolabs/omni/releases/tag/v0.38.0) + ## [Omni 0.38.0](https://github.com/siderolabs/omni/releases/tag/v0.38.0) (2024-06-20) Welcome to the v0.38.0 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index b6f94a17..f42138ee 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,51 +6,5 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.37.0" +previous = "v0.38.0" -[notes] - - [notes.exposed-services] - title = "Exposed Services DNS Name" - description = """\ -Exposed services now use new naming schema, so it shouldn't be affected by slow DNS updates. - -The domain name patter is now: `-.proxy-us.siderolabs.io`. -""" - - [notes.break-glass] - title = "Break-Glass Configs" - description = """\ -Omni now allows getting raw Talos and Kubernetes configs that can allow bypassing Omni when -accessing the cluster. - -It has a couple of limitations: - -- It is available only if is enabled for the account. -- Only `os:operator` role Talosconfig level is available. -- The cluster will be marked as tainted for the time being, which doesn't affect anything, but is -the signal that Omni no longer fully controls secrets rotation. -""" - - [notes.machine-logs] - title = "Machine Logs" - description = """\ -Machine logs are now stored using new persitent circular buffer library, which has better write efficiency. -""" - - [notes.kubeconfig] - title = "Kubeconfig Authcode-Keyboard" - description = """\ -It is now possible to generate `kubeconfig` with `--grant-type=authcode-keyboard` and Omni -supports that mode. -This mode will print a URL and ask for a one time code instead of starting a local HTTP server on port `8000`. -Clicking the URL will open the same Omni page as usual, but will present you the one time code instead of doing redirect. - -This mode is useful for remote machine `kubectl` execution and removes the need to set up ssh port-forwarding. -""" - - [notes.pending-updates] - title = "Pending Updates" - description = """\ -Omni UI now shows pending config changes which are not applied due to locked machines in the cluster. -""" diff --git a/internal/version/data/tag b/internal/version/data/tag index 765098dc..b4a466a8 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.38.0 +v0.38.1