Skip to content

Releases: crc-org/admin-helper

Bump hostsfile lib

03 Jun 12:59
fee0d77
Compare
Choose a tag to compare
Merge pull request #20 from guillaumerose/bumphostsfile

Correctly close fd when checking if hosts file is writable

Add daemon mode

02 Jun 07:56
d224770
Compare
Choose a tag to compare
Add daemon mode Pre-release
Pre-release

Preview version for development purpose

4th release: change the binary name

25 May 13:10
ee7100e
Compare
Choose a tag to compare
Pre-release

Binary name is now prefixed by crc-.

Third release

17 Mar 09:17
2d7f65e
Compare
Choose a tag to compare

d614eb6 Verify hosts to delete instead of suffixes when cleaning hosts file
c4a3d99 spec: Autogenerate Requires: bundled()
1cce8dc Refuse to change hosts with suffixes not in the allowed list
bbaac37 build: Add spec file
6e683d9 build: allow to change go build flags
253610c Update vendor and golang version
851d138 Don't compress admin-helper release binaries
46e6c9b Don't check if hosts file is writable for Contains
f94c3ac Add contains command
09afd08 Use correct EOL for Windows in tests
188baf4 Add AppVeyor
d175112 Dont print usage when an error occurs
fbe30d8 Add test and lint targets in the Makefile
2f8a4c1 Ensure added host entries are sorted
3a1d7cb Add unit tests for hosts file edits
27d71af Add version flag in README

Second release

13 Jan 13:46
7071d67
Compare
Choose a tag to compare

7071d67 Merge pull request #5 from guillaumerose/releasexz
851d138 Don't compress admin-helper release binaries
162f3bb Merge pull request #4 from guillaumerose/contains
46e6c9b Don't check if hosts file is writable for Contains
f94c3ac Add contains command
6174a02 Merge pull request #2 from guillaumerose/tests
09afd08 Use correct EOL for Windows in tests
188baf4 Add AppVeyor
d175112 Dont print usage when an error occurs
fbe30d8 Add test and lint targets in the Makefile
2f8a4c1 Ensure added host entries are sorted
3a1d7cb Add unit tests for hosts file edits

First release

25 Nov 09:00
dcf148c
Compare
Choose a tag to compare

Initial release, include only the necessary parts of the goodhosts CLI.