Skip to content

Commit

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

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
  • Loading branch information
rsmitty authored and talos-bot committed May 13, 2021
1 parent ca75eb4 commit 056f8c2
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 9 deletions.
1 change: 1 addition & 0 deletions .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ policies:
scopes:
- ^v0.1
- ^v0.2
- ^v0.3
- type: license
spec:
skipPaths:
Expand Down
80 changes: 79 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
<a name="v0.3.0-alpha.0"></a>
## [v0.3.0-alpha.0](https://github.com/talos-systems/sidero/compare/v0.2.0...v0.3.0-alpha.0) (2021-05-13)

### Chore

* parse "boolean" variables
* bump dependencies
* allow building with debug handlers
* add golangci-lint configuration
* fix `make help` command
* document Makefile target
* disable dependabot rebases
* update dependecies
* add dependabot config
* improve build system

### Docs

* fix install disk name in the examples
* fix typo
* add guide for upgrades
* fix the docs around CONTROL_PLANE_ENDPOINT
* create v0.2 docs and add note about specifying TALOS_VERSION

### Feat

* ship ServerClass "any"
* enable auto-setup of BMC
* inject iPXE script into the iPXE binaries
* pull the Sidero configuration as `clusterctl` variables
* add an option to reference IPMI creds via the secret refs
* pull in new version of go-smbios for UUID endiannes fix
* build Sidero for amd64 and arm64, support arm64 in the agent

### Fix

* back down resource requests
* remove erroneous wg.Add in environment controller

### Test

* fix the Environment args to support UEFI boot
* add missing empty tests
* port improvements from Talos
* run unit tests on CI, skip broken


<a name="v0.2.0"></a>
## [v0.2.0](https://github.com/talos-systems/talos/compare/v0.2.0-beta.0...v0.2.0) (2021-04-09)

### Release

* **v0.2.0:** prepare release


<a name="v0.2.0-beta.0"></a>
## [v0.2.0-beta.0](https://github.com/talos-systems/talos/compare/v0.2.0-alpha.1...v0.2.0-beta.0) (2021-04-08)

### Chore

* use common 'setup-ci' function

### Feat

* add support for DNS resolution in the agent

### Fix

* break the potential endless reconcile loop of ServerClasses
* don't marshal the machine configuration via machinery package

### Release

* **v0.2.0-beta.0:** prepare release

### Test

* drop installer image from the server patch


<a name="v0.2.0-alpha.1"></a>
## [v0.2.0-alpha.1](https://github.com/talos-systems/talos/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2021-04-06)
Expand Down Expand Up @@ -449,4 +528,3 @@
### Release

* **v0.1.0-alpha.0:** prepare release

3 changes: 3 additions & 0 deletions config/metadata/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ releaseSeries:
- major: 0
minor: 2
contract: v1alpha3
- major: 0
minor: 3
contract: v1alpha3
16 changes: 8 additions & 8 deletions hack/chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/talos-systems/talos
repository_url: https://github.com/talos-systems/sidero
options:
commits:
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
commit_groups:
# title_maps:
# feat: Features
Expand All @@ -25,4 +25,4 @@ options:
- Subject
notes:
keywords:
- BREAKING CHANGE
- BREAKING CHANGE

0 comments on commit 056f8c2

Please sign in to comment.