Releases: davegallant/vpngate
v0.3.1
v0.3.0
What's Changed
- Add initial support for Windows by @davegallant in #132
- Fix issue with openvpn 2.6 data-ciphers
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- Add --proxy and --socks5 flags to list command
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #98
- Update README.md by @davegallant in #99
- Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 by @dependabot in #100
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #101
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #102
- Bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 by @dependabot in #103
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #104
- Bump actions/checkout from 3 to 4 by @dependabot in #105
- Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #106
- Bump github.com/spf13/afero from 1.9.5 to 1.10.0 by @dependabot in #107
- Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #108
- Bump dependencies by @davegallant in #109
- Bump github.com/nxadm/tail from 1.4.8 to 1.4.11 by @dependabot in #110
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #111
- Bump github.com/spf13/afero from 1.10.0 to 1.11.0 by @dependabot in #112
- Bump github.com/jszwec/csvutil from 1.8.0 to 1.9.0 by @dependabot in #113
- Bump actions/setup-go from 4 to 5 by @dependabot in #114
- Configure Renovate by @renovate in #115
- Update module github.com/jszwec/csvutil to v1.10.0 by @renovate in #117
- Update module github.com/rs/zerolog to v1.32.0 by @renovate in #118
- Update golangci/golangci-lint-action action to v4 by @renovate in #119
- Update module github.com/stretchr/testify to v1.9.0 by @renovate in #120
- Update golangci/golangci-lint-action action to v6 by @renovate in #122
- Update module github.com/rs/zerolog to v1.33.0 by @renovate in #123
- Update module github.com/spf13/cobra to v1.8.1 by @renovate in #125
- Update goreleaser/goreleaser-action action to v6 by @renovate in #124
- Add support for HTTP and SOCKS5 proxies by @davegallant in #127
- Update module golang.org/x/net to v0.23.0 [SECURITY] by @renovate in #129
- Update module golang.org/x/net to v0.27.0 by @renovate in #130
New Contributors
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- Bump github.com/spf13/afero from 1.9.4 to 1.9.5 by @dependabot in #94
- Bump actions/setup-go from 3 to 4 by @dependabot in #95
- Strip out quotes by @davegallant in #97
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Bump github.com/spf13/afero from 1.9.3 to 1.9.4 by @dependabot in #90
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #91
- Remove use of ioutil package by @davegallant in #93
- Bump github.com/jszwec/csvutil from 1.7.1 to 1.8.0 by @dependabot in #92
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #88
- Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 by @dependabot in #89
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Improve and simplify installation using homebrew by @davegallant in #50
- Bump github.com/rs/zerolog from 1.24.0 to 1.25.0 by @dependabot in #51
- Bump github.com/AlecAivazis/survey/v2 from 2.3.1 to 2.3.2 by @dependabot in #52
- Bump github.com/rs/zerolog from 1.25.0 to 1.26.0 by @dependabot in #54
- Bump github.com/jszwec/csvutil from 1.5.1 to 1.6.0 by @dependabot in #55
- Run gofumpt on the codebase by @davegallant in #58
- Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #56
- Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4 by @dependabot in #67
- Bump github.com/spf13/afero from 1.6.0 to 1.8.2 by @dependabot in #64
- Bump actions/checkout from 2 to 3 by @dependabot in #68
- Bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #70
- Bump actions/setup-go from 2 to 3 by @dependabot in #69
- Bump goreleaser/goreleaser-action from 2 to 3 by @dependabot in #71
- Bump dependencies by @davegallant in #82
- Bump github.com/spf13/afero from 1.9.2 to 1.9.3 by @dependabot in #87
- Bump github.com/stretchr/testify from 1.7.0 to 1.8.1 by @dependabot in #85
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #86
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Changelog
Thanks to Mark Francisco for pointing out that ARM64 was not being published.
990fd07 Add arm/arm64 to goreleaser (#49)
1ee2b2e Bump github.com/AlecAivazis/survey/v2 from 2.2.16 to 2.3.1 (#46)
5632a10 Bump github.com/jszwec/csvutil from 1.5.0 to 1.5.1 (#47)
f47f61c Bump github.com/rs/zerolog from 1.23.0 to 1.24.0 (#48)
v0.1.0
Changelog
c3c4bb4 Add --reconnect flag (#43)
ce7cd9f Add CGO_ENABLED=0 to README.md (#13)
7b4d987 Add homebrew releaser (#44)
d3c2279 Add parsing tests (#17)
7123788 Bump github.com/AlecAivazis/survey/v2 from 2.2.12 to 2.2.13 (#34)
2c01009 Bump github.com/AlecAivazis/survey/v2 from 2.2.13 to 2.2.14 (#37)
2bc3bdf Bump github.com/AlecAivazis/survey/v2 from 2.2.14 to 2.2.15 (#39)
9e2cec2 Bump github.com/AlecAivazis/survey/v2 from 2.2.15 to 2.2.16 (#40)
a94c750 Bump github.com/AlecAivazis/survey/v2 from 2.2.7 to 2.2.8 (#25)
0e00f83 Bump github.com/AlecAivazis/survey/v2 from 2.2.8 to 2.2.9 (#26)
36b41b4 Bump github.com/AlecAivazis/survey/v2 from 2.2.9 to 2.2.12 (#31)
6f41950 Bump github.com/jszwec/csvutil from 1.4.0 to 1.5.0 (#24)
76464e3 Bump github.com/nxadm/tail from 1.4.6 to 1.4.8 (#20)
12c6144 Bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5 (#23)
256e5c7 Bump github.com/rs/zerolog from 1.20.0 to 1.21.0 (#28)
9689f2e Bump github.com/rs/zerolog from 1.21.0 to 1.22.0 (#32)
a2ed28a Bump github.com/rs/zerolog from 1.22.0 to 1.23.0 (#33)
c8f946e Bump github.com/spf13/afero from 1.5.1 to 1.6.0 (#27)
7674198 Bump github.com/spf13/cobra from 1.1.1 to 1.1.2 (#21)
b1d14d9 Bump github.com/spf13/cobra from 1.1.2 to 1.1.3 (#22)
91f4b3b Bump github.com/spf13/cobra from 1.1.3 to 1.2.0 (#35)
f115b21 Bump github.com/spf13/cobra from 1.2.0 to 1.2.1 (#36)
0d9827d Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#18)
3ea6d32 Ensure clean exit of exec.Command
61f5779 Remove speedtest (#42)
f737d46 Update LICENSE (#29)
fb18c0a Update README.md