Skip to content

Commit

Permalink
meta: release v1.5.4-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Mar 15, 2022
1 parent bb6bac3 commit be8786a
Show file tree
Hide file tree
Showing 21 changed files with 35 additions and 37 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ brew install tonarino/innernet/innernet

```sh
# to install innernet:
cargo install --git https://github.com/tonarino/innernet --tag v1.5.4-beta.4 client
cargo install --git https://github.com/tonarino/innernet --tag v1.5.4-beta.5 client

# to install innernet-server:
cargo install --git https://github.com/tonarino/innernet --tag v1.5.4-beta.4 server
cargo install --git https://github.com/tonarino/innernet --tag v1.5.4-beta.5 server
```

Note that you'll be responsible for updating manually.
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "client"
publish = false
repository = "https://github.com/tonarino/innernet"
version = "1.5.4-beta.4"
version = "1.5.4-beta.5"

[[bin]]
name = "innernet"
Expand Down
9 changes: 4 additions & 5 deletions doc/innernet-server.8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH INNERNET-SERVER "8" "February 2022" "innernet-server 1.5.4-beta.4" "System Administration Utilities"
.TH INNERNET-SERVER "8" "March 2022" "innernet-server 1.5.4-beta.5" "System Administration Utilities"
.SH NAME
innernet-server \- manual page for innernet-server 1.5.4-beta.4
innernet-server \- manual page for innernet-server 1.5.4-beta.5
.SH DESCRIPTION
innernet\-server 1.5.4\-beta.4
innernet\-server 1.5.4\-beta.5
Jake McGinty <me@jake.su>
A server to coordinate innernet networks.
.SS "USAGE:"
Expand All @@ -27,8 +27,7 @@ auto\-select based on availability [default: kernel] [possible
values: kernel, userspace]
.TP
\fB\-\-mtu\fR <MTU>
Specify the desired MTU for your interface (default: 1420 for
IPv4 and 1400 for IPv6)
Specify the desired MTU for your interface (default: 1280)
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help information
Expand Down
Binary file modified doc/innernet-server.8.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/innernet-server.completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ _innernet-server() {
return 0
;;
--backend)
COMPREPLY=($(compgen -W "kernel userspace" -- "${cur}"))
COMPREPLY=($(compgen -W "" -- "${cur}"))
return 0
;;
--mtu)
Expand Down Expand Up @@ -253,7 +253,7 @@ _innernet-server() {
fi
case "${prev}" in
--backend)
COMPREPLY=($(compgen -W "kernel userspace" -- "${cur}"))
COMPREPLY=($(compgen -W "" -- "${cur}"))
return 0
;;
--mtu)
Expand Down
4 changes: 2 additions & 2 deletions doc/innernet-server.completions.elvish
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set edit:completion:arg-completer[innernet-server] = {|@words|
cand -d 'd'
cand --data-dir 'data-dir'
cand --backend 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability'
cand --mtu 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)'
cand --mtu 'Specify the desired MTU for your interface (default: 1280)'
cand -h 'Print help information'
cand --help 'Print help information'
cand -V 'Print version information'
Expand Down Expand Up @@ -54,7 +54,7 @@ set edit:completion:arg-completer[innernet-server] = {|@words|
}
&'innernet-server;serve'= {
cand --backend 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability'
cand --mtu 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)'
cand --mtu 'Specify the desired MTU for your interface (default: 1280)'
cand --no-routing 'Whether the routing should be done by innernet or is done by an external tool like e.g. babeld'
cand -h 'Print help information'
cand --help 'Print help information'
Expand Down
4 changes: 2 additions & 2 deletions doc/innernet-server.completions.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
complete -c innernet-server -n "__fish_use_subcommand" -s c -l config-dir -r
complete -c innernet-server -n "__fish_use_subcommand" -s d -l data-dir -r
complete -c innernet-server -n "__fish_use_subcommand" -l backend -d 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability' -r -f -a "{kernel ,userspace }"
complete -c innernet-server -n "__fish_use_subcommand" -l mtu -d 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)' -r
complete -c innernet-server -n "__fish_use_subcommand" -l mtu -d 'Specify the desired MTU for your interface (default: 1280)' -r
complete -c innernet-server -n "__fish_use_subcommand" -s h -l help -d 'Print help information'
complete -c innernet-server -n "__fish_use_subcommand" -s V -l version -d 'Print version information'
complete -c innernet-server -n "__fish_use_subcommand" -l no-routing -d 'Whether the routing should be done by innernet or is done by an external tool like e.g. babeld'
Expand All @@ -22,7 +22,7 @@ complete -c innernet-server -n "__fish_seen_subcommand_from new" -l auto-externa
complete -c innernet-server -n "__fish_seen_subcommand_from new" -s h -l help -d 'Print help information'
complete -c innernet-server -n "__fish_seen_subcommand_from uninstall" -s h -l help -d 'Print help information'
complete -c innernet-server -n "__fish_seen_subcommand_from serve" -l backend -d 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability' -r -f -a "{kernel ,userspace }"
complete -c innernet-server -n "__fish_seen_subcommand_from serve" -l mtu -d 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)' -r
complete -c innernet-server -n "__fish_seen_subcommand_from serve" -l mtu -d 'Specify the desired MTU for your interface (default: 1280)' -r
complete -c innernet-server -n "__fish_seen_subcommand_from serve" -l no-routing -d 'Whether the routing should be done by innernet or is done by an external tool like e.g. babeld'
complete -c innernet-server -n "__fish_seen_subcommand_from serve" -s h -l help -d 'Print help information'
complete -c innernet-server -n "__fish_seen_subcommand_from add-peer" -l name -d 'Name of new peer' -r
Expand Down
4 changes: 2 additions & 2 deletions doc/innernet-server.completions.powershell
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Register-ArgumentCompleter -Native -CommandName 'innernet-server' -ScriptBlock {
[CompletionResult]::new('-d', 'd', [CompletionResultType]::ParameterName, 'd')
[CompletionResult]::new('--data-dir', 'data-dir', [CompletionResultType]::ParameterName, 'data-dir')
[CompletionResult]::new('--backend', 'backend', [CompletionResultType]::ParameterName, 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability')
[CompletionResult]::new('--mtu', 'mtu', [CompletionResultType]::ParameterName, 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)')
[CompletionResult]::new('--mtu', 'mtu', [CompletionResultType]::ParameterName, 'Specify the desired MTU for your interface (default: 1280)')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help information')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help information')
[CompletionResult]::new('-V', 'V', [CompletionResultType]::ParameterName, 'Print version information')
Expand Down Expand Up @@ -60,7 +60,7 @@ Register-ArgumentCompleter -Native -CommandName 'innernet-server' -ScriptBlock {
}
'innernet-server;serve' {
[CompletionResult]::new('--backend', 'backend', [CompletionResultType]::ParameterName, 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability')
[CompletionResult]::new('--mtu', 'mtu', [CompletionResultType]::ParameterName, 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)')
[CompletionResult]::new('--mtu', 'mtu', [CompletionResultType]::ParameterName, 'Specify the desired MTU for your interface (default: 1280)')
[CompletionResult]::new('--no-routing', 'no-routing', [CompletionResultType]::ParameterName, 'Whether the routing should be done by innernet or is done by an external tool like e.g. babeld')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help information')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help information')
Expand Down
4 changes: 2 additions & 2 deletions doc/innernet-server.completions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _innernet-server() {
'-d+[]:DATA_DIR: ' \
'--data-dir=[]:DATA_DIR: ' \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]:BACKEND:(kernel userspace)' \
'--mtu=[Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)]:MTU: ' \
'--mtu=[Specify the desired MTU for your interface (default: 1280)]:MTU: ' \
'-h[Print help information]' \
'--help[Print help information]' \
'-V[Print version information]' \
Expand Down Expand Up @@ -56,7 +56,7 @@ _arguments "${_arguments_options[@]}" \
(serve)
_arguments "${_arguments_options[@]}" \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]:BACKEND:(kernel userspace)' \
'--mtu=[Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)]:MTU: ' \
'--mtu=[Specify the desired MTU for your interface (default: 1280)]:MTU: ' \
'--no-routing[Whether the routing should be done by innernet or is done by an external tool like e.g. babeld]' \
'-h[Print help information]' \
'--help[Print help information]' \
Expand Down
9 changes: 4 additions & 5 deletions doc/innernet.8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH INNERNET "8" "February 2022" "innernet 1.5.4-beta.4" "System Administration Utilities"
.TH INNERNET "8" "March 2022" "innernet 1.5.4-beta.5" "System Administration Utilities"
.SH NAME
innernet \- manual page for innernet 1.5.4-beta.4
innernet \- manual page for innernet 1.5.4-beta.5
.SH DESCRIPTION
innernet 1.5.4\-beta.4
innernet 1.5.4\-beta.5
Jake McGinty <jake@tonari.no>
A client to manage innernet network interfaces.
.SS "USAGE:"
Expand All @@ -30,8 +30,7 @@ auto\-select based on availability [default: kernel] [possible
values: kernel, userspace]
.TP
\fB\-\-mtu\fR <MTU>
Specify the desired MTU for your interface (default: 1420 for
IPv4 and 1400 for IPv6)
Specify the desired MTU for your interface (default: 1280)
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help information
Expand Down
Binary file modified doc/innernet.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/innernet.completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ _innernet() {
return 0
;;
--backend)
COMPREPLY=($(compgen -W "kernel userspace" -- "${cur}"))
COMPREPLY=($(compgen -W "" -- "${cur}"))
return 0
;;
--mtu)
Expand Down
2 changes: 1 addition & 1 deletion doc/innernet.completions.elvish
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set edit:completion:arg-completer[innernet] = {|@words|
cand -d 'd'
cand --data-dir 'data-dir'
cand --backend 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability'
cand --mtu 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)'
cand --mtu 'Specify the desired MTU for your interface (default: 1280)'
cand -h 'Print help information'
cand --help 'Print help information'
cand -V 'Print version information'
Expand Down
2 changes: 1 addition & 1 deletion doc/innernet.completions.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
complete -c innernet -n "__fish_use_subcommand" -s c -l config-dir -r
complete -c innernet -n "__fish_use_subcommand" -s d -l data-dir -r
complete -c innernet -n "__fish_use_subcommand" -l backend -d 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability' -r -f -a "{kernel ,userspace }"
complete -c innernet -n "__fish_use_subcommand" -l mtu -d 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)' -r
complete -c innernet -n "__fish_use_subcommand" -l mtu -d 'Specify the desired MTU for your interface (default: 1280)' -r
complete -c innernet -n "__fish_use_subcommand" -s h -l help -d 'Print help information'
complete -c innernet -n "__fish_use_subcommand" -s V -l version -d 'Print version information'
complete -c innernet -n "__fish_use_subcommand" -s v -l verbose -d 'Verbose output, use -vv for even higher verbositude'
Expand Down
2 changes: 1 addition & 1 deletion doc/innernet.completions.powershell
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Register-ArgumentCompleter -Native -CommandName 'innernet' -ScriptBlock {
[CompletionResult]::new('-d', 'd', [CompletionResultType]::ParameterName, 'd')
[CompletionResult]::new('--data-dir', 'data-dir', [CompletionResultType]::ParameterName, 'data-dir')
[CompletionResult]::new('--backend', 'backend', [CompletionResultType]::ParameterName, 'Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability')
[CompletionResult]::new('--mtu', 'mtu', [CompletionResultType]::ParameterName, 'Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)')
[CompletionResult]::new('--mtu', 'mtu', [CompletionResultType]::ParameterName, 'Specify the desired MTU for your interface (default: 1280)')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Print help information')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Print help information')
[CompletionResult]::new('-V', 'V', [CompletionResultType]::ParameterName, 'Print version information')
Expand Down
2 changes: 1 addition & 1 deletion doc/innernet.completions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _innernet() {
'-d+[]:DATA_DIR: ' \
'--data-dir=[]:DATA_DIR: ' \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]:BACKEND:(kernel userspace)' \
'--mtu=[Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)]:MTU: ' \
'--mtu=[Specify the desired MTU for your interface (default: 1280)]:MTU: ' \
'-h[Print help information]' \
'--help[Print help information]' \
'-V[Print version information]' \
Expand Down
2 changes: 1 addition & 1 deletion netlink-request/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netlink-request"
version = "1.5.4-beta.4"
version = "1.5.4-beta.5"
edition = "2021"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "server"
publish = false
readme = "README.md"
version = "1.5.4-beta.4"
version = "1.5.4-beta.5"

[[bin]]
name = "innernet-server"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "shared"
publish = false
version = "1.5.4-beta.4"
version = "1.5.4-beta.5"

[dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion wireguard-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "LGPL-2.1-or-later"
name = "wireguard-control"
readme = "README.md"
repository = "https://github.com/tonarino/innernet"
version = "1.5.4-beta.4"
version = "1.5.4-beta.5"

[dependencies]
base64 = "0.13"
Expand Down

0 comments on commit be8786a

Please sign in to comment.