Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 28, 2024
1 parent e4527da commit 74a07fa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [overlays 1.8.2](https://github.com/siderolabs/overlays/releases/tag/v1.8.2) (2024-10-28)

Welcome to the v1.8.2 release of overlays!



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

### Contributors


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

</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v1.8.1](https://github.com/siderolabs/overlays/releases/tag/v1.8.1)

## [overlays 1.8.1](https://github.com/siderolabs/overlays/releases/tag/v1.8.1) (2024-10-08)

Welcome to the v1.8.1 release of overlays!
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name = "overlays"
github_repo = "siderolabs/overlays"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v1.8.0"
previous = "v1.8.1"
pre_release = false

[notes]

0 comments on commit 74a07fa

Please sign in to comment.