v1.1.0
Changes by Kind
Feature
- Add MaxPods configuration for AKS node pools (#1910, @jackfrancis)
- Add async reconciler interface and refactor async service to get existing resources (#1874, @Jont828)
- Add metrics server to CI jobs for upstream testing (#1903, @jsturtevant)
- Added support for cluster-autoscaler for AKS (#1815, @zmalik)
- AvailabilityZones spec added to AzureManagedMachinePool (#1564, @LochanRn)
- Make NAT gateway reconcile/delete async (#1865, @Jont828)
- Make availability set reconcile/delete async (#1861, @Jont828)
- Make disks delete async (#1844, @Jont828)
- Make virtual machine reconcile async (#1697, @CecileRobertMichon)
- Make virtual network peerings reconcile/delete async (#1838, @Jont828)
Documentation
Bug or Regression
- Fix AAD pod identity integration for sovereign clouds (#1882, @CecileRobertMichon)
- Fix managed cluster endless reconcile loop due to a differences in AKS computed fields and spec generated fields (#1800, @devigned)
- The user-defined private DNS zone name is now used to derive the cluster's API server load balancer DNS name. (#1890, @dlipovetsky)
- Use a region-specific Azure client for listing VMSS in AzureManagedClusters (#1850, @devigned)
- Re-add defaulting for AzureMachineTemplate ssh key (#1811, @CecileRobertMichon)
- do not replace pre-created azure-json secret without the cluster name tag key (#1906, @nilo19)
Other (Cleanup or Flake)
- add mixed protocol feature gates (#1830, @nilo19)
- Make all logging consistent across the controller (#1812, @devigned)
Dependencies
Added
Nothing has changed.
Changed
- github.com/Azure/go-autorest/autorest/validation: v0.3.1 → v0.1.0
- github.com/benbjohnson/clock: v1.1.0 → v1.2.0
- github.com/cncf/udpa/go: 5459f2c → 04548b0
- github.com/cncf/xds/go: aa0b789 → cb28da3
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.0.1 → v1.2.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.0.1 → v1.2.0
- go.opentelemetry.io/otel/exporters/prometheus: v0.24.0 → v0.25.0
- go.opentelemetry.io/otel/internal/metric: v0.24.0 → v0.25.0
- go.opentelemetry.io/otel/metric: v0.24.0 → v0.25.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.24.0 → v0.25.0
- go.opentelemetry.io/otel/sdk/metric: v0.24.0 → v0.25.0
- go.opentelemetry.io/otel/sdk: v1.0.1 → v1.2.0
- go.opentelemetry.io/otel/trace: v1.0.1 → v1.2.0
- go.opentelemetry.io/otel: v1.0.1 → v1.2.0
- go.opentelemetry.io/proto/otlp: v0.9.0 → v0.10.0
- google.golang.org/grpc: v1.41.0 → v1.42.0
- sigs.k8s.io/cluster-api/test: v1.0.0 → v1.0.2
- sigs.k8s.io/cluster-api: v1.0.0 → v1.0.2
- sigs.k8s.io/controller-runtime: v0.10.2 → v0.10.3
Removed
Nothing has changed.