|
| 1 | +Apache CloudStack Kubernetes Provider Changelog |
| 2 | +==== |
| 3 | + |
| 4 | +v1.6.2 (2026-02-20) |
| 5 | +--- |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Reconcile host membership in EnsureLoadBalancer for existing rules |
| 10 | + |
| 11 | +### Maintenance |
| 12 | + |
| 13 | +- Updated golangci-lint to v1.64.8 |
| 14 | + |
| 15 | +v1.6.1 (2026-02-16) |
| 16 | +--- |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +- Associate specific LB IP when defined in the service spec |
| 21 | +- Fix LB reconciles during node rollouts |
| 22 | + |
| 23 | +v1.6.0 (2025-10-29) |
| 24 | +--- |
| 25 | + |
| 26 | +### Dependencies |
| 27 | + |
| 28 | +- Updated K8s deps to v1.33.3 |
| 29 | + |
| 30 | +v1.5.0 (2025-07-30) |
| 31 | +--- |
| 32 | + |
| 33 | +### Dependencies |
| 34 | + |
| 35 | +- Updated K8s deps to v1.32.7 |
| 36 | + |
| 37 | +v1.4.0 (2025-05-08) |
| 38 | +--- |
| 39 | + |
| 40 | +### Features |
| 41 | + |
| 42 | +- Implement KEP-1860 - support for LoadBalancerIPMode |
| 43 | + |
| 44 | +### Bug Fixes |
| 45 | + |
| 46 | +- Correct Dockerfile and add new GitLab CI step |
| 47 | + |
| 48 | +### Dependencies |
| 49 | + |
| 50 | +- Updated K8s deps to v1.31.8 |
| 51 | + |
| 52 | +### Maintenance |
| 53 | + |
| 54 | +- Add lint make target, golangci-lint installation, and lint fixes |
| 55 | +- Add lint step to GitHub Actions workflow |
| 56 | + |
| 57 | +v1.3.0 (2024-10-15) |
| 58 | +--- |
| 59 | + |
| 60 | +### Dependencies |
| 61 | + |
| 62 | +- Updated K8s deps to v1.30.5 |
| 63 | + |
| 64 | +v1.2.1 (2024-10-02) |
| 65 | +--- |
| 66 | + |
| 67 | +### Bug Fixes |
| 68 | + |
| 69 | +- Default to allow-all if no allowed CIDRs are defined |
| 70 | + |
| 71 | +v1.2.0 (2024-09-24) |
| 72 | +--- |
| 73 | + |
| 74 | +### Features |
| 75 | + |
| 76 | +- Add support for LoadBalancerSourceRanges annotation and better LB rule names |
| 77 | +- Add an event recorder to emit events on Service objects to inform or warn users |
| 78 | + |
| 79 | +### Bug Fixes |
| 80 | + |
| 81 | +- Fix panic when listVirtualMachines returns VMs without NICs |
| 82 | +- Improve logging |
| 83 | + |
| 84 | +### Dependencies |
| 85 | + |
| 86 | +- Updated K8s deps to v1.29.9 |
| 87 | +- Updated to Go 1.22 |
| 88 | + |
| 89 | +v1.1.0 (2024-05-10) |
| 90 | +--- |
| 91 | + |
| 92 | +### Features |
| 93 | + |
| 94 | +- Use structured logging and klog.KObj |
| 95 | + |
| 96 | +### Bug Fixes |
| 97 | + |
| 98 | +- Make sure all the required functions for the cloudprovider interfaces are implemented |
| 99 | +- Release loadbalancer IP even if it is Spec.LoadBalancerIP |
| 100 | +- Set provider name and disable route controller |
| 101 | + |
| 102 | +### Refactoring |
| 103 | + |
| 104 | +- Move cloud package into subdir cloudstack |
| 105 | + |
| 106 | +### Dependencies |
| 107 | + |
| 108 | +- Updated K8s deps to v1.29.4 |
| 109 | +- Updated cloudstack-go to v2.16.0, testify to v1.9.0 |
| 110 | + |
| 111 | +v1.0.1 (2024-03-22) |
| 112 | +--- |
| 113 | + |
| 114 | +### Dependencies |
| 115 | + |
| 116 | +- Updated Kubernetes deps to v1.26.15 to resolve a moderate level security issue in protobuf (CVE-2024-24786) |
| 117 | + |
| 118 | +v1.0.0 (2024-03-13) |
| 119 | +---- |
| 120 | + |
| 121 | +This is the first release of the CloudStack Kubernetes Provider. |
0 commit comments