omni/hack/release.toml
Artem Chernyshev 1074e21338
release(v1.7.1): prepare release
This is the official v1.7.1 release.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2026-04-24 20:57:32 +03:00

29 lines
781 B
TOML

# commit to be tagged for the new release
commit = "HEAD"
project_name = "Omni"
github_repo = "siderolabs/omni"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
pre_release = false
previous = "v1.7.0"
[notes.aaa-eula-flags]
title = "Urgent Upgrade Notes **(No, really, you MUST read this before you upgrade)**"
description = """\
A [EULA](https://siderolabs.com/eula/) agreement has been added to Omni which must be accepted in order to continue using it.
This agreement can be accepted through UI or programmatically either by adding the below flags:
```sh
--eula-accept-name=Your Name
--eula-accept-email=your@email.com
```
Or if using `--config-path` with the below configuration:
```yaml
eulaAccept:
name: Your Name
email: your@email.com
```
"""