diff --git a/CHANGELOG/v1.17.2.md b/CHANGELOG/v1.17.2.md new file mode 100644 index 00000000000..69b9a0d0907 --- /dev/null +++ b/CHANGELOG/v1.17.2.md @@ -0,0 +1,25 @@ +## Changes by Kind + +### Bug or Regression + +- Fixed an issue where CAPZ was accumulating memory over time that could never be garbage collected. ([#5286](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5286), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot)) + +### Other (Cleanup or Flake) + +- Bump CAPI to v1.8.5 ([#5276](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5276), [@mboersma](https://github.com/mboersma)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- sigs.k8s.io/cluster-api/test: v1.8.4 → v1.8.5 +- sigs.k8s.io/cluster-api: v1.8.4 → v1.8.5 + +### Removed +_Nothing has changed._ + +## Details + +https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.17.1...v1.17.2