Skip to content

Commit 39f3041

Browse files
committed
release(v0.31.1): prepare release
This is the official v0.31.1 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 8ebd5ce commit 39f3041

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [Omni 0.31.1](https://github.com/siderolabs/omni/releases/tag/v0.31.1) (2024-03-15)
2+
3+
Welcome to the v0.31.1 release of Omni!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/omni/issues.
9+
10+
### Contributors
11+
12+
* Artem Chernyshev
13+
14+
### Changes
15+
<details><summary>2 commits</summary>
16+
<p>
17+
18+
* [`8ebd5ce`](https://github.com/siderolabs/omni/commit/8ebd5ce16d5941e9aa125ccda3fb8b26f8f236d8) chore: run rekres
19+
* [`4808369`](https://github.com/siderolabs/omni/commit/4808369fa2869c83fa3fbc9c4ec1b1adca0affbd) fix: get rid of the issue with `MachineSets` stuck in `Reconfiguring`
20+
</p>
21+
</details>
22+
23+
### Dependency Changes
24+
25+
This release has no dependency changes
26+
27+
Previous release can be found at [v0.31.0](https://github.com/siderolabs/omni/releases/tag/v0.31.0)
28+
129
## [Omni 0.31.0](https://github.com/siderolabs/omni/releases/tag/v0.31.0) (2024-03-07)
230

331
Welcome to the v0.31.0 release of Omni!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = false
9-
previous = "v0.30.1"
9+
previous = "v0.31.0"

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.31.0
1+
v0.31.1

0 commit comments

Comments
 (0)