Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Jun 7, 2024
1 parent 29724e0 commit 01945b8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 45 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [Omni 0.37.1](https://github.com/siderolabs/omni/releases/tag/v0.37.1) (2024-06-07)

Welcome to the v0.37.1 release of Omni!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

### Contributors

* Artem Chernyshev
* Utku Ozdemir

### Changes
<details><summary>2 commits</summary>
<p>

* [`29724e0`](https://github.com/siderolabs/omni/commit/29724e04c6e411a486a97d143131c78b14fada27) fix: properly update the pulled images count if some images are skipped
* [`05de9d8`](https://github.com/siderolabs/omni/commit/05de9d8eb893e973c5c02048db9fd55dad7254f6) fix: pass through the `talosctl -n` args if they cannot be resolved
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.37.0](https://github.com/siderolabs/omni/releases/tag/v0.37.0)

## [Omni 0.37.0](https://github.com/siderolabs/omni/releases/tag/v0.37.0) (2024-06-06)

Welcome to the v0.37.0 release of Omni!
Expand Down
45 changes: 1 addition & 44 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,5 @@ github_repo = "siderolabs/omni"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

pre_release = false
previous = "v0.36.0"
previous = "v0.37.0"

[notes]

[notes.node-overview]
title = "Node Overview Page"
description = """\
Node overview page now displays more information about the node.
That includes:
- Machine stage.
- Unmet health check conditions of the Talos `MachineStatus`.
- CPU, memory and secure boot information.
- The list of labels added to the machine.
"""

[notes.secureboot]
title = "Secureboot Support Added"
description = """\
Omni now fully supports secureboot enabled machines.
"""

[notes.service-events]
title = "Service Events"
description = """\
Node overview page service list now displays information about each service events.
If a service fails to start it will be possible to see why in the UI.
"""

[notes.patches]
title = "Patches UI"
description = """\
The UI now has the page that shows config patches define for a machine.
It includes both cluster level and account level machine patches.
"""

[notes.discovery-service]
title = "Omni Hosted Discovery Service"
description = """\
Omni is now bundled with the discovery service.
If enabled, it will be started on the ipv6 address of the wireguard network.
Then it will be possible to configure clusters to use Omni discovery service
instead of a public one.
"""
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.37.0
v0.37.1

0 comments on commit 01945b8

Please sign in to comment.