Skip to content

Commit d1ff865

Browse files
committed
update history and pin kubernetes version
1 parent 5547f51 commit d1ff865

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/aks-agent/HISTORY.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ To release a new version, please select a new version number (usually plus 1 to
1212
Pending
1313
+++++++
1414

15+
1.0.0b14
16+
* Fix: set stdout to blocking mode to avoid "BlockingIOError: [Errno 35] write could not complete without blocking"
17+
* Fix: gracefully handle the connection reset error
18+
* Fix: correct the prompt to user `az aks agent-init` to initialize the aks agent
19+
* Fix: dont echo the user input for Linux users
20+
* Close websocket and restore terminal settings after `az aks agent` ends
21+
1522
1.0.0b13
16-
* fix subscription id not correclty set in helm chart
23+
* Fix subscription id not correctly set in helm chart
1724

1825
1.0.0b12
1926
++++++++

src/aks-agent/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
DEPENDENCIES = [
2727
"rich==13.9.4",
28-
"kubernetes",
28+
"kubernetes==24.2.0",
2929
]
3030

3131
with open1("README.rst", "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)