Haven Platform Versions Save

Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place.

1.2.7

6 years ago

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

1.2.5

6 years ago

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

1.2.4

6 years ago

1.2.3

6 years ago

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

1.2.2

6 years ago

Bug fixes

docker run -d --name=cluman -p 8761:8761 --restart=always \
         -e "dm_kv_etcd_urls=http://$MASTER_IP:2379" codeabovelab/cluster-manager1.2.2

1.2.1

6 years ago

Simplified installation and minor UI improvements

Main Changes:

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

1.2.0

7 years ago

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

7 years ago

Contains minor fixes and dependency upgrades.

docker pull codeabovelab/cluster-manager:1.1.4

1.2.0-RC1

7 years ago

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

dm-parent-1.1.3

7 years ago
  1. Simplified configuration: removed dm.config.git.enabled property
  2. Added search at "Update" tab
  3. Updated swarm to 1.2.6
  4. 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