You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+13-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,23 @@
2
2
3
3
All notable changes to the "kubectl-plugin-ssh-jump" extension will be documented in this file.
4
4
5
+
## 0.7.1
6
+
7
+
- Fix `[email protected]: Permission denied (publickey)` issue ([#13](https://github.com/yokawasa/kubectl-plugin-ssh-jump/issues/13)) by adding options like `-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa` which works for newer ssh client scenario
8
+
9
+
10
+
11
+
## 0.7.0
12
+
13
+
- Support specifying a custom sshjump pod template by @partcyborg ([#14](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/14))
14
+
5
15
## 0.6.0
6
16
7
17
- Support SSH local port forwarding to access a remote server. This allows to forward the traffic form local machine to SSH jump then SSH jump will forward the traffic to the remote server.
8
18
9
19
## 0.5.0
10
20
11
-
- Fix to address pod sshjump pod scheduling on hybrid clusters ([PR#9](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/9), thanks to @swgriffith )
21
+
- Fix to address pod sshjump pod scheduling on hybrid clusters ([#9](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/9), thanks to @swgriffith )
12
22
13
23
## 0.4.0
14
24
@@ -21,11 +31,11 @@ All notable changes to the "kubectl-plugin-ssh-jump" extension will be documente
0 commit comments