Dependencies updates & bug fixes
Main Changes:
- Updated docker swarm to 1.2.8
- Dependencies updated (Spring-boot 1.5.6, Netty 4.1.7)
- Change LocalDateTime -> ZonedDateTime (fix time issue)
- Fix content type in HttpMessageConverter
For installing read:
https://github.com/codeabovelab/haven-platform/blob/master/doc/installation.md
For updating:
docker stop cluman && docker rm cluman && \
docker run -d --name=cluman -p 8761:8761 --restart=unless-stopped \
-e "dm_kv_etcd_urls=http://$MASTER_IP:2379" codeabovelab/cluster-manager:1.2.3