hostctl v1.0.14 Release Notes

Release Date: 2020-07-21 // over 3 years ago
  • ๐Ÿ”„ Changelog

    โšก๏ธ 8a47f33 update go.sum with docker


Previous changes from v1.0.12

  • ๐Ÿ”„ 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.