We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca502a6 commit d73afbfCopy full SHA for d73afbf
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.22.6 (2022-02-21)
6
+### Fix
7
+* **k8sworker:** Ssh passphrase ([`c9d3849`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/c9d3849e56ccab0e946150bdcc517ca6fbeb407a))
8
+
9
## v0.22.5 (2022-02-21)
10
### Fix
11
* **gateway:** Missing arg ([`c5d0d21`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/c5d0d21b3fab24b2c2220dbe6f9814a8161d1192))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.22.5"
+__version__ = "0.22.6"
0 commit comments