Skip to content

Commit d54a3d1

Browse files
committed
docs: Update CHANGELOG.md for release v1.7.0
1 parent eedfb2e commit d54a3d1

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
Apache CloudStack Kubernetes Provider Changelog
22
====
33

4+
v1.7.0 (2026-03-05)
5+
---
6+
7+
### Features
8+
9+
- Add load-balancer-id and network-id annotations with ID-based lookup
10+
- Make load balancer address annotation user-settable with keep-ip support
11+
- Clean up load balancer annotations in EnsureLoadBalancerDeleted
12+
13+
### Bug Fixes
14+
15+
- Prevent public IP orphaning under partial failure conditions
16+
- Validate target IP before tearing down existing load balancer
17+
- Address multiple bugs found during code audit
18+
- Enable gosec and wrapcheck linters and fix issues
19+
20+
### Refactoring
21+
22+
- Remove live IP reassignment support from load balancer
23+
24+
### Dependencies
25+
26+
- Updated K8s deps to v1.33.9
27+
- Updated mock to v0.6.0, testify to v1.11.1
28+
29+
### Maintenance
30+
31+
- Move documentation to docs/ folder and update README
32+
- Rename CHANGES.md to CHANGELOG.md and add missing releases
33+
- Remove unused scripts (get_kubernetes_deps.sh, performrelease.sh)
34+
435
v1.6.2 (2026-02-20)
536
---
637

0 commit comments

Comments
 (0)