hostctl v1.0.14 Release Notes

Release Date: 2020-07-21 // almost 4 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.