Skip to content

Commit 418d053

Browse files
authored
Merge pull request #15 from syscode-labs/release-please--branches--main
chore(main): release 0.4.0
2 parents 6226982 + feebaee commit 418d053

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.2"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/syscode-labs/imp/compare/v0.3.2...v0.4.0) (2026-03-18)
4+
5+
6+
### Features
7+
8+
* **agent:** short-circuit Cilium IPAM resolution when Cidr override is set ([1405000](https://github.com/syscode-labs/imp/commit/1405000aebeaadb85cb3f42bd486e7fd6fe9c052))
9+
* **api:** add CiliumIPAMSpec.Cidr override field ([f93f83a](https://github.com/syscode-labs/imp/commit/f93f83af1492549b90b1babfffd2de5e01ef1b0b))
10+
* **api:** add ImpVMSpec.RescheduleOnNodeLoss opt-in field ([d57cfac](https://github.com/syscode-labs/imp/commit/d57cfacda5807d0027b0714a763a1636dfa49c8a))
11+
* **controller:** auto-create CiliumPodIPPool as owned child of ImpNetwork ([3b1848a](https://github.com/syscode-labs/imp/commit/3b1848a31e967d579e682fd3b86d11eab6f47e97))
12+
* **controller:** reschedule persistent VM on node loss when RescheduleOnNodeLoss=true and no PVC ([6226982](https://github.com/syscode-labs/imp/commit/622698246325ab80a9b08508107a16140d0d880b))
13+
* **crd:** add cidr field to CiliumIPAMSpec in generated CRD manifest ([89feb5a](https://github.com/syscode-labs/imp/commit/89feb5af14770383d689089caf7baf5a21172b82))
14+
* **rbac:** grant operator CiliumPodIPPool CRUD ([9df428a](https://github.com/syscode-labs/imp/commit/9df428a67d4ec209e2b2a10c794deb5452dd0c6b))
15+
16+
17+
### Bug Fixes
18+
19+
* **controller:** delete CiliumPodIPPool on ImpNetwork deletion and strengthen noop test ([ccfb574](https://github.com/syscode-labs/imp/commit/ccfb5747d98c449601284b0880b6858d7f7fc0c6))
20+
321
## [0.3.2](https://github.com/syscode-labs/imp/compare/v0.3.1...v0.3.2) (2026-03-17)
422

523

0 commit comments

Comments
 (0)