Releases: codeabovelab/haven-platform
Releases · codeabovelab/haven-platform
Bug fixes
Main Changes:
- Fixes for new docker
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.7
Bug fixes
Main Changes:
- UI: changed port order, fixed restart policy
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.5
Added support of latest docker engine
1.2.4 version: 1.2.4
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
Bug fixes
Simplified installation
Simplified installation and minor UI improvements
Main Changes:
- Swarm-mode installation doesn't require changing docker settings anymore (see https://github.com/codeabovelab/haven-platform/blob/master/doc/installation.md)
- Simplified updating external settings
- Container tty
See full list of changes:
https://github.com/codeabovelab/haven-platform/milestone/5?closed=1
docker run -d --name=cluman -p 8761:8761 --restart=always \
-e "dm_kv_etcd_urls=http://$MASTER_IP:2379" codeabovelab/cluster-manager1.2.1
Swarm Mode Support
Swarm mode support and other new functionalities
Main Changes:
- Swarm-mode support
- Network management
- Volumes management
- Container/service cloning with ability to change settings during cloning
- Agent-less installation
- Support of encrypted communication with Docker
See full list of changes:
https://github.com/codeabovelab/haven-platform/milestone/1?closed=1
docker pull codeabovelab/cluster-manager:1.2.0
1.1.4
1.2.0-RC1
Major release with swarm mode support and a lot of other features
https://github.com/codeabovelab/haven-platform/milestone/1
docker pull codeabovelab/cluster-manager:1.2.0-SNAPSHOT
1.1.3
- Simplified configuration: removed dm.config.git.enabled property
- Added search at "Update" tab
- Updated swarm to 1.2.6
- Allowed to remove env variable fields in create container dialog (add "-" button to every field)
https://github.com/codeabovelab/haven-platform/milestone/3?closed=1
docker pull codeabovelab/cluster-manager:1.1.3