Skip to content

Releases: dotmesh-io/dotmesh

Dotmesh release-0.1.1

13 Feb 10:27
b8f8703
Compare
Choose a tag to compare

Dotmesh release-0.1.1


Dotmesh is a system for capturing, organizing and sharing application states. The first release of Dotmesh offers support for managing dots on Kubernetes and plain Docker clusters, and interoperability with the Dotmesh Hub.

This release includes the binary

  • dm : The dotmesh client, a git-like CLI for interacting with datadots.

The client can be used to install dotmesh-server, assuming you have Docker installed and your user account has access to the Docker daemon.

$ dm cluster init

This pulls the dotmesh server for this release.

  • dotmesh-server : The server-side component for storing datadots. This can be run on individual servers or a cluster.

The dotmesh server also package dynamic provisioner, and flex-volume driver. Dotmesh uses etcd, and ZFS under the hood to manage and store stateful information.

More information on the command line usage, features, installation instructions and concepts can be found at the Dotmesh Docs

Current binaries support OSX and Linux (nixOS and Ubuntu 16.04 LTS).

For more information about product support, team, and blog please head over to https://dotmesh.com/

For a list of current issues

Changes in this version

This is a patch release, with only one change of interest to users:

  • Internal build process changes, to make our CI better.

  • dotmesh#253: Automatic dm switch when there's only one dot available and we don't have one already selected. Better error handling for cases when there's no dot selected.

  • dotmesh#179: Tighten API permissions.

Dotmesh release-0.1.0

07 Feb 13:17
b8f8703
Compare
Choose a tag to compare

Dotmesh release-0.1.0


Dotmesh is a system for capturing, organizing and sharing application states. The first release of Dotmesh offers support for managing dots on Kubernetes and plain Docker clusters, and interoperability with the Dotmesh Hub.

This release includes the binary

  • dm : The dotmesh client, a git-like CLI for interacting with datadots.

The client can be used to install dotmesh-server, assuming you have Docker installed and your user account has access to the Docker daemon.

$ dm cluster init

This pulls the dotmesh server for this release.

  • dotmesh-server : The server-side component for storing datadots. This can be run on individual servers or a cluster.

The dotmesh server also package dynamic provisioner, and flex-volume driver. Dotmesh uses etcd, and ZFS under the hood to manage and store stateful information.

More information on the command line usage, features, installation instructions and concepts can be found at the Dotmesh Docs

Current binaries support OSX and Linux (nixOS and Ubuntu 16.04 LTS).

For more information about product support, team, and blog please head over to https://dotmesh.com/

For a list of current issues