Skip to content

Tags: wung/kong

Tags

0.8.0

Toggle 0.8.0's commit message
Merge with release/0.8.0

0.7.0

Toggle 0.7.0's commit message
Merge pull request Kong#1019 from Mashape/chore/serf

Improving the performance of Serf

0.6.1

Toggle 0.6.1's commit message
chore(rockspec) bump to 0.6.1

0.6.0

Toggle 0.6.0's commit message
Removing print message

0.6.0rc3

Toggle 0.6.0rc3's commit message
version bump

0.6.0rc2

Toggle 0.6.0rc2's commit message
Adding user

0.6.0rc1

Toggle 0.6.0rc1's commit message
Version bump

0.5.4

Toggle 0.5.4's commit message
release: 0.5.4

0.5.3

Toggle 0.5.3's commit message
[hotfix/galileo] path fix

0.5.2

Toggle 0.5.2's commit message
fix(cli) re-enable search in $PATH for nginx executable

Since IO.file_exists was being called and of course returned false when
called with just `nginx`, the command was never executed, and no chance
was given to the shell to try to find the executable in the $PATH.

Fix Kong#610