Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(v0.30.1): prepare release #60

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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