Skip to content

Commit 86a6209

Browse files
committed
[AKS Agent] Bump aks-agent version to 1.0.0b4
1 parent 0986efb commit 86a6209

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/aks-agent/HISTORY.rst

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

15+
1.0.0b4
16+
+++++++
17+
* Bump aks-mcp version to v0.0.9
18+
1519
1.0.0b3
1620
+++++++
1721
* Disable aks-mcp by default, offer --aks-mcp flag to enable it.

src/aks-agent/setup.py

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

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "1.0.0b3"
12+
VERSION = "1.0.0b4"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)