Skip to content

Releases: eko/monday

v1.0.2

26 Jul 17:00
@eko eko
9a77e25
Compare
Choose a tag to compare

New Features

14c9500 Added shell completion cobra command
4189386 Added a way to specify a custom configuration path (fixes #6)

Others

9a77e25 Added vendors (to ease Homebrew installation)

v1.0.1

26 Jul 17:03
@eko eko
19d5fe9
Compare
Choose a tag to compare

New Features

901525f Add auth plugins for k8s client

v1.0.0

26 Jul 17:04
@eko eko
5654e62
Compare
Choose a tag to compare

New Features

0523cf2 Added ability to specify a custom Kubernetes config path (fixes #4)

Fixes

5654e62 Fixed network nil condition on IP attribution

Others

dce4472 Added some proxy unit tests
fff4eb4 Update README.md
27abf33 Updated README

v0.0.9

26 Jul 17:06
@eko eko
5baa59a
Compare
Choose a tag to compare

New Features

35c2cfe Added a new forward type: proxy (tcp proxy)
0665b1c Added a way to specify stop commands for local apps

Fixes

0be011d Fixed local app process to kill and restart properly
0c03161 Fixed upgrade command to use GitHub release tag_name instead of name

Others

5baa59a Updated Monday schema
1fdec2f Added unit tests on file watcher component
fb418fb Added some unit tests on forwarders and runner
d983247 Added Kubernetes port-forward unit test by mocking Kubernetes client
c30d5a2 Added some unit tests on config and logstreamer
b4e17a0 Added some unit tests, mainly about configuration

v0.0.8

26 Jul 17:07
@eko eko
ec99b90
Compare
Choose a tag to compare

New Features

51d9f95 Added ability to run a project with "run" command

Fixes

a5ccab3 Fixed concurrent map issue on forwarder
174801d Fixed setup output

Others

ec99b90 Added unit tests base
2a1800b Added a Makefile with a build target to build project from sources