Skip to content

Commit da5dc2a

Browse files
Merge pull request #246136 from JackStromberg/patch-126
New version
2 parents 6ae6490 + 3da8916 commit da5dc2a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Instructions for new or existing deployments of ALB Controller are found in the
2222
- [New deployment of ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md#for-new-deployments)
2323
- [Upgrade existing ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md#for-existing-deployments)
2424

25-
## Release history
25+
## Latest Release (Recommended)
26+
July 24, 2023 - 0.4.023961 - Improved Ingress support
2627

28+
## Release history
2729
July 24, 2023 - 0.4.023921 - Initial release of ALB Controller
2830
* Minimum supported Kubernetes version: v1.25

articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ You need to complete the following tasks prior to deploying Application Gateway
141141
```azurecli-interactive
142142
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
143143
helm install alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
144-
--version 0.4.023921 \
144+
--version 0.4.023961 \
145145
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
146146
```
147147
@@ -153,7 +153,7 @@ You need to complete the following tasks prior to deploying Application Gateway
153153
```azurecli-interactive
154154
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
155155
helm upgrade alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
156-
--version 0.4.023921 \
156+
--version 0.4.023961 \
157157
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
158158
```
159159

0 commit comments

Comments
 (0)