Skip to content

Commit

Permalink
meta: release v1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Apr 9, 2021
1 parent c370c25 commit 6c55daf
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 10 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.

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.0.2-rc.2"
version = "1.1.0-rc.1"

[[bin]]
name = "innernet"
Expand Down
36 changes: 36 additions & 0 deletions doc/innernet-server.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH INNERNET-SERVER "8" "April 2021" "innernet-server 1.1.0-rc.1" "System Administration Utilities"
.SH NAME
innernet-server \- manual page for innernet-server 1.1.0-rc.1
.SH DESCRIPTION
innernet\-server 1.1.0\-rc.1
A server to coordinate innernet networks.
.SS "USAGE:"
.IP
innernet\-server <SUBCOMMAND>
.SS "FLAGS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.SS "SUBCOMMANDS:"
.TP
add\-cidr
Add a new CIDR to an existing network
.TP
add\-peer
Add a peer to an existing network
.TP
help
Prints this message or the help of the given subcommand(s)
.TP
new
Create a new network
.TP
serve
Serve the coordinating server for an existing network
.TP
uninstall
Permanently uninstall a created network, rendering it unusable. Use with care
Binary file modified doc/innernet-server.8.gz
Binary file not shown.
66 changes: 66 additions & 0 deletions doc/innernet.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH INNERNET "8" "April 2021" "innernet 1.1.0-rc.1" "System Administration Utilities"
.SH NAME
innernet \- manual page for innernet 1.1.0-rc.1
.SH DESCRIPTION
innernet 1.1.0\-rc.1
A client to manage innernet network interfaces.
.SS "USAGE:"
.IP
innernet [SUBCOMMAND]
.SS "FLAGS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.SS "SUBCOMMANDS:"
.TP
add\-association
Add an association between CIDRs
.TP
add\-cidr
Add a new CIDR
.TP
add\-peer
Add a new peer
.TP
delete\-association
Delete an association between CIDRs
.TP
disable\-peer
Disable an enabled peer
.TP
down
Bring down the interface (equivalent to "wg\-quick down [interface]")
.TP
enable\-peer
Enable a disabled peer
.TP
fetch
Fetch and update your local interface with the latest peer list
.TP
help
Prints this message or the help of the given subcommand(s)
.TP
install
Install a new innernet config
.TP
list\-associations
List existing assocations between CIDRs
.TP
override\-endpoint
Override your external endpoint that the server sends to other peers
.TP
set\-listen\-port
Set the local listen port
.TP
show
Enumerate all innernet connections
.TP
uninstall
Uninstall an innernet network
.TP
up
Bring up your local interface, and update it with latest peer list
Binary file modified doc/innernet.8.gz
Binary file not shown.
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.0.2-rc.2"
version = "1.1.0-rc.1"

[[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.0.2-rc.2"
version = "1.1.0-rc.1"

[dependencies]
colored = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion wgctrl-rs/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 = "wgctrl"
publish = false
readme = "../README.md"
version = "1.0.2-rc.2"
version = "1.1.0-rc.1"

[dependencies]
base64 = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion wgctrl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "wgctrl-sys"
publish = false
readme = "../README.md"
repository = "https://gitlab.com/K900/wgctrl-rs"
version = "1.0.2-rc.2"
version = "1.1.0-rc.1"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit 6c55daf

Please sign in to comment.