mirror of
https://github.com/siderolabs/omni.git
synced 2026-05-15 11:36:11 +02:00
This is the official v1.7.3 release. Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
29 lines
781 B
TOML
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
|
|
```
|
|
"""
|