From e34594fe5fbe2e5cdd2fbbae11c0719f577f2191 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 25 Apr 2024 11:29:42 -0600 Subject: [PATCH] Add changelog for CAPZ v1.14.3 --- CHANGELOG/v1.14.3.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG/v1.14.3.md diff --git a/CHANGELOG/v1.14.3.md b/CHANGELOG/v1.14.3.md new file mode 100644 index 00000000000..3d13765cb52 --- /dev/null +++ b/CHANGELOG/v1.14.3.md @@ -0,0 +1,23 @@ +## Changes by Kind + +### Other (Cleanup or Flake) + +- Bump CAPI to v1.6.4 ([#4742](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4742), [@mboersma](https://github.com/mboersma)) +- Bump helm to v3.14.4 ([#4773](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4773), [@damdo](https://github.com/damdo)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- github.com/docker/docker: [v24.0.7+incompatible → v24.0.9+incompatible](https://github.com/docker/docker/compare/v24.0.7...v24.0.9) +- golang.org/x/crypto: v0.20.0 → v0.21.0 +- golang.org/x/net: v0.21.0 → v0.23.0 +- golang.org/x/sys: v0.17.0 → v0.18.0 +- golang.org/x/term: v0.17.0 → v0.18.0 +- sigs.k8s.io/cluster-api/test: v1.6.3 → v1.6.4 +- sigs.k8s.io/cluster-api: v1.6.3 → v1.6.4 + +### Removed +_Nothing has changed._