Skip to content

Commit b278ac4

Browse files
committed
bump version
1 parent 0094b02 commit b278ac4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
15+
19.0.0b16
16+
+++++++
1417
* Update enable-container-network-logs DCR to ContainerNetworkLogs instead of RetinaNetworkFlowLogs
1518

1619
19.0.0b15
1720
+++++++
1821
* Fix `NoneType` error when performing operations on automatic clusters that have hosted system components enabled.
1922

20-
2123
19.0.0b14
2224
+++++++
2325
* `az aks safeguards`: Add support for Deployment Safeguards with Pod Security Standards (PSS). New `--pss-level` parameter allows setting PSS enforcement level to Privileged, Baseline, or Restricted. Commands now support both `-g/-n` and `--cluster` argument patterns.

src/aks-preview/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 = "19.0.0b15"
12+
VERSION = "19.0.0b16"
1313

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

0 commit comments

Comments
 (0)