Skip to content

Commit 8505bfa

Browse files
committed
release(v1.1.5): prepare release
This is the official v1.1.5 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent 243abea commit 8505bfa

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## [Omni 1.1.5](https://github.com/siderolabs/omni/releases/tag/v1.1.5) (2025-09-23)
2+
3+
Welcome to the v1.1.5 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+
* Artem Chernyshev
14+
* Oguz Kilcan
15+
16+
### Changes
17+
<details><summary>8 commits</summary>
18+
<p>
19+
20+
* [`206adc0`](https://github.com/siderolabs/omni/commit/206adc0c71e87ac4b7199e4dac8f4219d99bab90) release(v1.1.5): prepare release
21+
* [`243abea`](https://github.com/siderolabs/omni/commit/243abea7f02964fdfe6d0ea8c61e7bb660300e49) fix: fix local resource server access auth check
22+
* [`8242b61`](https://github.com/siderolabs/omni/commit/8242b61975abf89b7d30cc94ff7b5a1c887ac2e0) test: bring in the GHA runner changes and compatible talosctl version
23+
* [`1396083`](https://github.com/siderolabs/omni/commit/1396083f766a1b0380e9949968d7fc17b7afecaa) fix: fix the order in the grpc interceptor chain
24+
* [`0181162`](https://github.com/siderolabs/omni/commit/0181162143e3e23b2bf537f2c57af3256086ab21) fix: add `oidc-redirect-url` arg to the generated kubeconfigs
25+
* [`9ef8377`](https://github.com/siderolabs/omni/commit/9ef8377126eb9efa0868b97d3cb12d8580edf876) fix: use correct order to determine SideroV1 keys directory path
26+
* [`e47b861`](https://github.com/siderolabs/omni/commit/e47b8615cd0bc090a7692fde849203bdd1f5e6ab) fix: keep query parameters encoded in the oidc/saml login flows
27+
* [`3089572`](https://github.com/siderolabs/omni/commit/30895722ed26d2b79485f1b24353427000624524) chore: allow more than one commit for a PR
28+
</p>
29+
</details>
30+
31+
### Changes from siderolabs/go-api-signature
32+
<details><summary>1 commit</summary>
33+
<p>
34+
35+
* [`68478e2`](https://github.com/siderolabs/go-api-signature/commit/68478e2f57a3bca4345c6e189c0a4216dfb9b1ed) fix: return `invalid signature` error when a signature is required
36+
</p>
37+
</details>
38+
39+
### Dependency Changes
40+
41+
* **github.com/siderolabs/go-api-signature** v0.3.7 -> v0.3.8
42+
43+
Previous release can be found at [v1.1.4](https://github.com/siderolabs/omni/releases/tag/v1.1.4)
44+
145
## [Omni 1.1.4](https://github.com/siderolabs/omni/releases/tag/v1.1.4) (2025-09-09)
246

347
Welcome to the v1.1.4 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.3
6-
appVersion: "v1.1.4"
6+
appVersion: "v1.1.5"

internal/version/data/tag

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

0 commit comments

Comments
 (0)