From b66f843ca00f1f64bb9fd514a6793357759a58df Mon Sep 17 00:00:00 2001 From: v-xulinna Date: Sun, 4 Jan 2026 13:27:23 +0800 Subject: [PATCH 1/3] update runtime-change-log.md --- docs/cloud/azureai/runtime-change-log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cloud/azureai/runtime-change-log.md b/docs/cloud/azureai/runtime-change-log.md index 1cff033c3b4..e86c8abc6c2 100644 --- a/docs/cloud/azureai/runtime-change-log.md +++ b/docs/cloud/azureai/runtime-change-log.md @@ -15,6 +15,14 @@ You can check the runtime image version from the flow execution log: ## Change log Default runtime image is continuously updated, and here we record the new features and fixed bugs of each image version. +### 20251221.v1 + +#### New features +- NA + +#### Bugs fixed +- update go==1.24.11, urlib3==2.6.0 to fix vulnerabilities + ### 20251211.v2 #### New features From efabea0733c27401b3a0ed1a032fc1048caf3294 Mon Sep 17 00:00:00 2001 From: v-xulinna Date: Wed, 28 Jan 2026 09:28:46 +0800 Subject: [PATCH 2/3] update runtime-change-log.md --- docs/cloud/azureai/runtime-change-log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cloud/azureai/runtime-change-log.md b/docs/cloud/azureai/runtime-change-log.md index e86c8abc6c2..2a8b075e2dd 100644 --- a/docs/cloud/azureai/runtime-change-log.md +++ b/docs/cloud/azureai/runtime-change-log.md @@ -15,6 +15,14 @@ You can check the runtime image version from the flow execution log: ## Change log Default runtime image is continuously updated, and here we record the new features and fixed bugs of each image version. +### 20260115.v2 + +#### New features +- NA + +#### Bugs fixed +- update marshmallow==3.26.2, langchain-core==0.3.81 to fix vulnerabilities + ### 20251221.v1 #### New features From 96040040ac48428031d434982da67b2dbe1ae1d5 Mon Sep 17 00:00:00 2001 From: v-xulinna Date: Thu, 29 Jan 2026 17:48:22 +0800 Subject: [PATCH 3/3] fix spell error --- docs/cloud/azureai/runtime-change-log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/azureai/runtime-change-log.md b/docs/cloud/azureai/runtime-change-log.md index 2a8b075e2dd..170a1dc422c 100644 --- a/docs/cloud/azureai/runtime-change-log.md +++ b/docs/cloud/azureai/runtime-change-log.md @@ -29,7 +29,7 @@ Default runtime image is continuously updated, and here we record the new featur - NA #### Bugs fixed -- update go==1.24.11, urlib3==2.6.0 to fix vulnerabilities +- update go==1.24.11, urllib3==2.6.0 to fix vulnerabilities ### 20251211.v2