Skip to content

Commit 5ca5243

Browse files
Merge pull request #236119 from apwestgarth/acarelnotesapr2023
Added release notes for 1.5.1
2 parents 2929dea + 1757ae7 commit 5ca5243

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

articles/container-apps/azure-arc-overview.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 03/20/2023
8+
ms.date: 04/27/2023
99
ms.author: cshoe
1010
---
1111

@@ -94,7 +94,7 @@ No. Apps can't be assigned managed identities when running in Azure Arc. If your
9494

9595
### Are there any scaling limits?
9696

97-
All applications deployed with Azure Container Apps on Azure Arc-enabled Kubernetes are able to scale within the limits of the underlying Kubernetes cluster. If the cluster runs out of available compute resources (CPU and memory primarily), then applications will scale to the number of instances of the application that Kubernetes can schedule with available resource.
97+
All applications deployed with Azure Container Apps on Azure Arc-enabled Kubernetes are able to scale within the limits of the underlying Kubernetes cluster. If the cluster runs out of available compute resources (CPU and memory primarily), then applications scale to the number of instances of the application that Kubernetes can schedule with available resource.
9898

9999
### What logs are collected?
100100

@@ -133,13 +133,23 @@ ARM64 based clusters aren't supported at this time.
133133
- Upgrade of KEDA to 2.9.1
134134
- Upgrade of Dapr to 1.9.5
135135
- Increase Envoy Controller resource limits to 200 m CPU
136-
- Increase Container App Controller resource limits to 1 GB memory
136+
- Increase Container App Controller resource limits to 1-GB memory
137137
- Reduce EasyAuth sidecar resource limits to 50 m CPU
138138
- Resolve KEDA error logging for missing metric values
139139

140140
### Container Apps extension v1.0.50 (March 2023)
141+
141142
- Updated logging images in sync with Public Cloud
142143

144+
### Container Apps extension v1.5.1 (April 2023)
145+
146+
- New versioning number format
147+
- Upgrade of Dapr to 1.10.4
148+
- Maintain scale of Envoy after deployments of new revisions
149+
- Change to when default startup probes are added to a container, if developer doesn't define both startup and readiness probes, then default startup probes are added
150+
- Adds CONTAINER_APP_REPLICA_NAME environment variable to custom containers
151+
- Improvement in performance when multiple revisions are stopped
152+
143153
## Next steps
144154

145155
[Create a Container Apps connected environment (Preview)](azure-arc-enable-cluster.md)

0 commit comments

Comments
 (0)