Skip to content

Commit 8973ec2

Browse files
committed
release(v0.30.1): prepare release
This is the official v0.30.1 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 93fbcae commit 8973ec2

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
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.30.1](https://github.com/siderolabs/omni/releases/tag/v0.30.1) (2024-03-07)
2+
3+
Welcome to the v0.30.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+
* Andrey Smirnov
13+
* Artem Chernyshev
14+
15+
### Changes
16+
<details><summary>3 commits</summary>
17+
<p>
18+
19+
* [`93fbcae`](https://github.com/siderolabs/omni/commit/93fbcae456f6d4513050e53133e881b0e6aff457) fix: add missing `v` prefix when looking up version in the image factory
20+
* [`69dba26`](https://github.com/siderolabs/omni/commit/69dba26ece626b0b9627adc5f94f3105077afc57) fix: redirect omni feedback to omni repo
21+
* [`dfcbaae`](https://github.com/siderolabs/omni/commit/dfcbaae7d0b7d61d3af526f510db7e233cfb6807) chore: initial commit
22+
</p>
23+
</details>
24+
25+
### Dependency Changes
26+
27+
This release has no dependency changes
28+
129
## [Omni 0.20.0](https://github.com/siderolabs/omni/releases/tag/v0.20.0) (2023-10-17)
230

331
Welcome to the v0.20.0 release of Omni!

hack/release.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,3 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = false
9-
previous = "v0.19.0"
10-
11-
[notes]
12-
13-
[notes.kubernetes-config]
14-
title = "Kubeconfig Changes"
15-
description = """\
16-
Omni now generates Kubernetes configs without accessing Talos API.
17-
"""
18-
19-
[notes.saml-roles]
20-
title = ""
21-
description = """\
22-
Omni can now define SAML user roles depending on the SAML labels it gets from the SAML assertion.
23-
Role is assigned only once on user creation.
24-
"""

internal/version/data/tag

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

0 commit comments

Comments
 (0)