Skip to content

Commit

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

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

Welcome to the v0.30.1 release of Omni!



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

### Contributors

* Andrey Smirnov
* Artem Chernyshev

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

* [`93fbcae`](https://github.com/siderolabs/omni/commit/93fbcae456f6d4513050e53133e881b0e6aff457) fix: add missing `v` prefix when looking up version in the image factory
* [`69dba26`](https://github.com/siderolabs/omni/commit/69dba26ece626b0b9627adc5f94f3105077afc57) fix: redirect omni feedback to omni repo
* [`dfcbaae`](https://github.com/siderolabs/omni/commit/dfcbaae7d0b7d61d3af526f510db7e233cfb6807) chore: initial commit
</p>
</details>

### Dependency Changes

This release has no dependency changes

## [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
16 changes: 0 additions & 16 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,3 @@ 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.
"""
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
undefined
v0.30.1

0 comments on commit 8973ec2

Please sign in to comment.