Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0fa6d68

Browse files
committed
Update CHANGLOG and VERSION
Signed-off-by: Yoichi Kawasaki <yokawasa@gmail.com>
1 parent68d5bac commit0fa6d68

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
All notable changes to the "kubectl-plugin-ssh-jump" extension will be documented in this file.
44

5+
##0.7.1
6+
7+
- Fix`root@127.0.0.1: 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+
515
##0.6.0
616

717
- 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.
818

919
##0.5.0
1020

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 )
1222

1323
##0.4.0
1424

@@ -21,11 +31,11 @@ All notable changes to the "kubectl-plugin-ssh-jump" extension will be documente
2131

2232
##0.3.1
2333

24-
- fixed typo: missing char ([PR#3](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/3), thanks to@iuryfukuda )
34+
- fixed typo: missing char ([#3](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/3), thanks to@iuryfukuda )
2535

2636
##0.3.0
2737

28-
- Added Args param to exec in ssh session ([PR#2](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/2), thanks to@iuryfukuda )
38+
- Added Args param to exec in ssh session ([#2](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/2), thanks to@iuryfukuda )
2939
##0.2.0
3040

3141
- Added -P|--port options for specifing SSH port that target node is listening (default 22)

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp