Skip to content

Releases: eko/monday

v1.0.12

15 Jan 18:23
@eko eko
fa84095
Compare
Choose a tag to compare

Fixes

fa84095 Fixed missing return statement on proxy (fixed #27)

v1.0.11

15 Jan 17:44
@eko eko
c57c858
Compare
Choose a tag to compare

Fixes

c57c858 Fixed missing return statement on proxy (fixed #27)
fdf0060 Fixed unusued dependencies
9b91ffd Add new line after error message

Other

1309aa9 Bump github.com/manifoldco/promptui from 0.6.0 to 0.7.0
1d3931d Bump github.com/txn2/txeh from 1.2.2 to 1.3.0
3e00559 Bump github.com/manifoldco/promptui from 0.3.2 to 0.6.0
da29a40 Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7

v1.0.10

13 Nov 11:10
@eko eko
904ea13
Compare
Choose a tag to compare

Other

904ea13 Fixed travis-ci github token

v1.0.9

11 Nov 13:37
@eko eko
6f283cb
Compare
Choose a tag to compare

Fixes

6f283cb Fixed applications to be killed and relaunched correctly by file watcher
012a2ac Fixed path to be expanded at the beginning, allowing to specify env vars

Other

1ce31e1 Bump github.com/manifoldco/promptui from 0.3.1 to 0.3.2
a94d7ef Bump github.com/stretchr/testify from 1.3.0 to 1.4.0
fcc3ad3 Bump github.com/txn2/txeh from 1.2.0 to 1.2.2
0eef344 Bump github.com/spf13/cobra from 0.0.3 to 0.0.5
bd94617 Bump github.com/radovskyb/watcher from 1.0.6 to 1.0.7
be3932b Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.5

v1.0.8

05 Oct 07:28
@eko eko
fbfd599
Compare
Choose a tag to compare

New Features

1ea0a53 Added a new "forward_hostname" option for SSH port-forwarding

Fixes

28814a4 add a newline after printing config load error

v1.0.7

25 Sep 05:45
@eko eko
f42ef00
Compare
Choose a tag to compare

New Features

fd5e89f Added support for an environment variable file on local apps
f71fea9 Added a monday docker image
c18da07 Added runtime internal component and MONDAY_EDITOR to specify editor

Fixes

b3a6307 Fixed go binary to be found using user's env
c58c529 Fixed README arm architecture download link

Others

f42ef00 Upgrade k8s tools dependencies
04860b2 Downgrade manifoldco/promptui to v0.3.1 because of dependencies

v1.0.6

13 Sep 12:10
@eko eko
4135865
Compare
Choose a tag to compare

New Features

9a53b83 Add option to disable proxy for kubernetes forwards

Fixes

fb16d48 Fixed networking ip assignation depending on OS

Other

4135865 Added an example of new disable_proxy option by @kelseyfrose
e0f210b Added environment variables information in README file

v1.0.5

29 Aug 15:13
@eko eko
7203c94
Compare
Choose a tag to compare

New Features

7203c94 Make UI activable using --ui or MONDAY_ENABLE_UI env var

Fixes

23fd98b Fixed config init/edition to be opened with a tool available on user OS
e11b5ea Fixed missing return on proxy handleConnections when an error occurs

Other

0b83f57 Added Monday GUI application link
9e7b5f7 Moved UI from internal to pkg (will be used by dependencies)
eed47bf Moved config from internal to external in order to allow import
db97123 Added Slack community space invitation link

v1.0.4

02 Aug 15:17
@eko eko
dea8136
Compare
Choose a tag to compare

Fixes

da47553 Fixed network interface to be determined automatically

Other

e3d08c0 Create FUNDING.yml
c420070 Added contribution templates

v1.0.3

30 Jul 16:27
@eko eko
fb55b7a
Compare
Choose a tag to compare

New Features

3b4eecf Added terminal UI

Others

ac8c269 Added Homebrew installation way in README.md