Releases: hivelocity/cluster-api-provider-hivelocity
Releases · hivelocity/cluster-api-provider-hivelocity
v0.1.0-alpha.3
Changes since v0.1.0-alpha.3
Thanks to all our contributors! 😊
What's Changed
- 📖 Create release documentation by @guettli in #102
- 🌱 remove tilt-settings.yaml by @guettli in #108
- ✨ Include version information by @kranurag7 in #110
- ✨ Improve condition in the controllers by @aniruddha2000 in #104
- ✨ Replace flag with pflag by @aniruddha2000 in #109
- ✨ Improve condition in the controllers - 2 by @aniruddha2000 in #105
- ✨ Log api calls to HV. by @guettli in #111
- 🌱 Rename DeviceState to PowerState. by @guettli in #113
- ✨ Auto-detect permanent-error by @janiskemper in #112
- 🌱 add providerID to logs and increase CI wait time. by @guettli in #122
- ✨ Add
caphv-use=allow
tag for device usage by @aniruddha2000 in #116 - 🌱 update builder image to use go 1.21 by @kranurag7 in #126
- 🌱 add workflow for builder image by @kranurag7 in #127
- 🌱 use ghcr.io registry for builder image by @kranurag7 in #128
- 🌱 use right context with while building image by @kranurag7 in #129
- 🌱 use workflow dispatch for builder image by @kranurag7 in #130
- 🌱 update Makefile to include verify-manifests target by @kranurag7 in #124
- ✨ HV device tag Label Selector by @aniruddha2000 in #117
- 🌱 Fixed e2e tests. by @guettli in #135
- 🌱 Bump versions (Go, Kubernetes, CAPI, ...) by @guettli in #139
- 🌱 Fix bugs of version upgrade and labeling. by @guettli in #140
- 🌱 Add validation to deviceSelector. by @guettli in #143
New Contributors
- @kranurag7 made their first contribution in #110
Full Changelog: v1.0.0-alpha.2...v0.1.0-alpha.3
v1.0.0-alpha.2
🚨 This is a RELEASE CANDIDATE. If you find any bugs, file an issue
Changes since v1.0.0-alpha.1
✨ New Features
- Run e2e jobs in github actions (#84)
🐛 Bug Fixes
🌱 Others
- build in container, remove tools.go, add release process (#96)
- fix typo in e2e timeout config. (#101)
- get rid of hack/tools/tools.go (#95)
- fix duplicate machine tags. (#91)
- e2e test via web-gui provide "tag". (#92)
- Use
go install
to use self contained binary (#88) - Add CSR Controller. (#89)
- fix mdbook doc generation. (#85)
- Improve getting started guide and tilt dev guide (#86)
- Add yq to fetch e2e machine tag data from hivelocity-ci-envsubst.yaml file (#83)
- added vendor directory (#82)
- e2e test via Github Actions (#53)
- Run e2e test via Github Action. (#52)
- fix e2e tests in CI (#51)
- don't power off, if off. And wait 5s (#50)
- e2e tests (#48)
- copy HV API Key to target cluster. (#49)
📖 Additionally, there have been 3 contributions to our documentation and book. (#81, #76, #54)
Thanks to all our contributors! 😊
v1.0.0-alpha.0
Create release, so that end-to-end tests can start.