azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
897 stars 63 forks source link

[Agent] Fix azk version check #459

Closed fearenales closed 9 years ago

fearenales commented 9 years ago

This PR intents to fix how azk checks if it's in the latest version. The original way was GETting https://api.github.com/repos/azukiapp/azk/tags, but with new tags, such as rc build tags, this is broken. The new way checks the package.json file from the branch stable, which means the latest stable release available in fact.