Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Mar 7, 2024
1 parent 29e6414 commit 90db87e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 17 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## [Omni 0.31.0](https://github.com/siderolabs/omni/releases/tag/v0.31.0) (2024-03-07)

Welcome to the v0.31.0 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>4 commits</summary>
<p>

* [`29e6414`](https://github.com/siderolabs/omni/commit/29e641490a414a844b163f98bf7fc72d046ab844) fix: add missing `v` prefix when looking up version in the image factory
* [`0eed757`](https://github.com/siderolabs/omni/commit/0eed757c82085550ad6239f1336a0a6f0d2f4dc3) refactor: convert `MachineSetStatus` controller to `QController`
* [`47d8429`](https://github.com/siderolabs/omni/commit/47d84296e02cdf18a7c7ebc57f7c66d778a2c567) fix: properly generate labels meta in the UI
* [`1e5c2ce`](https://github.com/siderolabs/omni/commit/1e5c2cee7d6715f209baafe75b2a2649110d553a) fix: cleanup tearing down machine links without finalizers
</p>
</details>

### Dependency Changes

* **github.com/cosi-project/runtime** v0.4.0-alpha.8 -> v0.4.0-alpha.9

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

## [Omni 0.20.0](https://github.com/siderolabs/omni/releases/tag/v0.20.0) (2023-10-17)

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

pre_release = false
previous = "v0.19.0"

[notes]

[notes.kubernetes-config]
title = "Kubeconfig Changes"
description = """\
Omni now generates Kubernetes configs without accessing Talos API.
"""

[notes.saml-roles]
title = ""
description = """\
Omni can now define SAML user roles depending on the SAML labels it gets from the SAML assertion.
Role is assigned only once on user creation.
"""
previous = "v0.30.1"
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
undefined
v0.31.0

0 comments on commit 90db87e

Please sign in to comment.