Skip to content

Commit 203a732

Browse files
authored
Merge pull request #307301 from JackStromberg/patch-25
v1.8.9
2 parents b28ee99 + fa671a7 commit 203a732

10 files changed

Lines changed: 872 additions & 196 deletions

articles/application-gateway/for-containers/alb-controller-helm-chart.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ The following parameters are supported for configuration during installation:
2525
- installGatewayApiCRDs
2626
- logLevel
2727
- namespace
28-
- seucrityPolicyFeatureFlag
28+
- securityPolicyFeatureFlag
2929

3030
## Values
3131

3232
| Key | Type | Default | Description |
3333
| ----- | ------ | --------- | ------------- |
34-
| albController.controller | object | `{"replicaCount":2,"resource":{"limits":{"cpu":"400m","memory":"400Mi"},"requests":{"cpu":"100m","memory":"200Mi"}},"tolerations":[]}` | ALB Controller parameters |
34+
| albController.controller | object | `{"nodeSelector":{},"replicaCount":2,"resource":{"limits":{"cpu":"400m","memory":"400Mi"},"requests":{"cpu":"100m","memory":"200Mi"}},"tolerations":[]}` | ALB Controller parameters |
3535
| albController.controller.nodeSelector | object | {} | nodeselector for alb-cotnroller |
3636
| albController.controller.replicaCount | int | `2` | ALB Controller's replica count. |
3737
| albController.controller.resource | object | `{"limits":{"cpu":"400m","memory":"400Mi"},"requests":{"cpu":"100m","memory":"200Mi"}}` | ALB Controller's container resource parameters. |
@@ -45,10 +45,13 @@ The following parameters are supported for configuration during installation:
4545
| albController.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for ALB Controller containers. |
4646
| albController.image.registry | string | `"mcr.microsoft.com"` | Container image registry for ALB Controller. |
4747
| albController.imagePullSecrets | list | `[]` | |
48+
| albController.init | object | `{"resource":{"limits":{"cpu":"200m","memory":"128Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}}` | init parameters |
49+
| albController.init.resource | object | `{"limits":{"cpu":"200m","memory":"128Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | init container's resource parameters |
4850
| albController.installGatewayApiCRDs | bool | `true` | A flag to enable/disable installation of Gateway API CRDs. |
4951
| albController.logLevel | string | `"info"` | Log level of ALB Controller. |
5052
| albController.namespace | string | `"azure-alb-system"` | Namespace to deploy ALB Controller components in. |
51-
| albController.securityPolicyFeatureFlag | bool | `true` | Enable Application Load Balancer Security Policy Resource (WAF Preview). |
53+
| albController.podIdentity | object | `{"clientID":""}` | pod-identity parameters for alb-controller |
54+
| albController.securityPolicyFeatureFlag | bool | `true` | Enable Application Load Balancer Security Policy Resource. |
5255

5356
## nodeSelector
5457

articles/application-gateway/for-containers/alb-controller-release-notes.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: release-notes
8-
ms.date: 10/15/2025
8+
ms.date: 10/23/2025
99
ms.author: mbender
1010
# Customer intent: As a Kubernetes operator, I want to access the release notes for the ALB Controller, so that I can understand the latest updates and changes to optimize my configuration and deployments of Application Gateway for Containers.
1111
---
@@ -27,16 +27,17 @@ Instructions for new or existing deployments of ALB Controller are found in the
2727

2828
| ALB Controller Version | Gateway API Version | Minimum Kubernetes Version | Release Notes |
2929
| ---------------------- | ------------------- | ------------------ | ------------- |
30-
| 1.7.12 | v1.2.1 | v1.27 | [Improved handling for missing Provider ID](https://github.com/Azure/AKS/issues/5291) |
30+
| 1.8.9 | v1.2.1 | v1.27 | [Slow start load balancing algorithm](api-specification-kubernetes.md#alb.networking.azure.io/v1.BackendLoadBalancingPolicy), Image updated to use [Azure Linux 3.0](https://github.com/microsoft/azurelinux), [nodeSelector fix](https://github.com/Azure/AKS/issues/5302), miscellaneous bug fixes and enhancements |
3131

3232
## Release history
3333

3434
| ALB Controller Version | Gateway API Version | Minimum Kubernetes Version | Release Notes |
3535
| ---------------------- | ------------------- | ------------------ | ------------- |
36-
| 1.7.9 | v1.2.1 | v1.27 | [Web Application Firewall (WAF) Public Preview](https://aka.ms/agc/waf), Updated to Gateway API v1.2.1, [nodeSelector support](https://github.com/Azure/AKS/issues/4370#issuecomment-2894487836), [Permissions fix for Overlay networks](https://github.com/Azure/AKS/issues/5039), fix for SAN regex matching, misc. performance improvements |
37-
| 1.6.7 | v1.1.1 | v1.27 | [Fix for SSE timeout value of 0](https://aka.ms/qa2153620), [Overlay CNI fix](https://github.com/Azure/AKS/issues/4950), [support readinessProbe port by name](https://github.com/Azure/AKS/issues/4861), leverage init container during bootstrap, misc. bug fixes and improvements |
36+
| 1.7.12 | v1.2.1 | v1.27 | Hotfix for pod crash due to [invalid Provider ID](https://github.com/Azure/AKS/issues/5310) |
37+
| 1.7.9 | v1.2.1 | v1.27 | [Web Application Firewall (WAF) Public Preview](https://aka.ms/agc/waf), Updated to Gateway API v1.2.1, [nodeSelector support](https://github.com/Azure/AKS/issues/4370#issuecomment-2894487836), [Permissions fix for Overlay networks](https://github.com/Azure/AKS/issues/5039), fix for SAN regex matching, miscellaneous performance improvements |
38+
| 1.6.7 | v1.1.1 | v1.27 | [Fix for SSE timeout value of 0](https://aka.ms/qa2153620), [Overlay CNI fix](https://github.com/Azure/AKS/issues/4950), [support readinessProbe port by name](https://github.com/Azure/AKS/issues/4861), leverage init container during bootstrap, miscellaneous bug fixes and improvements |
3839
| 1.5.2 | v1.1.1 | v1.26 | Support for Azure CNI Overlay |
39-
| 1.4.12 | v1.1.1 | v1.26 | Updated to Gateway API version 1.1.1, Regex match support for path and header match in HTTP and GRPC routes, [Wildcard hostname fix](https://github.com/Azure/AKS/issues/4713), Misc. bug fixes and improvements |
40+
| 1.4.12 | v1.1.1 | v1.26 | Updated to Gateway API version 1.1.1, Regex match support for path and header match in HTTP and GRPC routes, [Wildcard hostname fix](https://github.com/Azure/AKS/issues/4713), miscellaneous bug fixes and improvements |
4041
| 1.3.7| v1.1 | v1.26 | Minor fixes and improvements |
4142
| 1.2.3| v1.1 | v1.26 | Gateway API v1.1, gRPC support, frontend mutual authentication, readiness probe fixes, custom health probe port and TLS mode |
4243
| 1.0.2| v1 | v1.26 | ECDSA + RSA certificate support for both Ingress and Gateway API, Ingress fixes, Server-sent events support |

0 commit comments

Comments
 (0)