Skip to content

Commit a4c4860

Browse files
authored
bump aks-agent to v0.6.0 (#9706)
1 parent 938f3b5 commit a4c4860

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/aks-agent/HISTORY.rst

Lines changed: 5 additions & 0 deletions
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.0b21
16+
++++++++
17+
* Bump aks-agent to v0.6.0
18+
* Bump aks-mcp to v0.0.16 to accept AKS managed webhook token path for workload identity
19+
1520
1.0.0b20
1621
++++++++
1722
* Bump aks-agent to v0.5.0

src/aks-agent/azext_aks_agent/_consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
AKS_MCP_LABEL_SELECTOR = "app.kubernetes.io/name=aks-mcp"
5353

5454
# AKS Agent Version (shared by helm chart and docker image)
55-
AKS_AGENT_VERSION = "0.5.0"
55+
AKS_AGENT_VERSION = "0.6.0"
5656

5757
# Helm Configuration
5858
HELM_VERSION = "3.16.0"

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

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

0 commit comments

Comments
 (0)