Skip to content

Commit

Permalink
Release Upterm 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Mar 5, 2022
1 parent b1eef97 commit fb5124e
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/uptermd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: uptermd
description: Secure Terminal Sharing
type: application
version: 0.2.0
appVersion: 0.7.4
appVersion: 0.7.5
home: https://upterm.dev
sources:
- https://github.com/owenthereal/upterm
Expand Down
2 changes: 1 addition & 1 deletion cmd/upterm/command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const Version = "0.7.4"
const Version = "0.7.5"

func versionCmd() *cobra.Command {
cmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion docs/upterm_host.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ upterm host [flags]
-f, --force-command string force execution of a command and attach its input/output to client's.
-h, --help help for host
--known-hosts string a file contains the known keys for remote hosts (required). (default "/Users/owen/.ssh/known_hosts")
-i, --private-key strings private key file for public key authentication against the upterm server (default [/Users/owen/.ssh/id_ed25519,/Users/owen/.ssh/id_rsa])
-i, --private-key strings private key file for public key authentication against the upterm server (default [/Users/owen/.ssh/id_ed25519])
-r, --read-only host a read-only session. Clients won't be able to interact.
--server string upterm server address (required), supported protocols are ssh, ws, or wss. (default "ssh://uptermd.upterm.dev:22")
```
Expand Down
4 changes: 2 additions & 2 deletions etc/man/man1/upterm-host.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down Expand Up @@ -36,7 +36,7 @@ Host a terminal session over a reverse SSH tunnel to the Upterm server with the
a file contains the known keys for remote hosts (required).

.PP
\fB\-i\fP, \fB\-\-private\-key\fP=[/Users/owen/.ssh/id\_ed25519,/Users/owen/.ssh/id\_rsa]
\fB\-i\fP, \fB\-\-private\-key\fP=[/Users/owen/.ssh/id\_ed25519]
private key file for public key authentication against the upterm server

.PP
Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-proxy.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-current.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-info.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-session.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-upgrade.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm-version.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual"
.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual"
.nh
.ad l

Expand Down

0 comments on commit fb5124e

Please sign in to comment.