Releases: SovereignCloudStack/cluster-stack-operator
Releases · SovereignCloudStack/cluster-stack-operator
v0.1.0-alpha.7
What's Changed
- 📖 Update docs for use in docs.scs.community by @DEiselt in #246
- 📖 fix(docs): path to tilt screenshot by @jschoone in #247
- 📖 fix(docs): import tilt picture using markdown instead of html by @jschoone in #248
- 📖 changed: CSO quickstart docs by @DEiselt in #249
- ✨ Include Kubernetes version in helm template by @chess-knight in #243
- 🐛 Fix issue 231: Continue if cluster stack string is invalid by @guettli in #254
- 🌱 Use condition to mark false clusteraddon.yaml by @janiskemper in #252
- ✨ Upgrade of Go version (builder image) by @guettli in #256
- ✨ Add oci as assets client by @janiskemper in #238
- ✨ Update to CAPI 1.8 by @guettli in #255
New Contributors
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
v0.1.0-alpha.6
Changes since v0.1.0-alpha.5
✨ New Features
- Multi-stage cluster addons and hook server (#183)
- add webhooks for resources (#163)
- bump to CAPI 1.7.2 (#171)
- Include CRDs for clusteraddons (#131)
🐛 Bug Fixes
- Fix delete of csr if assets cannot be downloaded (#73)
🌱 Others
- Removing the temporary shouldDelete option to kubeClient.Apply that was not used anyway and always set on true (#233)
- Create a Generic client to download release assets (#187)
- Update github-actions group (#224)
- Update Github Actions group to v6.0.2 (#226)
- Use semver version in cluster stack status (#222)
- Update image docker.io/library/alpine to v3.20.1 (#218)
- Update github-actions group (#202)
- Update Github Actions group to v4.1.7 (#204)
- Update github-actions group (major) (#205)
- Update Update Golang Dependencies group (minor) (#197)
- Update Update Golang Dependencies group (minor) (#127)
- Update Golang Dependencies group to v1.33.1 (#191)
- Update Update Golang Dependencies group (patch) (#190)
- disable core k8s deps bumps via renovate (#189)
- Update github-actions group (#188)
- add shortNames for objects (#174)
- use update with renovate (#182)
- Update github-actions group (patch) (#179)
- Update Github Actions group to c8f55ef (#178)
- Update Builder Image group (#173)
- Update Cso Image group (#162)
- Update image docker.io/library/alpine to v3.20.0 (#158)
- Update github-actions group (#161)
- update builder image to 1.1.9 version (#169)
- Update Github Actions group to v4.1.5 (#149)
- update controller-gen to v0.14.0 (#148)
- Update Builder Image group (#132)
- Update Cso Image group to v3.14.4 (#133)
- Update github-actions group (#128)
- Update github-actions group (patch) (#129)
- Update Cso Image group to v3.14.3 (#126)
- Update github-actions group (#125)
- use pull_request_target to verify the patch (#123)
📖 Additionally, there have been 2 contributions to our documentation and book. (#79, #122)
Thanks to all our contributors! 😊
v0.1.0-alpha.5
Changes since v0.1.0-alpha.4
🌱 Others
- generate SBOM in json format with bom (#117)
Thanks to all our contributors! 😊
What's Changed
- 🌱 create github client only if required by @kranurag7 in #67
- 🐛 defer unlocking of mutex by @kranurag7 in #70
- ✨ add renovate for bumping dependencies by @kranurag7 in #75
- 🐛 fix upgrade builder image script by @kranurag7 in #87
- 🌱 Update image docker.io/library/alpine to v3.18.6 by @cluster-stack-bot in #89
- 🌱 Update Update Golang Dependencies group (patch) by @cluster-stack-bot in #81
- 🌱 Update Github Actions group to v40.1.2 by @cluster-stack-bot in #96
- ✨ add new builder image approach and update dependencies by @kranurag7 in #78
- 🌱 Update Builder Image group by @cluster-stack-bot in #95
- 🌱 update to go 1.21 by @kranurag7 in #63
- 🌱 use cosign attest and upgrade bom by @kranurag7 in #98
- 🌱 allow renovate to propagate builder image version by @kranurag7 in #97
- 🌱 fix lints for new builder image by @kranurag7 in #110
- 🌱 Update github-actions group (major) by @cluster-stack-bot in #106
- 🌱 Update Cso Image group to v3.14.2 by @cluster-stack-bot in #101
- 🌱 Update Github Actions group to 22.04 by @cluster-stack-bot in #103
- 🌱 Update github-actions group (major) by @cluster-stack-bot in #104
- 🌱 Update github-actions group (major) by @cluster-stack-bot in #114
- 🌱 udpate to CAPI 1.6.0 by @kranurag7 in #80
- 🌱 Update github-actions group by @cluster-stack-bot in #111
- 🌱 Update Github Actions group to v2 by @cluster-stack-bot in #113
- 🌱 Update Github Actions group to v40.1.4 by @cluster-stack-bot in #112
- 🌱 generate SBOM in json format with bom by @kranurag7 in #117
New Contributors
- @cluster-stack-bot made their first contribution in #89
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.5
v0.1.0-alpha.3
Changes since v0.1.0-alpha.2
✨ New Features
- Add hash mode compatibility (#53)
🌱 Others
📖 Additionally, there have been 1 contributions to our documentation and book. (#60)
Thanks to all our contributors! 😊
What's Changed
- ✨ Add hash mode compatibility by @aniruddha2000 in #53
- 🌱 use v2 for
make tilt-up
and provide Docker socket by @guettli in #54 - 🌱 use local_mode in Tiltfile by @kranurag7 in #51
- 📖 Improve docs by @guettli in #60
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
v0.1.0-alpha.2
Changes since v0.1.0-alpha.1
Thanks to all our contributors! 😊
What's Changed
- 📖 Add basic readme by @janiskemper in #7
- ✨ Add Tilt setup by @janiskemper in #16
- ✨ Add envtest setup and controller tests by @janiskemper in #10
- 🌱 Improve golang ci lint by @aniruddha2000 in #18
- 🌱 Add github integration tests by @nitisht in #19
- 🌱 add version info to the binary via ldflags. by @guettli in #24
- ✨ Add clusteraddoncreate controller by @janiskemper in #26
- 🌱 Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #23
- ✨ Add clusteraddon controller by @janiskemper in #28
- 🐛 Fix deleting resources from Helm charts by @janiskemper in #31
- 📖 Add docs for cluster stack operator by @janiskemper in #32
- ✨ Add test releases for local testing by @kranurag7 in #43
- ✨ Add clusteraddon integration tests by @guettli in #44
- ✨ Add clusteraddon integration tests by @janiskemper in #47
New Contributors
- @aniruddha2000 made their first contribution in #18
- @nitisht made their first contribution in #19
- @guettli made their first contribution in #24
- @dependabot made their first contribution in #23
- @kranurag7 made their first contribution in #43
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
Changes since v0.1.0-alpha.0
Thanks to all our contributors! 😊