We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1528e19 + dca72d2 commit 9d34d5aCopy full SHA for 9d34d5a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.22.7 (2022-02-22)
6
+### Fix
7
+* **ssh:** Ssh key passphrase ([`b3589c5`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/b3589c5a82c78263b6e419e0a5e7322430fcd188))
8
+
9
## v0.22.6 (2022-02-21)
10
### Fix
11
* **k8sworker:** Ssh passphrase ([`c9d3849`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/c9d3849e56ccab0e946150bdcc517ca6fbeb407a))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.22.6"
+__version__ = "0.22.7"
0 commit comments