Skip to content

Commit

Permalink
Merge pull request #15 from yokawasa/v0.7.0
Browse files Browse the repository at this point in the history
release v0.7.0
  • Loading branch information
yokawasa authored Jul 24, 2022
2 parents 90abbcf + 11f306f commit 3606ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Here is an scenario where you want to connect to Kubernetes nodes or remote serv
- [Usage](#usage)
- [Option parameters Cache](#option-parameters-cache)
- [SSH Agent (ssh-agent)](#ssh-agent-ssh-agent)
- [Customize SSH jump pod](#customize-ssh-jump-pod)
- [Examples](#examples)
- [CASE 1: SSH into Kubernetes nodes via SSH jump Pod](#case-1-ssh-into-kubernetes-nodes-via-ssh-jump-pod)
- [1-1 - You have private & public SSH key on your side](#1-1---you-have-private--public-ssh-key-on-your-side)
Expand Down Expand Up @@ -132,6 +133,7 @@ Options:
-P, --port <port> SSH port for target node SSH server
Defaults to 22
-a, --args <args> Args to exec in ssh session
--pod-template <file> Path to custom sshjump pod definition
--skip-agent Skip automatically starting SSH agent and adding
SSH Identity key into the agent before SSH login
(=> You need to manage SSH agent by yourself)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0

0 comments on commit 3606ce3

Please sign in to comment.