File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "net"
55const (
66 // Version of the REST API, not implementation version.
77 // See openapi.yaml for the definition.
8- Version = "1.1.1 "
8+ Version = "1.1.2 "
99)
1010
1111// Info is the structure returned by `GET /info`
@@ -24,7 +24,7 @@ type NetworkDriverInfo struct {
2424 DNS []net.IP `json:"dns,omitempty"`
2525 ChildIP net.IP `json:"childIP,omitempty"` // since API v1.1.1 (RootlessKit v0.14.1)
2626 DynamicChildIP bool `json:"dynamicChildIP,omitempty"` // since API v1.1.1
27- IPv6 bool `json:"ipv6,omitempty"` // since API v1.1.1
27+ IPv6 bool `json:"ipv6,omitempty"` // since API v1.1.2
2828}
2929
3030// PortDriverInfo in Info
Original file line number Diff line number Diff line change 11# When you made a change to this YAML, please validate with https://editor.swagger.io
22openapi : 3.0.3
33info :
4- version : 1.1.1
4+ version : 1.1.2
55 title : RootlessKit API
66servers :
77 - url : ' http://rootlesskit/v1'
You can’t perform that action at this time.
0 commit comments