Skip to content

Commit e0605b9

Browse files
committed
release(v1.0.1): prepare release
This is the official v1.0.1 release. Signed-off-by: Oguz Kilcan <[email protected]>
1 parent 353f0ca commit e0605b9

File tree

6 files changed

+39
-22
lines changed

6 files changed

+39
-22
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ spec:
589589
Licensor: Sidero Labs, Inc.
590590
LicensedWork: Omni
591591
Copyright: (c) 2025 Sidero Labs, Inc.
592-
ChangeDate: "2029-07-25"
592+
ChangeDate: "2029-08-12"
593593
ChangeLicense: Mozilla Public License, version 2.0
594594
EnterpriseLink: https://www.siderolabs.com/contact/
595595
header: |

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [Omni 1.0.1](https://github.com/siderolabs/omni/releases/tag/v1.0.1) (2025-08-12)
2+
3+
Welcome to the v1.0.1 release of Omni!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/omni/issues.
9+
10+
### Contributors
11+
12+
* Oguz Kilcan
13+
14+
### Changes
15+
<details><summary>8 commits</summary>
16+
<p>
17+
18+
* [`353f0cab`](https://github.com/siderolabs/omni/commit/353f0cabef743fce7de420e2e5a42a1280843dbf) test: fix asserting etcd members test
19+
* [`f42a94a6`](https://github.com/siderolabs/omni/commit/f42a94a64e36028eb10bf5e3a31fb85e96c7726c) fix: prevent service account creation if name is already in use
20+
* [`f8ad61f0`](https://github.com/siderolabs/omni/commit/f8ad61f0d2f812ce94cd099e350133f7affb3a0a) test: fix omni upgrade e2e test
21+
* [`562bd58d`](https://github.com/siderolabs/omni/commit/562bd58dbc06895cf6705b846cc59c55afee0557) test: run Omni upgrade tests against latest stable
22+
* [`092a0462`](https://github.com/siderolabs/omni/commit/092a0462c980350d592c6cf6ccd79c7807bd97be) chore: allow more than one commit for a PR
23+
* [`a221ba61`](https://github.com/siderolabs/omni/commit/a221ba61dc9d8bda3e92c226853d0bbcd5818ee6) fix: keep control plane status up to date
24+
* [`c6c8da2b`](https://github.com/siderolabs/omni/commit/c6c8da2b1c7bd3171eff5b2d3d64f878f5be738d) fix: install frontend dependencies from lockfile
25+
* [`898f83d3`](https://github.com/siderolabs/omni/commit/898f83d3817b084862a1f6de7e4187afbb1bf7bd) test: fix registry mirror config format in integration tests
26+
</p>
27+
</details>
28+
29+
### Dependency Changes
30+
31+
This release has no dependency changes
32+
33+
Previous release can be found at [v1.0.0](https://github.com/siderolabs/omni/releases/tag/v1.0.0)
34+
135
## [Omni 1.0.0](https://github.com/siderolabs/omni/releases/tag/v1.0.0) (2025-07-25)
236

337
Welcome to the v1.0.0 release of Omni!

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Licensed Work: Omni
77
The Licensed Work is (c) 2025 Sidero Labs, Inc.
88
Additional Use Grant: None
99

10-
Change Date: 2029-07-25
10+
Change Date: 2029-08-12
1111

1212
Change License: Mozilla Public License, version 2.0
1313

deploy/helm/omni/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: omni
33
description: A helm chart to deploy Omni on a Kubernetes cluster
44
type: application
55
version: 0.0.2
6-
appVersion: "v1.0.0"
6+
appVersion: "v1.0.1"

hack/release.toml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,4 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = false
9-
previous = "v0.52.0"
10-
11-
[notes]
12-
13-
[notes.multiple-join-tokens]
14-
title = "Multiple Join Token Support"
15-
description = """\
16-
Omni now supports multiple SideroLink join tokens.
17-
It now creates the default non-expiring token, then the user can create more tokens and delete the old ones.
18-
"""
19-
20-
[notes.redacted-config-diff]
21-
title = "Config Change History"
22-
description = """\
23-
There is now `MachineConfigDiffs.omni.sidero.dev` resource that keeps the history of
24-
each machine config changes.
25-
It keeps up to 1000 diffs for the last 30 days.
26-
"""
9+
previous = "v1.0.0"

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.0.1

0 commit comments

Comments
 (0)