We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3eb5fa commit 5d03456Copy full SHA for 5d03456
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.21.6 (2021-04-21)
6
+### Fix
7
+* **k8scluster:** Remove persistent storage if addons ([`e3eb5fa`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/e3eb5fafc1096c2bfbc528fdfe9bc9920d30c9eb))
8
+
9
## v0.21.5 (2021-03-29)
10
### Fix
11
* **k8sworker:** Fix typos ([`f7619b4`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/f7619b41127545dd56bde21da4a1a012212f4f72))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.21.5"
+__version__ = "0.21.6"
0 commit comments