Skip to content

Releases: valexsantos/mkit

v0.6.3

24 Apr 17:15
d59a034
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

08 Mar 13:59
6a31b9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Feb 20:38
ea15177
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

24 Feb 19:49
dc01d25
Compare
Choose a tag to compare

What's Changed

  • SSL and Authorization support (server, client and proxy) by @valexsantos in #9

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Feb 09:39
1bae893
Compare
Choose a tag to compare

Summary

MKIt client config support

Description

On mkitc first call, default configuration will be copied to $HOME/.mkit with localdefault profile set.

You can add more servers and change active profile with $mkitc profile set <profile_name>, e.g. $mkitc profile set server_2

# ~/.mkit/mkitc_config.yml
mkit:
  local: 
    server.uri: http://localhost:4567
  server_2:  # you can add more servers. change the client active profile with mkitc profile command
    server.uri: http://192.168.29.232:4567

Usage

$ mkitc help profile

Usage: mkitc profile <[set <profile_name>]|[show]>

mkit client configuration profile

Options:
set        set mkit client configuration profile
show       show mkit client current profile

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

12 Feb 17:26
00cd0b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

02 Feb 17:39
1c1b691
Compare
Choose a tag to compare

What's Changed

  • Client update by @valexsantos in #3
    • server message format
    • added client help messages
    • client args parser rebuild
    • added haproxy control commands
    • lint

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 Jan 18:19
Compare
Choose a tag to compare
  • force transaction on create/update service
  • 500 - internal server error msg update

Full Changelog: v0.4.0...v0.4.1

v0.4.0

18 Jan 19:22
b447231
Compare
Choose a tag to compare

What's Changed

  • haproxy improves by @valexsantos in #2
    • add port range support to haproxy template
    • fix haproxy systemd startup issue after a reboot - haproxy restart forced after all interfaces are created
    • error handling - show_exceptions false
    • added controllers default error handler

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Jan 14:46
Compare
Choose a tag to compare