omni/hack/release.toml
Edward Sammut Alessi e70a16e4a2
release(v1.7.3): prepare release
This is the official v1.7.3 release.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-05-12 18:04:44 +02: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.2"
[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
```
"""