- fixed glu-31: Agent exception when no persistent properties files
This version is highly recommended for glu-27 specifically which may prevent the agent to recover properly. It affects all previous versions of the agent.
- fixed glu-26: agent cli fails when using spaces
- fixed glu-27: Unexpected exception can disable the agent
-
fixed glu-22: jetty glu script (1.6.0) does not handle restart properly
-
Implemented glu-25: add tagging capability
Dashboard View:
Agent View:
Configurable:
- workaround for glu-19: New users aren't displayed at /console/admin/user/list
- fixed glu-20: Race condition while upgrading the agent
- Implemented glu-12: better packaging
- fixed glu-1: Agent name and fabric are not preserved upon restart
- fixed glu-9: Using http://name:pass@host:port is broken when uploading a model to /system/model
- Implemented glu-16: Use ip address instead of canonical name for Console->Agent communication
- Updated Copyright
- changed the tutorial to deploy jetty and the sample webapps to better demonstrate the capabilities of glu
- added jetty glu script which demonstrates a 'real' glu script and allows to deploy a webapp container with webapps and monitor them
- added sample webapp with built in monitoring capabilities
- added
replaceTokens
andhttpHead
toshell
(for use in glu script) - added
Help
tab in the console with embedded forum - Implemented glu-12 (partially): better packaging
- fixed glu-13: missing connection string in setup-zookeeper.sh
- fixed glu-10: missing -s $GLU_ZK_CONNECT_STRING in setup-agent.sh (thanks to Ran)
- fixed glu-11: missing glu.agent.port when not using default value
- fixed glu-8: added support for urls with basic authentication (thanks to Ran)
- added console cli (
org.linkedin.glu.console-cli
) which talks to the REST api of the console - changed tutorial to add a section which demonstrates the use of the new cli
- added the glu logo (thanks to Markus for the logos)
- use of gradle-plugins 1.5.0 which now uses gradle 0.9
- added packaging for all clis
- added
org.linkedin.glu.packaging-all
which contains all binaries + quick tutorial - added
org.linkedin.glu.console-server
for a standalone console (using jetty under the cover) - moved keys to a top-level folder (
dev-keys
) - minor change in the console to handle the case where there is no fabric better
- new tutorial based on pre-built binaries (
org.linkedin.glu.packaging-all
)
- use of linkedin-utils 1.2.1 which fixes the issue of password not being masked properly
- use of linkedin-zookeeper 1.2.1
- use of gradle-plugins 1.3.1
- fixes issue in agent cli (exception when parsing configuration)
- First release