Skip to content

Commit 0538193

Browse files
committed
release(v1.0.2): prepare release
This is the official v1.0.2 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent 62e2630 commit 0538193

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-3
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [Omni 1.0.2](https://github.com/siderolabs/omni/releases/tag/v1.0.2) (2025-09-23)
2+
3+
Welcome to the v1.0.2 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+
* Utku Ozdemir
13+
* Oguz Kilcan
14+
15+
### Changes
16+
<details><summary>4 commits</summary>
17+
<p>
18+
19+
* [`62e2630`](https://github.com/siderolabs/omni/commit/62e2630b8b2bbd091228ca480a896c661cb6a486) test: bring in the GHA runner changes and compatible talosctl version
20+
* [`a94c58d`](https://github.com/siderolabs/omni/commit/a94c58dfcd286164875a4ce31b4513c8ee2f41cf) fix: fix local resource server access auth check
21+
* [`1fd954a`](https://github.com/siderolabs/omni/commit/1fd954af64985a8b3dbf5b11deddbf7cd953f5ae) fix: fix the order in the grpc interceptor chain
22+
* [`a467f3b`](https://github.com/siderolabs/omni/commit/a467f3be129a4a979193ceae47d44f18c986ba07) fix: keep query parameters encoded in the oidc/saml login flows
23+
</p>
24+
</details>
25+
26+
### Changes from siderolabs/go-api-signature
27+
<details><summary>3 commits</summary>
28+
<p>
29+
30+
* [`68478e2`](https://github.com/siderolabs/go-api-signature/commit/68478e2f57a3bca4345c6e189c0a4216dfb9b1ed) fix: return `invalid signature` error when a signature is required
31+
* [`d22e33d`](https://github.com/siderolabs/go-api-signature/commit/d22e33d809218fcc1492c2f5431929a05b18cf18) feat: clarify fallback logic for fallback capable key provider
32+
* [`dea3048`](https://github.com/siderolabs/go-api-signature/commit/dea304833f839d1bd3e70ffe710db8c81c15f7e0) feat: allow configuring the provider with fallback location
33+
</p>
34+
</details>
35+
36+
### Dependency Changes
37+
38+
* **github.com/siderolabs/go-api-signature** v0.3.6 -> v0.3.8
39+
40+
Previous release can be found at [v1.0.1](https://github.com/siderolabs/omni/releases/tag/v1.0.1)
41+
142
## [Omni 1.0.1](https://github.com/siderolabs/omni/releases/tag/v1.0.1) (2025-08-12)
243

344
Welcome to the v1.0.1 release of Omni!

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.1"
6+
appVersion: "v1.0.2"

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +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 = "v1.0.0"
9+
previous = "v1.0.1"

internal/version/data/tag

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

0 commit comments

Comments
 (0)