@@ -5,7 +5,7 @@ services: container-apps
5
5
author : craigshoemaker
6
6
ms.service : container-apps
7
7
ms.topic : conceptual
8
- ms.date : 12/05/2023
8
+ ms.date : 01/30/2024
9
9
ms.author : cshoe
10
10
---
11
11
@@ -183,7 +183,25 @@ ARM64 based clusters aren't supported at this time.
183
183
- Fix to image pull secret retrieval issues
184
184
- Update placement of Envoy to distribute across available nodes where possible
185
185
- When container apps fail to provision as a result of revision conflicts, set the provisioning state to failed
186
-
186
+
187
+ ### Container Apps extension v1.30.6 (January 2024)
188
+
189
+ - Update KEDA to 2.12
190
+ - Update Envoy SC image to v1.0.4
191
+ - Update Dapr image to v1.11.6
192
+ - Added default response timeout for Envoy routes to 1800s
193
+ - Changed Fluent bit default log level to warn
194
+ - Delay deletion of job pods to ensure log emission
195
+ - Fixed issue for job pod deletion for failed job executions
196
+ - Ensure jobs in suspended state also have failed pods deleted
197
+ - Do not resolve HTTPOptions for TCP applications
198
+ - Allow applications to listen on HTTP or HTTPS
199
+ - Add ability to suspend jobs
200
+ - Fixed issue where KEDA scaler was failing to create job after stopped job execution
201
+ - Add startingDeadlineSeconds to Container App Job in case of cluster report
202
+ - Removed heavy logging in Envoy access log server
203
+ - Updated Monitoring Configuration version for Azure Container Apps on Azure Arc enabled Kubernetes
204
+
187
205
## Next steps
188
206
189
207
[ Create a Container Apps connected environment (Preview)] ( azure-arc-enable-cluster.md )
0 commit comments