Skip to content

Commit 43dbd98

Browse files
committed
release(v0.46.2): prepare release
This is the official v0.46.2 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent ffd8929 commit 43dbd98

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [Omni 0.46.2](https://github.com/siderolabs/omni/releases/tag/v0.46.2) (2025-02-05)
2+
3+
Welcome to the v0.46.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+
* Dmitriy Matrenichev
13+
* Artem Chernyshev
14+
* Utku Ozdemir
15+
16+
### Changes
17+
<details><summary>4 commits</summary>
18+
<p>
19+
20+
* [`ffd8929`](https://github.com/siderolabs/omni/commit/ffd892995ea62e1025d7986642630b17d96d3dc5) fix: enable IDP initiated SAML logins
21+
* [`1710ea0`](https://github.com/siderolabs/omni/commit/1710ea0e40d46102b84535e33c35cdc3a058a985) fix: don't forget to close grpc connections in tests
22+
* [`b6af6c7`](https://github.com/siderolabs/omni/commit/b6af6c7675b50522dfc6f53f3296f842afa1b7a3) fix: close grpc connections after their usage is complete
23+
* [`26ba403`](https://github.com/siderolabs/omni/commit/26ba403cbee057dd953c592645b9d7460f35c0f5) fix: fix node resolution cache for nodes in maintenance mode
24+
</p>
25+
</details>
26+
27+
### Dependency Changes
28+
29+
This release has no dependency changes
30+
31+
Previous release can be found at [v0.46.1](https://github.com/siderolabs/omni/releases/tag/v0.46.1)
32+
133
## [Omni 0.46.1](https://github.com/siderolabs/omni/releases/tag/v0.46.1) (2025-01-29)
234

335
Welcome to the v0.46.1 release of Omni!

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 = "v0.46.0"
9+
previous = "v0.46.1"

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.46.1
1+
v0.46.2

0 commit comments

Comments
 (0)