diff --git a/charts/uptermd/Chart.yaml b/charts/uptermd/Chart.yaml index e79340252..0a86b1f0a 100644 --- a/charts/uptermd/Chart.yaml +++ b/charts/uptermd/Chart.yaml @@ -3,7 +3,7 @@ name: uptermd description: Secure Terminal Sharing type: application version: 0.2.0 -appVersion: 0.12.0 +appVersion: 0.13.0 home: https://upterm.dev sources: - https://github.com/owenthereal/upterm diff --git a/cmd/upterm/command/version.go b/cmd/upterm/command/version.go index a45903b02..8fdcf2b95 100644 --- a/cmd/upterm/command/version.go +++ b/cmd/upterm/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const Version = "0.12.0" +const Version = "0.13.0" func versionCmd() *cobra.Command { cmd := &cobra.Command{ diff --git a/docs/upterm_host.md b/docs/upterm_host.md index 2952565e7..e9a7a43ab 100644 --- a/docs/upterm_host.md +++ b/docs/upterm_host.md @@ -42,7 +42,7 @@ upterm host [flags] --accept Automatically accept client connections without prompts. --authorized-keys string Specify a authorize_keys file listing authorized public keys for connection. -f, --force-command string Enforce a specified command for clients to join, and link the command's input/output to the client's terminal. - --github-user strings Authorize specified GitHub users by allowing their public keys to connect. + --github-user strings Authorize specified GitHub users by allowing their public keys to connect. Configure GitHub CLI environment variables as needed; see https://cli.github.com/manual/gh_help_environment for details. --gitlab-user strings Authorize specified GitLab users by allowing their public keys to connect. -h, --help help for host --known-hosts string Specify a file containing known keys for remote hosts (required). (default "/Users/owen/.ssh/known_hosts") diff --git a/etc/man/man1/upterm-host.1 b/etc/man/man1/upterm-host.1 index 94b5a78e5..996a2e182 100644 --- a/etc/man/man1/upterm-host.1 +++ b/etc/man/man1/upterm-host.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP @@ -35,7 +35,7 @@ private key. To authorize client connections, specify a authorized_key file with .PP \fB--github-user\fP=[] - Authorize specified GitHub users by allowing their public keys to connect. + Authorize specified GitHub users by allowing their public keys to connect. Configure GitHub CLI environment variables as needed; see https://cli.github.com/manual/gh_help_environment for details. .PP \fB--gitlab-user\fP=[] diff --git a/etc/man/man1/upterm-proxy.1 b/etc/man/man1/upterm-proxy.1 index 89a72f564..4761ed28e 100644 --- a/etc/man/man1/upterm-proxy.1 +++ b/etc/man/man1/upterm-proxy.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP diff --git a/etc/man/man1/upterm-session-current.1 b/etc/man/man1/upterm-session-current.1 index 1d6fc4368..7db88d154 100644 --- a/etc/man/man1/upterm-session-current.1 +++ b/etc/man/man1/upterm-session-current.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP diff --git a/etc/man/man1/upterm-session-info.1 b/etc/man/man1/upterm-session-info.1 index af1b25928..18e2df12f 100644 --- a/etc/man/man1/upterm-session-info.1 +++ b/etc/man/man1/upterm-session-info.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP diff --git a/etc/man/man1/upterm-session-list.1 b/etc/man/man1/upterm-session-list.1 index a818c6b0c..e511c3076 100644 --- a/etc/man/man1/upterm-session-list.1 +++ b/etc/man/man1/upterm-session-list.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP diff --git a/etc/man/man1/upterm-session.1 b/etc/man/man1/upterm-session.1 index f534d20df..bdec9ba2c 100644 --- a/etc/man/man1/upterm-session.1 +++ b/etc/man/man1/upterm-session.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP diff --git a/etc/man/man1/upterm-upgrade.1 b/etc/man/man1/upterm-upgrade.1 index 4dd40f0f6..bd5ae5c51 100644 --- a/etc/man/man1/upterm-upgrade.1 +++ b/etc/man/man1/upterm-upgrade.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP diff --git a/etc/man/man1/upterm-version.1 b/etc/man/man1/upterm-version.1 index 3aafd31c2..3de3163a8 100644 --- a/etc/man/man1/upterm-version.1 +++ b/etc/man/man1/upterm-version.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP diff --git a/etc/man/man1/upterm.1 b/etc/man/man1/upterm.1 index 4c97172bd..5ca905c5a 100644 --- a/etc/man/man1/upterm.1 +++ b/etc/man/man1/upterm.1 @@ -1,5 +1,5 @@ .nh -.TH "UPTERM" "1" "Oct 2023" "Upterm 0.12.0" "Upterm Manual" +.TH "UPTERM" "1" "Oct 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP