Skip to content

Commit 5433ee7

Browse files
author
REDMOND\japras
committed
Update HISTORY.rst and setup.py files with new package version
1 parent b46d026 commit 5433ee7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/k8s-extension/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.8.0
7+
+++++++++++++++++++
8+
* Migrate Extensions api-version to 2025-03-01
9+
610
1.7.0
711
+++++++++++++++++++
812
* Added the `az k8s-extension troubleshoot` command to simplify log collection and diagnostics for extensions.

src/k8s-extension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"oras==0.2.25",
3636
]
3737

38-
VERSION = "1.7.0"
38+
VERSION = "1.8.0"
3939

4040
with open("README.rst", "r", encoding="utf-8") as f:
4141
README = f.read()

0 commit comments

Comments
 (0)