Skip to content

Releases: guumaster/hostctl

v1.1.4

02 May 12:26
Compare
Choose a tag to compare

Changelog

v1.1.3

24 Aug 14:25
Compare
Choose a tag to compare

Changelog

  • 477768c small code refactor and import organization
  • 8c0cb76 include check for wrong formatted commit. Closes #79
  • 8feeb81 Update Go version to 1.19 (#85)

v1.1.2

16 Mar 09:57
06a5c52
Compare
Choose a tag to compare

Changelog

v1.1.1

03 Aug 19:48
Compare
Choose a tag to compare

Changelog

6f4e108 add contributors
e760e97 add arm64 arch to goreleaser.

v1.1.0

13 Jul 11:44
Compare
Choose a tag to compare

Changelog

06a9253 update golangci-lint rules and code.
9477b29 feat: treat pairs domain/ip always as uniq. Fixes #71
2c4ea86 add contributors

v1.0.15

13 Jul 08:51
Compare
Choose a tag to compare

Changelog

fc23871 Preventing comments from getting into entries (#74)

v1.0.14

21 Jul 15:10
Compare
Choose a tag to compare

Changelog

8a47f33 update go.sum with docker

v1.0.13

21 Jul 06:44
Compare
Choose a tag to compare

Changelog

3accd83 fix goreleaser pipeline.
8d7eeb1 fix goreleaser pipeline.

v1.0.12

20 Jul 20:15
Compare
Choose a tag to compare

Changelog

f018d79 update deps
4052215 tests for wait and post actions
6b11e67 tests all the things! 🎉
94e33d1 refactor some parser methods
ccf5f12 refactor integration tests to be more readable and maintainable
c2ea151 refactor files and packages
575f94f refactor each commands to functions. remove all init functions
6efbd9e new output targets. more tests
95c338a new output targets. add more tests
9fb05bb move commands outside of pkg
89ef61c more tests
93ecb2c more tests
b141843 go mod tidy
63361c9 fix: remove snap support.
ee5a71f fix readFromURL test
fa9ae14 fix hostctl header and skip consecutive empty lines.
18665d0 fix goreleaser pipeline.
de6ede1 change MergeProfiles to work with slice of profiles instead of Content
64812c3 better method naming, change from (ip, hosts) signature to ([]route). more tests.
60a8e1f add tests for AddRoutes to new profile
ba7f656 add simple logger with colors. move output header to info instead of help.
f048f62 add readFromUrl feature. add output for json and markdown.

v1.0.11

21 Apr 09:51
Compare
Choose a tag to compare

Changelog

1e50e57 remove snap for v1.0.11
7c47aa1 fix hostctl header on file and skip empty lines.