Skip to content

Commit

Permalink
Release Upterm 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Oct 9, 2023
1 parent c8d2f78 commit cec5447
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.12.0
appVersion: 0.13.0
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.12.0"
const Version = "0.13.0"

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 @@ -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")
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,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
Expand Down Expand Up @@ -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=[]
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,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
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,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
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,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
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,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
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,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
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,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
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,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
Expand Down
2 changes: 1 addition & 1 deletion etc/man/man1/upterm.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cec5447

Please sign in to comment.