Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 23, 2024
1 parent a30f4d9 commit d439b10
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## [Sidero 0.6.5](https://github.com/talos-systems/sidero/releases/tag/v0.6.5) (2024-05-23)

Welcome to the v0.6.5 release of Sidero!



Please try out the release binaries and report any issues at
https://github.com/talos-systems/sidero/issues.

### Contributors

* Andrey Smirnov
* Spencer Smith

### Changes
<details><summary>3 commits</summary>
<p>

* [`a30f4d9`](https://github.com/talos-systems/sidero/commit/a30f4d9bbacc7f7755d779c29fc6dc93bd6f3aca) feat: provide negative address filter support
* [`cb907cf`](https://github.com/talos-systems/sidero/commit/cb907cf6e05c3ae0dbd939da5a02e0242af0ff80) chore: update office hours
* [`d91ab75`](https://github.com/talos-systems/sidero/commit/d91ab75b0771109d5c280a95098c244a2d28d6c4) fix: update HTTP boot filename
</p>
</details>

### Dependency Changes

* **github.com/insomniacslk/dhcp** c728f5dd21c8 -> f1cffa2c0c49
* **github.com/jsimonetti/rtnetlink** v1.4.1 -> v1.4.2
* **github.com/siderolabs/talos/pkg/machinery** v1.7.0 -> v1.7.2
* **golang.org/x/sys** v0.19.0 -> v0.20.0
* **sigs.k8s.io/cluster-api** v1.7.0 -> v1.7.2

Previous release can be found at [v0.6.4](https://github.com/talos-systems/sidero/releases/tag/v0.6.4)

## [Sidero 0.6.4](https://github.com/talos-systems/sidero/releases/tag/v0.6.4) (2024-04-19)

Welcome to the v0.6.4 release of Sidero!
Expand Down
7 changes: 1 addition & 6 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "talos-systems/sidero"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"

# previous release
previous = "v0.6.3"
previous = "v0.6.4"

pre_release = false

Expand All @@ -15,8 +15,3 @@ preface = """\

[notes]

[notes.patches]
title = "Patches"
description = """\
Sidero Metal now supports Talos Linux machine configuration strategic merge patches via 'strategicPatches' field on the `Server` and `ServerClass` CRDs.
"""

0 comments on commit d439b10

Please sign in to comment.