Skip to content

Commit

Permalink
meta: release v1.5.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Sep 15, 2021
1 parent b7b50d0 commit 9b1315b
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 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.0-beta.4 client
cargo install --git https://github.com/tonarino/innernet --tag v1.5.0-beta.5 client

# to install innernet-server:
cargo install --git https://github.com/tonarino/innernet --tag v1.5.0-beta.4 server
cargo install --git https://github.com/tonarino/innernet --tag v1.5.0-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.0-beta.4"
version = "1.5.0-beta.5"

[[bin]]
name = "innernet"
Expand Down
8 changes: 4 additions & 4 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.48.5.
.TH INNERNET-SERVER "8" "September 2021" "innernet-server 1.5.0-beta.4" "System Administration Utilities"
.TH INNERNET-SERVER "8" "September 2021" "innernet-server 1.5.0-beta.5" "System Administration Utilities"
.SH NAME
innernet-server \- manual page for innernet-server 1.5.0-beta.4
innernet-server \- manual page for innernet-server 1.5.0-beta.5
.SH DESCRIPTION
innernet\-server 1.5.0\-beta.4
innernet\-server 1.5.0\-beta.5
A server to coordinate innernet networks.
.SS "USAGE:"
.IP
Expand All @@ -16,7 +16,7 @@ babeld
.TP
\fB\-\-backend\fR <backend>
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on
availability [default: userspace] [possible values: userspace]
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)
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 @@ -58,7 +58,7 @@ _innernet-server() {
case "${prev}" in

--backend)
COMPREPLY=($(compgen -W "userspace" -- "${cur}"))
COMPREPLY=($(compgen -W "kernel userspace" -- "${cur}"))
return 0
;;
--mtu)
Expand Down Expand Up @@ -282,7 +282,7 @@ _innernet-server() {
case "${prev}" in

--backend)
COMPREPLY=($(compgen -W "userspace" -- "${cur}"))
COMPREPLY=($(compgen -W "kernel userspace" -- "${cur}"))
return 0
;;
--mtu)
Expand Down
4 changes: 2 additions & 2 deletions doc/innernet-server.completions.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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 "userspace"
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)'
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'
complete -c innernet-server -n "__fish_use_subcommand" -s h -l help -d 'Prints help information'
Expand All @@ -21,7 +21,7 @@ complete -c innernet-server -n "__fish_seen_subcommand_from new" -s h -l help -d
complete -c innernet-server -n "__fish_seen_subcommand_from new" -s V -l version -d 'Prints version information'
complete -c innernet-server -n "__fish_seen_subcommand_from uninstall" -s h -l help -d 'Prints help information'
complete -c innernet-server -n "__fish_seen_subcommand_from uninstall" -s V -l version -d 'Prints version 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 "userspace"
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)'
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 'Prints 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 @@ -15,7 +15,7 @@ _innernet-server() {

local context curcontext="$curcontext" state line
_arguments "${_arguments_options[@]}" \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]: :(userspace)' \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]: :(kernel userspace)' \
'--mtu=[Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)]' \
'--no-routing[Whether the routing should be done by innernet or is done by an external tool like e.g. babeld]' \
'-h[Prints help information]' \
Expand Down Expand Up @@ -81,7 +81,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]: :(userspace)' \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]: :(kernel userspace)' \
'--mtu=[Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)]' \
'--no-routing[Whether the routing should be done by innernet or is done by an external tool like e.g. babeld]' \
'-h[Prints help information]' \
Expand Down
8 changes: 4 additions & 4 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.48.5.
.TH INNERNET "8" "September 2021" "innernet 1.5.0-beta.4" "System Administration Utilities"
.TH INNERNET "8" "September 2021" "innernet 1.5.0-beta.5" "System Administration Utilities"
.SH NAME
innernet \- manual page for innernet 1.5.0-beta.4
innernet \- manual page for innernet 1.5.0-beta.5
.SH DESCRIPTION
innernet 1.5.0\-beta.4
innernet 1.5.0\-beta.5
A client to manage innernet network interfaces.
.SS "USAGE:"
.IP
Expand All @@ -21,7 +21,7 @@ Whether the routing should be done by innernet or is done by an external tool li
\fB\-\-backend\fR <backend>
.IP
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default:
userspace] [possible values: userspace]
kernel] [possible values: kernel, userspace]
.HP
\fB\-\-mtu\fR <mtu>
.IP
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 @@ -94,7 +94,7 @@ _innernet() {
case "${prev}" in

--backend)
COMPREPLY=($(compgen -W "userspace" -- "${cur}"))
COMPREPLY=($(compgen -W "kernel userspace" -- "${cur}"))
return 0
;;
--mtu)
Expand Down
2 changes: 1 addition & 1 deletion doc/innernet.completions.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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 "userspace"
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)'
complete -c innernet -n "__fish_use_subcommand" -s v -l verbose -d 'Verbose output, use -vv for even higher verbositude'
complete -c innernet -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 Down
2 changes: 1 addition & 1 deletion doc/innernet.completions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _innernet() {

local context curcontext="$curcontext" state line
_arguments "${_arguments_options[@]}" \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]: :(userspace)' \
'--backend=[Specify a WireGuard backend to use. If not set, innernet will auto-select based on availability]: :(kernel userspace)' \
'--mtu=[Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for IPv6)]' \
'*-v[Verbose output, use -vv for even higher verbositude]' \
'*--verbose[Verbose output, use -vv for even higher verbositude]' \
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.0-beta.4"
version = "1.5.0-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 = "2018"
license = "MIT"
name = "shared"
publish = false
version = "1.5.0-beta.4"
version = "1.5.0-beta.5"

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

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

[dependencies]
base64 = "0.13"
hex = "0.4"
libc = "0.2"

[target.'cfg(target_os = "linux")'.dependencies]
wireguard-control-sys = { path = "../wireguard-control-sys", version = "1.5.0-beta.4" }
wireguard-control-sys = { path = "../wireguard-control-sys", version = "1.5.0-beta.5" }

[target.'cfg(not(target_os = "linux"))'.dependencies]
rand_core = "0.6"
Expand Down

0 comments on commit 9b1315b

Please sign in to comment.