Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 9, 2021
1 parent 9a79c02 commit c48c392
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## [Sidero 0.4.1-beta.0](https://github.com/talos-systems/sidero/releases/tag/v0.4.1-beta.0) (2021-12-09)

Welcome to the v0.4.1-beta.0 release of Sidero!



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

### IPMI PXE Method

IPMI PXE method (UEFI, BIOS) can now be configured with `SIDERO_CONTROLLER_MANAGER_IPMI_PXE_METHOD` while installing Sidero.


### Contributors

* Andrey Smirnov
* Artem Chernyshev

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

* [`9a79c02`](https://github.com/talos-systems/sidero/commit/9a79c02a926e67fcbfa2e39bc4048c6640f9391c) chore: disable check for one commit
* [`b6f860f`](https://github.com/talos-systems/sidero/commit/b6f860f2c4c0c77d75e37ce3ee66c8a59db91ad2) feat: extend information printed in the iPXE script, add retries
* [`fec4d4b`](https://github.com/talos-systems/sidero/commit/fec4d4ba5729b0002dd8ab9803be596e818215e8) feat: provide a way to configure IPMI PXE method
* [`3e2ae6d`](https://github.com/talos-systems/sidero/commit/3e2ae6d3fc900753d81523d31a5712e2550ad0d1) fix: check for server power state when in use
* [`b2a693e`](https://github.com/talos-systems/sidero/commit/b2a693e0092107b74bc8553f0e51a882c8a1695b) fix: update CAPI resources versions to v1alpha4 in the cluster template
* [`4fdcbb3`](https://github.com/talos-systems/sidero/commit/4fdcbb3283f2cf6d3ffdf7f3c5ae8abdf4394669) feat: automatically append talos.config to the Environment
* [`b8553d4`](https://github.com/talos-systems/sidero/commit/b8553d4fee44608f07901a06e2f6ccd4d38f3511) fix: hide password from ipmitool args
* [`198f102`](https://github.com/talos-systems/sidero/commit/198f10233098cd1cf4683db0f13485f8d99933df) fix: drop into the agent for non-allocated servers
* [`ce626cf`](https://github.com/talos-systems/sidero/commit/ce626cf049d7aa5dff08a7092a368f7062c21430) feat: allow defining http server and api server ports separately
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Sidero 0.4.0](https://github.com/talos-systems/sidero/releases/tag/v0.4.0) (2021-10-18)

Welcome to the v0.4.0 release of Sidero!
Expand Down
2 changes: 1 addition & 1 deletion 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.3.2"
previous = "v0.4.0"

pre_release = false

Expand Down

0 comments on commit c48c392

Please sign in to comment.