Skip to content

Releases: codeabovelab/haven-platform

Bug fixes

28 Oct 11:42
Compare
Choose a tag to compare

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

10 Oct 13:54
Compare
Choose a tag to compare

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

09 Oct 07:07
Compare
Choose a tag to compare

Dependencies updates & bug fixes

05 Aug 14:42
Compare
Choose a tag to compare

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

29 May 15:59
Compare
Choose a tag to compare

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

Simplified installation

17 May 14:51
Compare
Choose a tag to compare

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

Swarm Mode Support

04 May 11:58
Compare
Choose a tag to compare

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

07 Mar 09:29
Compare
Choose a tag to compare

Contains minor fixes and dependency upgrades.

docker pull codeabovelab/cluster-manager:1.1.4

1.2.0-RC1

19 Feb 16:42
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release

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

15 Jan 15:27
Compare
Choose a tag to compare
  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