Skip to content

Commit c2f1b92

Browse files
committed
docs: new omni version
Signed-off-by: Amarachi Iheanacho <amarachi.iheanacho@siderolabs.com>
1 parent 575c836 commit c2f1b92

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

public/changelog.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ description: "Product updates and announcements"
44
rss: true
55
---
66

7+
<Update label="v1.7.2" tags={["Omni"]}>
8+
[Release notes →](https://github.com/siderolabs/omni/releases/tag/v1.7.2)
9+
10+
### Urgent Upgrade Notes **(No, really, you MUST read this before you upgrade)**
11+
12+
A [EULA](https://siderolabs.com/eula/) agreement has been added to Omni which must be accepted in order to continue using it.
13+
14+
This agreement can be accepted through UI or programmatically either by adding the below flags:
15+
```sh
16+
--eula-accept-name=Your Name
17+
--eula-accept-email=your@email.com
18+
```
19+
20+
Or if using `--config-path` with the below configuration:
21+
```yaml
22+
eulaAccept:
23+
name: Your Name
24+
email: your@email.com
25+
```
26+
</Update>
27+
728
<Update label="v1.2.0" tags={["Image Factory"]}>
829
[Release notes →](https://github.com/siderolabs/image-factory/releases/tag/v1.2.0)
930

public/snippets/custom-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const k8s_prev_release = '1.35.0'
22
export const k8s_release = '1.36.0'
33

44
{/* latest Omni release version */}
5-
export const omni_release = 'v1.7.1'
5+
export const omni_release = 'v1.7.2'
66
export const omni_helm_chart_release = '2.5.10'
77

88
{/* latest Image Factory release version */}

0 commit comments

Comments
 (0)