We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cd357 commit e9d20d5Copy full SHA for e9d20d5
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to the "kubectl-plugin-ssh-jump" extension will be documented in this file.
4
5
+## 0.3.0
6
+- Added Args param to exec in ssh session ( [PR#2](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/2), thanks to @iuryfukuda )
7
+
8
## 0.2.0
9
- Added -P|--port options for specifing SSH port that target node is listening (default 22)
10
- Added -o "StrictHostKeyChecking=no" for ssh login options
VERSION
@@ -1 +1 @@
1
-0.2.0
+0.3.0
0 commit comments