Releases: stackitcloud/cloud-provider-stackit
Releases · stackitcloud/cloud-provider-stackit
v1.34.1
What's Changed
ℹ️ Other Changes
- fix(deps): update kubernetes packages to v0.34.2 (release-v1.34) by @ske-renovate-ce[bot] in #214
- fix(deps): update module github.com/kubernetes-csi/csi-lib-utils to v0.23.0 (release-v1.34) by @ske-renovate-ce[bot] in #215
Full Changelog: v1.34.0...v1.34.1
v1.34.0
What's Changed
✨ Features
- Cleanup flags and docs by @xoxys in #17
- Use ghcr.io as container registry by @xoxys in #23
- Add make variable IS_DEV to control oci image suffix by @xoxys in #24
- Update IaaS API to 1.0.0 by @nschad in #29
- Re-enable node-controller for ccm by @nschad in #16
- Add more low-hanging tests by @xoxys in #64
- Drop CSI with-topology and cleanups by @xoxys in #49
- fix: remove wrong prealloc of nodeAddresses slice by @nschad in #93
- Add e2e test setup by @xoxys in #92
- Add docs for running e2e tests for the CSI by @nschad in #48
- [CCM] Replace
stackit:///<server-idin favor ofstackit://<server-id>by @nschad in #132 - Add test for instanceIDFromProviderID by @nschad in #133
- Update README by @robinschneider in #160
- chore(deps): Bump Cloud-Provider to
v0.34.2by @Duciwuci in #176 - Prepare release for v1.34 by @xoxys in #213
🐛 Bug Fixes
- Ensure .gitkeep files can be commited by @xoxys in #10
- fix link to docs in Readme by @robinschneider in #11
- Dont pass region to iaas client creation by @xoxys in #80
- Ensure go modules were downloaded in make generate target by @xoxys in #101
- Update owners by @robinschneider in #123
- fix: fix key-pair creation in e2e script by @xoxys in #198
- 🐛 [e2e] Fix: Switch from
networkIdtoidby @Duciwuci in #212
ℹ️ Other Changes
- Update dependency go to v1.25.3 (main) by @ske-renovate-ce[bot] in #2
- Update module github.com/container-storage-interface/spec to v1.12.0 (main) by @ske-renovate-ce[bot] in #12
- Update dependency chainguard-dev/apko to v0.30.17 (main) by @ske-renovate-ce[bot] in #18
- remove information about outdated LB configuration by @ftl in #22
- Update module github.com/onsi/ginkgo/v2 to v2.27.0 (main) by @ske-renovate-ce[bot] in #56
- Update module github.com/onsi/ginkgo/v2 to v2.27.1 (main) by @ske-renovate-ce[bot] in #60
- docs: drop legacy config, add extraLabels by @hown3d in #72
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.2 (main) by @ske-renovate-ce[bot] in #76
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v1.1.0 (main) by @ske-renovate-ce[bot] in #84
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.18.0 (main) by @ske-renovate-ce[bot] in #97
- chore(deps): update devtools non-major (main) by @ske-renovate-ce[bot] in #88
- chore(deps): update dependency chainguard-dev/apko to v0.30.20 (main) by @ske-renovate-ce[bot] in #112
- Update owner aliases by @robinschneider in #116
- Drop work item from PR template by @xoxys in #117
- chore(deps): update dependency golangci/golangci-lint to v2.6.1 (main) by @ske-renovate-ce[bot] in #128
- chore(deps): update dependency go to v1.25.4 (main) by @ske-renovate-ce[bot] in #140
- chore(deps): update dependency chainguard-dev/apko to v0.30.21 (main) by @ske-renovate-ce[bot] in #156
- fix(deps): update module golang.org/x/sync to v0.18.0 (main) by @ske-renovate-ce[bot] in #152
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v1.2.0 (main) by @ske-renovate-ce[bot] in #144
- fix(deps): update module golang.org/x/sys to v0.38.0 (main) by @ske-renovate-ce[bot] in #148
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.19.0 (main) by @ske-renovate-ce[bot] in #168
- chore(deps): update dependency golangci/golangci-lint to v2.6.2 (main) by @ske-renovate-ce[bot] in #172
- chore(deps): update dependency chainguard-dev/apko to v0.30.22 (main) by @ske-renovate-ce[bot] in #177
- chore(deps): update dependency chainguard-dev/apko to v0.30.23 (main) by @ske-renovate-ce[bot] in #181
- chore(deps): update dependency chainguard-dev/apko to v0.30.24 (main) by @ske-renovate-ce[bot] in #189
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.20.0 (main) by @ske-renovate-ce[bot] in #193
- fix(deps): update module google.golang.org/grpc to v1.77.0 (main) by @ske-renovate-ce[bot] in #185
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v1.2.1 (main) by @ske-renovate-ce[bot] in #200
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/loadbalancer to v1.6.1 (main) by @ske-renovate-ce[bot] in #201
- fix: fix keypair handling in e2e scrip by @xoxys in #199
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v1.2.2 (main) by @ske-renovate-ce[bot] in #208
New Contributors
- @robinschneider made their first contribution in #11
- @ftl made their first contribution in #22
- @nschad made their first contribution in #29
- @hown3d made their first contribution in #72
- @Duciwuci made their first contribution in #176
Full Changelog: https://github.com/stackitcloud/cloud-provider-stackit/commits/v1.34.0
v1.33.8
What's Changed
ℹ️ Other Changes
- [release-v1.33] Dont pass region to iaas client creation by @stackit-ske in #83
Full Changelog: v1.33.7...v1.33.8
v1.32.9
What's Changed
ℹ️ Other Changes
- [release-v1.32] Dont pass region to iaas client creation by @stackit-ske in #82
Full Changelog: v1.32.8...v1.32.9
v1.31.8
What's Changed
ℹ️ Other Changes
- [release-v1.31] Dont pass region to iaas client creation by @stackit-ske in #81
Full Changelog: v1.31.7...v1.31.8
v1.33.7
What's Changed
ℹ️ Other Changes
- [release-v1.33] Ensure .gitkeep files can be commited by @stackit-ske in #32
- [release-v1.33] fix link to docs in Readme by @stackit-ske in #35
- [release-v1.33] Cleanup flags and docs by @stackit-ske in #38
- [release-v1.33] remove information about outdated LB configuration by @stackit-ske in #41
- [release-v1.33] Use ghcr.io as container registry by @stackit-ske in #44
- [release-v1.33] Add make variable IS_DEV to control oci image suffix by @stackit-ske in #47
- [release-v1.33] Update IaaS API to 1.0.0 by @stackit-ske in #52
- Update module github.com/onsi/ginkgo/v2 to v2.27.0 (release-v1.33) by @ske-renovate-ce[bot] in #57
- Update module github.com/onsi/ginkgo/v2 to v2.27.1 (release-v1.33) by @ske-renovate-ce[bot] in #61
- [release-v1.33] Add more low-hanging tests by @stackit-ske in #67
- [release-v1.33] Re-enable node-controller for ccm by @stackit-ske in #55
- [release-v1.33] Drop CSI with-topology and cleanups by @stackit-ske in #70
- [release-v1.33] docs: drop legacy config, add extraLabels by @stackit-ske in #75
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.2 (release-v1.33) by @ske-renovate-ce[bot] in #77
Full Changelog: v1.33.6...v1.33.7
v1.32.8
What's Changed
ℹ️ Other Changes
- [release-v1.32] Ensure .gitkeep files can be commited by @stackit-ske in #31
- [release-v1.32] fix link to docs in Readme by @stackit-ske in #34
- [release-v1.32] Cleanup flags and docs by @stackit-ske in #37
- [release-v1.32] remove information about outdated LB configuration by @stackit-ske in #40
- [release-v1.32] Use ghcr.io as container registry by @stackit-ske in #43
- [release-v1.32] Add make variable IS_DEV to control oci image suffix by @stackit-ske in #46
- [release-v1.32] Update IaaS API to 1.0.0 by @stackit-ske in #51
- Update module github.com/onsi/ginkgo/v2 to v2.27.0 (release-v1.32) by @ske-renovate-ce[bot] in #58
- Update module github.com/onsi/ginkgo/v2 to v2.27.1 (release-v1.32) by @ske-renovate-ce[bot] in #62
- [release-v1.32] Add more low-hanging tests by @stackit-ske in #66
- [release-v1.32] Re-enable node-controller for ccm by @stackit-ske in #54
- [release-v1.32] Drop CSI with-topology and cleanups by @stackit-ske in #69
- [release-v1.32] docs: drop legacy config, add extraLabels by @stackit-ske in #74
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.2 (release-v1.32) by @ske-renovate-ce[bot] in #78
Full Changelog: v1.32.7...v1.32.8
v1.31.7
What's Changed
ℹ️ Other Changes
- [release-v1.31] Ensure .gitkeep files can be commited by @stackit-ske in #30
- [release-v1.31] fix link to docs in Readme by @stackit-ske in #33
- [release-v1.31] Cleanup flags and docs by @stackit-ske in #36
- [release-v1.31] remove information about outdated LB configuration by @stackit-ske in #39
- [release-v1.31] Use ghcr.io as container registry by @stackit-ske in #42
- [release-v1.31] Add make variable IS_DEV to control oci image suffix by @stackit-ske in #45
- [release-v1.31] Update IaaS API to 1.0.0 by @stackit-ske in #50
- Update module github.com/onsi/ginkgo/v2 to v2.27.0 (release-v1.31) by @ske-renovate-ce[bot] in #59
- Update module github.com/onsi/ginkgo/v2 to v2.27.1 (release-v1.31) by @ske-renovate-ce[bot] in #63
- [release-v1.31] Add more low-hanging tests by @stackit-ske in #65
- [release-v1.31] Re-enable node-controller for ccm by @stackit-ske in #53
- [release-v1.31] Drop CSI with-topology and cleanups by @stackit-ske in #68
- [release-v1.31] docs: drop legacy config, add extraLabels by @stackit-ske in #73
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.2 (release-v1.31) by @ske-renovate-ce[bot] in #79
Full Changelog: v1.31.6...v1.31.7
v1.33.6
What's Changed
ℹ️ Other Changes
- Update dependency go to v1.25.3 (release-v1.33) by @ske-renovate-ce[bot] in #4
- Update module github.com/container-storage-interface/spec to v1.12.0 (release-v1.33) by @ske-renovate-ce[bot] in #13
- Update dependency chainguard-dev/apko to v0.30.17 (release-v1.33) by @ske-renovate-ce[bot] in #19
Full Changelog: https://github.com/stackitcloud/cloud-provider-stackit/commits/v1.33.6
v1.32.7
What's Changed
ℹ️ Other Changes
- Update dependency go to v1.25.3 (release-v1.32) by @ske-renovate-ce[bot] in #5
- Update module github.com/container-storage-interface/spec to v1.12.0 (release-v1.32) by @ske-renovate-ce[bot] in #14
- Update dependency chainguard-dev/apko to v0.30.17 (release-v1.32) by @ske-renovate-ce[bot] in #20
Full Changelog: https://github.com/stackitcloud/cloud-provider-stackit/commits/v1.32.7