Releases: anexia-it/k8s-anexia-ccm
Releases · anexia-it/k8s-anexia-ccm
Release v1.4.4
Changes
🐛 Bug Fixes
- Properly handle incomplete provider initialization @marioreggiori (#120)
🚧 Maintenance
- Upgrade to Go 1.19 for building and Alpine 3.16 for runtime @LittleFox94 (#111)
- Bump k8s.io/cloud-provider from 0.24.3 to 0.25.1 @dependabot (#112, #113, #121)
- Bump k8s.io/klog/v2 from 2.70.1 to 2.80.1 @dependabot (#118, #119)
- Bump github.com/onsi/gomega from 1.20.0 to 1.20.2 @dependabot (#114, #117)
- Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6 @dependabot (#115, #116)
- Bump go.anx.io/go-anxcloud from 0.4.4 to 0.4.5 @dependabot (#110)
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 @dependabot (#109)
Release v1.4.3
🐛 Bug Fixes
- Improve fetching instance ID by name @LittleFox94 (#107)
🚧 Maintenance
- Bump github.com/onsi/gomega from 1.19.0 to 1.20.0 @dependabot (#106)
- Bump k8s.io/cloud-provider from 0.24.2 to 0.24.3 @dependabot (#104)
- Bump k8s.io/klog/v2 from 2.60.1 to 2.70.1 @dependabot (#99, #103)
- Bump github.com/stretchr/testify from 1.7.4 to 1.8.0 @dependabot (#100, #102)
Release v1.4.2
Changes
🚀 Features
- Wait for already existing but progressing LBaaS resources @LittleFox94 (#93)
🐛 Bug Fixes
- LBaaS: Fix usages of pointer-to-loop-variable @LittleFox94 (#91)
- Fix project rename @LittleFox94 (#88)
🚧 Maintenance
- Upgrade github.com/stretchr/testify to 1.7.4 @dependabot (#92, #96, #97)
- Build and deploy docs to Github Pages @LittleFox94 (#89)
- CI: enable code coverage to CodeClimate @LittleFox94 (#90)
- Upgrade k8s libraries to 0.24.2 @LittleFox94, @dependabot (#87, #95)
- Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 @dependabot (#86)
📚 Documentation
- Build and deploy docs to Github Pages @LittleFox94 (#89)
Release v1.4.1
Release v1.4.0
Changes
- LBaaS handling was nearly rewritten @LittleFox94 (#46)
- no more reconciling one LoadBalancer and syncing that to other LoadBalancers, just reconcile all of them
- now a reconciliation loop similar to those in Kubernetes
- reacting more graceful to error responses
- add Makefile and script for dev run @LittleFox94 (#48)
- updated to the latest changes in Anexia Kubernetes Service changes @toothstone (#74)
- some preparations to OpenSource this project @LittleFox94 (#61)
- enabled dependabot
- do not build docker images for dependabot @LittleFox94 (#54)
⬆️ Dependency upgrades
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 @dependabot (#58)
- Bump k8s.io/klog/v2 from 2.30.0 to 2.60.1 @dependabot (#51)
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1 @dependabot (#50)
- Bump github.com/go-logr/logr from 1.2.0 to 1.2.3 @dependabot (#49)
- Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.4 @dependabot (#72)
- Bump github.com/onsi/gomega from 1.17.0 to 1.19.0 @dependabot (#73)
- Bump k8s.io/cloud-provider from 0.23.5 to 0.23.6 @dependabot (#67)
- Bump k8s.io/controller-manager from 0.23.5 to 0.23.6 @dependabot (#71)
Release v1.3.0
Changes
- ✅⬆️: upgrade go-anxcloud to v0.4.1 @LittleFox94 (#45)
🚀 Features
- feat(lbaas): Await LBaaS resources to be created or deleted @kstiehl (#44)
- ✨📝: add annotation for external IP families @LittleFox94 (#43)
📚 Documentation
- ✨📝: add annotation for external IP families @LittleFox94 (#43)
Release v1.2.1
Release v1.2.0
Changes
- 💩✨🐛: store correct LoadBalancer IP in service (SYSENG-922) @LittleFox94 (#40)
- ♻️ 🔊: Replace panics by log and return (SYSENG-964) @kstiehl (#39)
🚀 Features
- feat(metrics): add metrics for the anexia provider @kstiehl (#37)
- ✨🎨: add config for LB prefixes, autodiscover them @LittleFox94 (#36)