Skip to content

Commit 8bf87c1

Browse files
committed
release(v1.0.0): prepare release
This is the official v1.0.0 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 781a04e commit 8bf87c1

File tree

6 files changed

+96
-5
lines changed

6 files changed

+96
-5
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-24"
592+
ChangeDate: "2029-07-25"
593593
ChangeLicense: Mozilla Public License, version 2.0
594594
EnterpriseLink: https://www.siderolabs.com/contact/
595595
header: |

CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,94 @@
1+
## [Omni 1.0.0](https://github.com/siderolabs/omni/releases/tag/v1.0.0) (2025-07-25)
2+
3+
Welcome to the v1.0.0 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+
### Multiple Join Token Support
11+
12+
Omni now supports multiple SideroLink join tokens.
13+
It now creates the default non-expiring token, then the user can create more tokens and delete the old ones.
14+
15+
16+
### Config Change History
17+
18+
There is now `MachineConfigDiffs.omni.sidero.dev` resource that keeps the history of
19+
each machine config changes.
20+
It keeps up to 1000 diffs for the last 30 days.
21+
22+
23+
### Contributors
24+
25+
* Artem Chernyshev
26+
* Andrey Smirnov
27+
* Utku Ozdemir
28+
* Oguz Kilcan
29+
* Mateusz Urbanek
30+
31+
### Changes
32+
<details><summary>23 commits</summary>
33+
<p>
34+
35+
* [`21e908a4`](https://github.com/siderolabs/omni/commit/21e908a4a0e1686d873e99e51e4c98e76dd370a9) release(v1.0.0): prepare release
36+
* [`781a04e1`](https://github.com/siderolabs/omni/commit/781a04e1861adf10f2e4bbb8f1a2ed9782af298c) chore: extract node unique token to the separate resource
37+
* [`de7d90b7`](https://github.com/siderolabs/omni/commit/de7d90b7de10f38d3c1fc01b74d92902e98f43b9) test: allow ignoring unknown config fields in the integration test
38+
* [`c761e347`](https://github.com/siderolabs/omni/commit/c761e34765539bba31f47f1d395387513005a34c) release(v1.0.0-beta.1): prepare release
39+
* [`28158ed8`](https://github.com/siderolabs/omni/commit/28158ed855513548aa4d78bc7e0cf91e6f6d3dc3) fix: ignore `MachineStatus` having no TalosVersion in DNS service
40+
* [`da3f28f6`](https://github.com/siderolabs/omni/commit/da3f28f6b1f0a01c5a90216fa4b5e7aa3c780ac0) chore: support encoding extra docs in `siderolink.RenderJoinConfig`
41+
* [`f4582116`](https://github.com/siderolabs/omni/commit/f458211621f30c2a07720a4773dbba49d2967ce7) fix: allow encoding join tokens using v1 version
42+
* [`80ff037a`](https://github.com/siderolabs/omni/commit/80ff037a84d5e75c28a4836ac258f8ad9ec9fb36) fix: do not try to encode `v1/v2` tokens in siderolink.NewJoinToken
43+
* [`7b7c021d`](https://github.com/siderolabs/omni/commit/7b7c021da8b911780635d86e19baac78e814516e) fix: do not create `JoinTokenUsage` for `PendingMachines`
44+
* [`2c4f34a7`](https://github.com/siderolabs/omni/commit/2c4f34a7da44c3318da326e116a6bb8f5ccd1e65) fix: fix etcd status check in control plane status
45+
* [`b0f76343`](https://github.com/siderolabs/omni/commit/b0f76343100033927a40ea0e604d5be8a84b3592) feat: implement the API for reading resources and their dependency graph
46+
* [`e945cc7b`](https://github.com/siderolabs/omni/commit/e945cc7b8b342f5f79ecc822edd50a57d69d9210) release(v1.0.0-beta.0): prepare release
47+
* [`a2722856`](https://github.com/siderolabs/omni/commit/a27228563a6a649641e885cd39ef55e88d5402c5) chore: enable gRPC keepalive in the Omni client
48+
* [`f8de9a6d`](https://github.com/siderolabs/omni/commit/f8de9a6d96453bf3e5b9f33668fa35169ada24c0) feat: add support for imported cluster secrets
49+
* [`753259c2`](https://github.com/siderolabs/omni/commit/753259c26edd3e1f61a98a69d334212fa7a9a03b) fix: do not filter out noop events in the infra provider state
50+
* [`ab1f7cc7`](https://github.com/siderolabs/omni/commit/ab1f7cc7fab1d111d561dbf0f2239c169bada5aa) feat: implement multiple token support and token management
51+
* [`0e76483b`](https://github.com/siderolabs/omni/commit/0e76483bab6b9f377bf3e3779f3d02d284a9a782) chore: rekres, bump deps, Go, Talos and k8s versions, satisfy linters
52+
* [`e1c1aaea`](https://github.com/siderolabs/omni/commit/e1c1aaea7a304b2efbd318280afe6afbd18487ab) fix: add validation of k8s version
53+
* [`f1b47f08`](https://github.com/siderolabs/omni/commit/f1b47f08d9a808f5aa635d4ff5b642986305d8a2) feat: log and store redacted machine config diffs
54+
* [`a7ac6372`](https://github.com/siderolabs/omni/commit/a7ac63725d0c8de5cdfc6620607f072a032e383a) chore: rewrite join config generation
55+
* [`66c7897b`](https://github.com/siderolabs/omni/commit/66c7897bb8a657e6d7c391dfa7f35401d9a1d123) chore: update zstd module `go.mod` deps
56+
* [`3b701483`](https://github.com/siderolabs/omni/commit/3b7014839a91ef152b7b82c5b8ae0020ea549e31) test: reduce the log verbosity in unit tests
57+
* [`ff32ae4c`](https://github.com/siderolabs/omni/commit/ff32ae4c7f660a0a1c2e8159e0f9bf52c4b76955) fix: gracefully handle logServer shutdown
58+
</p>
59+
</details>
60+
61+
### Changes since v1.0.0-beta.1
62+
<details><summary>3 commits</summary>
63+
<p>
64+
65+
* [`21e908a4`](https://github.com/siderolabs/omni/commit/21e908a4a0e1686d873e99e51e4c98e76dd370a9) release(v1.0.0): prepare release
66+
* [`781a04e1`](https://github.com/siderolabs/omni/commit/781a04e1861adf10f2e4bbb8f1a2ed9782af298c) chore: extract node unique token to the separate resource
67+
* [`de7d90b7`](https://github.com/siderolabs/omni/commit/de7d90b7de10f38d3c1fc01b74d92902e98f43b9) test: allow ignoring unknown config fields in the integration test
68+
</p>
69+
</details>
70+
71+
### Changes from siderolabs/crypto
72+
<details><summary>5 commits</summary>
73+
<p>
74+
75+
* [`62a079b`](https://github.com/siderolabs/crypto/commit/62a079b6915dc6dff602dca835fafbeabb6adbce) fix: update TLS config, add tests for TLS interactions
76+
* [`c2b4e26`](https://github.com/siderolabs/crypto/commit/c2b4e26d7d7e45e8269a040fb0251446354ba8ef) fix: remove code duplication and fix Ed255119 CA generation
77+
* [`2a07632`](https://github.com/siderolabs/crypto/commit/2a076326bbdd3da61460197a3fa1a0484a347478) fix: enforce FIPS-140-3 compliance
78+
* [`17107ae`](https://github.com/siderolabs/crypto/commit/17107ae45403a2bcd4fecfb4660b60276652b00d) fix: add generic CSR generator and OpenSSL interop
79+
* [`53659fc`](https://github.com/siderolabs/crypto/commit/53659fc35f6abd4ada7ffa22ef1b148cf93c0f28) refactor: split into files
80+
</p>
81+
</details>
82+
83+
### Dependency Changes
84+
85+
* **github.com/cosi-project/runtime** v0.10.5 -> v0.10.6
86+
* **github.com/siderolabs/crypto** v0.5.1 -> v0.6.3
87+
* **github.com/siderolabs/talos/pkg/machinery** v1.10.1 -> da5a4449f1a9
88+
* **google.golang.org/grpc** v1.72.0 -> v1.73.0
89+
90+
Previous release can be found at [v0.52.0](https://github.com/siderolabs/omni/releases/tag/v0.52.0)
91+
192
## [Omni 1.0.0-beta.1](https://github.com/siderolabs/omni/releases/tag/v1.0.0-beta.1) (2025-07-24)
293

394
Welcome to the v1.0.0-beta.1 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-24
10+
Change Date: 2029-07-25
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-beta.1"
6+
appVersion: "v1.0.0"

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "Omni"
55
github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

8-
pre_release = true
8+
pre_release = false
99
previous = "v0.52.0"
1010

1111
[notes]

internal/version/data/tag

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

0 commit comments

Comments
 (0)