Skip to content

Commit 53e2d3e

Browse files
committed
bump upstream aks-agent to v0.5.0
1 parent 2286135 commit 53e2d3e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/aks-agent/HISTORY.rst

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

15+
1.0.0b20
16+
++++++++
17+
* Bump aks-agent to v0.5.0
18+
* Add probe and seccompProfile to address compatibility with AKS Automatic clusters
19+
1520
1.0.0b19
1621
++++++++
1722
* Bump aks-agent to v0.4.0
@@ -29,7 +34,7 @@ Pending
2934
1.0.0b17
3035
++++++++
3136
* Fix: remove the prompt to user about managed identity client id during `az aks agent-init`
32-
37+
3338
1.0.0b16
3439
++++++++
3540
* Fix: client mode use AzureCLICredential to authenticate with Azure

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.0b19"
12+
VERSION = "1.0.0b20"
1313

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

0 commit comments

Comments
 (0)