Skip to content

Commit cb050a8

Browse files
committed
add 0.6.0 entry to CHANGELOG
1 parent 10bf57c commit cb050a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

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

5+
## 0.6.0
6+
7+
- 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+
59
## 0.5.0
10+
611
- 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 )
712

813
## 0.4.0
@@ -21,14 +26,11 @@ All notable changes to the "kubectl-plugin-ssh-jump" extension will be documente
2126
## 0.3.0
2227

2328
- Added Args param to exec in ssh session ( [PR#2](https://github.com/yokawasa/kubectl-plugin-ssh-jump/pull/2), thanks to @iuryfukuda )
24-
2529
## 0.2.0
2630

2731
- Added -P|--port options for specifing SSH port that target node is listening (default 22)
2832
- Added -o "StrictHostKeyChecking=no" for ssh login options
2933
- Changed the way to SSH login via SSH Jump Pod from using "-J" to using "ProxyCommand"
30-
31-
3234
## 0.1.0
3335

3436
- Initial release (alpha release)

0 commit comments

Comments
 (0)