Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

VAMP 0.9.5

Latest
Compare
Choose a tag to compare
@ItsMeijers ItsMeijers released this 07 Jul 13:39
· 1788 commits to master since this release

7 July 2017

vamp095-sql

The 095 release of Vamp is focused on increasing stability, scalability and performance. An important new feature is support for SQL databases for storing persistence data. This also enables us to deliver powerful (enterprise) multi-tenancy features. We've also added support for multiple Zookeeper nodes and upgraded HAProxy.

What is new

  • SQL persistence - (#950)
  • Support for multiple zookeeper nodes
    • VAMP - #956
    • workflow-agent - #956
    • gateway-agent - #39
  • Docker-compose bugfixes - #945
  • Upgrade HAProxy to 1.7.5 in the vamp-gateway-agent #43

What has changed

  • Persistence of artifacts in Elasticsearch is no longer supported (Only pulse events and metrics can be stored in Elasticsearch)
  • Configuration of SQL Persistence

Known issues

  • When in Marathon/DCOS Zookeeper is unavailable/restarted Vamp can sometimes become out of sync, showing failed deployments when the deployments are running normally. Going into scale and saving syncs Vamp again.
  • The Vamp UI currently isn't fully responsive.
  • Showing container logs on DC/OS is a beta feature, that may not always work correctly.

All closed issues can be found here:

Vamp Core: https://github.com/magneticio/vamp/issues?q=is%3Aissue+milestone%3A0.9.5+is%3Aclosed
Vamp UI: https://github.com/magneticio/vamp-ui/issues?q=is%3Aissue+milestone%3A0.9.5+is%3Aclosed