Skip to content

Commit

Permalink
release(v0.38.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.38.1 release.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Jun 21, 2024
1 parent e0a760a commit 2e8bf65
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ policies:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
maximumOfOneCommit: false
header:
length: 89
imperative: true
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<details><summary>1 commit</summary>
<p>

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

### 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!
Expand Down
48 changes: 1 addition & 47 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<hash>-<account>.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.
"""
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.38.0
v0.38.1

0 comments on commit 2e8bf65

Please sign in to comment.