Skip to content

Commit

Permalink
release(v0.40.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.40.1 release.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
  • Loading branch information
utkuozdemir committed Aug 8, 2024
1 parent 8fb9202 commit f48cb75
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 18 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [Omni 0.40.1](https://github.com/siderolabs/omni/releases/tag/v0.40.1) (2024-08-08)

Welcome to the v0.40.1 release of Omni!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

### Contributors

* Utku Ozdemir

### Changes
<details><summary>1 commit</summary>
<p>

* [`8fb9202`](https://github.com/siderolabs/omni/commit/8fb9202abcfe8734e524e1bc66e1e4aea513081a) fix: fix nil pointer dereference in workload proxy reconciler
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.40.0](https://github.com/siderolabs/omni/releases/tag/v0.40.0)

## [Omni 0.40.0](https://github.com/siderolabs/omni/releases/tag/v0.40.0) (2024-07-29)

Welcome to the v0.40.0 release of Omni!
Expand Down
18 changes: 1 addition & 17 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,4 @@ github_repo = "siderolabs/omni"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

pre_release = false
previous = "v0.39.0"

[notes]

[notes.support-bundle]
title = "Support Bundle"
description = """\
Support downloading cluster support bundle from the UI.
"""

[notes.watch-stats]
title = "Show Total Items"
description = """\
Display total number of clusters and machines on the corresponding pages.
Also show some basic stats there: the number of clusters not ready and allocated/available machines.
"""

previous = "v0.40.0"
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.40.0
v0.40.1

0 comments on commit f48cb75

Please sign in to comment.