From 56447171c45ad00da822fcc7049151233f3bbf17 Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Wed, 7 Jan 2026 23:50:21 +0000 Subject: [PATCH] fix: correct history format --- src/aks-agent/HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/aks-agent/HISTORY.rst b/src/aks-agent/HISTORY.rst index a39bc2a4e99..0eeeb709957 100644 --- a/src/aks-agent/HISTORY.rst +++ b/src/aks-agent/HISTORY.rst @@ -13,6 +13,7 @@ Pending +++++++ 1.0.0b14 +++++++++ * Fix: set stdout to blocking mode to avoid "BlockingIOError: [Errno 35] write could not complete without blocking" * Fix: gracefully handle the connection reset error * Fix: correct the prompt to user `az aks agent-init` to initialize the aks agent @@ -20,6 +21,7 @@ Pending * Close websocket and restore terminal settings after `az aks agent` ends 1.0.0b13 +++++++++ * Fix subscription id not correctly set in helm chart 1.0.0b12