Skip to content

Commit 90f18f7

Browse files
committed
CAPZ v1.17.4
1 parent de62569 commit 90f18f7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG/v1.17.4.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Changes by Kind
2+
3+
### Bugs or Regression
4+
5+
- Fixes a possible nil pointer deference when returning the name of the API Server LoadBalancer. In some cases like externally managed infrastructure, there might not be an API Server LoadBalancer in the AzureCluster CR ([#5458](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5458), [@nawazkh](https://github.com/nawazkh))
6+
7+
- Improves state update handling when running long operations on VMSS ([#5327](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5327), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
8+
9+
### Other (Cleanup or Flake)
10+
11+
- Bump CAPI to v1.8.10 ([#5437](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5437), [@mboersma](https://github.com/mboersma))
12+
- Update CAPZ rel-1.7 with CAPI-1.8.8 ([#5376](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5376), [@nawazkh](https://github.com/nawazkh))
13+
14+
## Dependencies
15+
16+
### Added
17+
_Nothing has changed._
18+
19+
### Changed
20+
- github.com/coredns/corefile-migration: [v1.0.23 → v1.0.25](https://github.com/coredns/corefile-migration/compare/v1.0.23...v1.0.25)
21+
- golang.org/x/crypto: v0.27.0 → v0.31.0
22+
- golang.org/x/net: v0.28.0 → v0.33.0
23+
- golang.org/x/sync: v0.8.0 → v0.10.0
24+
- golang.org/x/sys: v0.25.0 → v0.28.0
25+
- golang.org/x/term: v0.24.0 → v0.27.0
26+
- golang.org/x/text: v0.18.0 → v0.21.0
27+
- sigs.k8s.io/cluster-api/test: v1.8.5 → v1.8.10
28+
- sigs.k8s.io/cluster-api: v1.8.5 → v1.8.10
29+
- sigs.k8s.io/controller-runtime: v0.18.5 → v0.18.7
30+
31+
### Removed
32+
_Nothing has changed._
33+
34+
## Details
35+
<!-- markdown-link-check-disable-next-line -->
36+
https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.17.3...v1.17.4

0 commit comments

Comments
 (0)