Skip to content

Commit 4a45cb8

Browse files
Merge pull request #272907 from apwestgarth/acarelnotesapr2024
Added release notes for April extension update
2 parents 0fd9e7d + 2afec9a commit 4a45cb8

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

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

Lines changed: 25 additions & 18 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: 01/30/2024
8+
ms.date: 04/22/2024
99
ms.author: cshoe
1010
---
1111

@@ -89,7 +89,7 @@ During the preview period, certain Azure Container App features are being valida
8989

9090
### Are managed identities supported?
9191

92-
No. Apps can't be assigned managed identities when running in Azure Arc. If your app needs an identity for working with another Azure resource, consider using an [application service principal](../active-directory/develop/app-objects-and-service-principals.md#service-principal-object) instead.
92+
Managed Identities aren't supported. Apps can't be assigned managed identities when running in Azure Arc. If your app needs an identity for working with another Azure resource, consider using an [application service principal](../active-directory/develop/app-objects-and-service-principals.md#service-principal-object) instead.
9393

9494
### Are there any scaling limits?
9595

@@ -105,7 +105,7 @@ By default, logs from system components are sent to the Azure team. Application
105105

106106
### What do I do if I see a provider registration error?
107107

108-
As you create an Azure Container Apps connected environment resource, some subscriptions might see the "No registered resource provider found" error. The error details might include a set of locations and api versions that are considered valid. If this error message is returned, the subscription must be re-registered with the `Microsoft.App` provider. Re-registering the provider has no effect on existing applications or APIs. To re-register, use the Azure CLI to run `az provider register --namespace Microsoft.App --wait`. Then reattempt the connected environment command.
108+
As you create an Azure Container Apps connected environment resource, some subscriptions might see the "No registered resource provider found" error. The error details might include a set of locations and API versions that are considered valid. If this error message is returned, the subscription must be re-registered with the `Microsoft.App` provider. Re-registering the provider has no effect on existing applications or APIs. To re-register, use the Azure CLI to run `az provider register --namespace Microsoft.App --wait`. Then reattempt the connected environment command.
109109

110110
### Can I deploy the Container Apps extension on an ARM64 based cluster?
111111

@@ -129,8 +129,7 @@ ARM64 based clusters aren't supported at this time.
129129

130130
### Container Apps extension v1.0.49 (February 2023)
131131

132-
- Upgrade of KEDA to 2.9.1
133-
- Upgrade of Dapr to 1.9.5
132+
- Upgrade of KEDA to 2.9.1 and Dapr to 1.9.5
134133
- Increase Envoy Controller resource limits to 200 m CPU
135134
- Increase Container App Controller resource limits to 1-GB memory
136135
- Reduce EasyAuth sidecar resource limits to 50 m CPU
@@ -151,8 +150,7 @@ ARM64 based clusters aren't supported at this time.
151150

152151
### Container Apps extension v1.12.8 (June 2023)
153152

154-
- Update OSS Fluent Bit to 2.1.2
155-
- Upgrade of Dapr to 1.10.6
153+
- Update OSS Fluent Bit to 2.1.2 and Dapr to 1.10.6
156154
- Support for container registries exposed on custom port
157155
- Enable activate/deactivate revision when a container app is stopped
158156
- Fix Revisions List not returning init containers
@@ -165,19 +163,14 @@ ARM64 based clusters aren't supported at this time.
165163

166164
### Container Apps extension v1.17.8 (August 2023)
167165

168-
- Update EasyAuth to 1.6.16
169-
- Update of Dapr to 1.10.8
170-
- Update Envoy to 1.25.6
166+
- Update EasyAuth to 1.6.16, Dapr to 1.10.8, and Envoy to 1.25.6
171167
- Add volume mount support for Azure Container App jobs
172168
- Added IP Restrictions for applications with TCP Ingress type
173169
- Added support for Container Apps with multiple exposed ports
174170

175171
### Container Apps extension v1.23.5 (December 2023)
176172

177-
- Update Envoy to 1.27.2
178-
- Update KEDA to v2.10.0
179-
- Update EasyAuth to 1.6.20
180-
- Update Dapr to 1.11
173+
- Update Envoy to 1.27.2, KEDA to v2.10.0, EasyAuth to 1.6.20, and Dapr to 1.11
181174
- Set Envoy to max TLS 1.3
182175
- Fix to resolve crashes in Log Processor pods
183176
- Fix to image pull secret retrieval issues
@@ -186,9 +179,7 @@ ARM64 based clusters aren't supported at this time.
186179

187180
### Container Apps extension v1.30.6 (January 2024)
188181

189-
- Update KEDA to v2.12
190-
- Update Envoy SC image to v1.0.4
191-
- Update Dapr image to v1.11.6
182+
- Update KEDA to v2.12, Envoy SC image to v1.0.4, and Dapr image to v1.11.6
192183
- Added default response timeout for Envoy routes to 1800 seconds
193184
- Changed Fluent bit default log level to warn
194185
- Delay deletion of job pods to ensure log emission
@@ -201,7 +192,23 @@ ARM64 based clusters aren't supported at this time.
201192
- Add startingDeadlineSeconds to Container App Job in case of cluster reboot
202193
- Removed heavy logging in Envoy access log server
203194
- Updated Monitoring Configuration version for Azure Container Apps on Azure Arc enabled Kubernetes
204-
195+
196+
### Container Apps extension v1.36.15 (April 2024)
197+
198+
- Update Dapr to v1.12 and Dapr Metrics to v0.6
199+
- Allow customers to enabled Azure SDK debug logging in Dapr
200+
- Scale Envoy in response to memory usage
201+
- Change of Envoy log format to Json
202+
- Export additional Envoy metrics
203+
- Truncate Envoy log to first 1,024 characters when log content failed to parse
204+
- Handle SIGTERM gracefully in local proxy
205+
- Allow ability to leverage different namespaces with KEDA
206+
- Validation added for scale rule name
207+
- Enabled revision GC by default
208+
- Enabled emission of metrics for sidecars
209+
- Added volumeMounts to job executions
210+
- Added validation to webhook endpoints for jobs
211+
205212
## Next steps
206213

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

0 commit comments

Comments
 (0)