Skip to content

Releases: pachyderm/pachyderm

v0.8.2

17 Jun 20:42
Compare
Choose a tag to compare

This point release contains a few minor features and bug fixes:

  • allows wrapping in Pachfiles
  • pps now works with local images
  • docker host can now be set with an environment variable
  • pfs now sets content type for data it serves over http

v0.8.1

15 Jun 23:29
Compare
Choose a tag to compare

This release contains a small fix to lib/mapreduce that fixes its tests.

v0.8 - Pipelines and AWS Cloud Template

12 Jun 02:34
Compare
Choose a tag to compare
Merge pull request #76 from pachyderm/next

v0.8

Release Candidate 1 for v0.8

07 Jun 23:36
Compare
Choose a tag to compare

This release contains changes for easily spinning up Pachyderm clusters on AWS.

Cloud Template

22 May 22:17
Compare
Choose a tag to compare

This release adds a Cloud Formation template and modifies deploy a bit to work with the template.

Replication

20 May 06:31
Compare
Choose a tag to compare
v0.7

Fixes the launc scripts to make `scripts/launch` distributable.

Replication

14 May 23:52
Compare
Choose a tag to compare
Replication Pre-release
Pre-release

First release with replication.
By clusters will store 3 copies of the data.
Pfs uses etcd to achieve automatic, in the event of a netsplit whichever side can still write to etcd will wind up with a working pfs cluster.

This release also adds a much more rigorous test suite.

v0.6 - Various bug fixes and scalability improvements

14 Apr 08:18
Compare
Choose a tag to compare

This release hardens the pipeline code to various errors that can occur in user submitted jobs such as memory leaks and infinite loops. It also fixes several concurrency bugs in the pipelines.

v0.5 - Single Shard Mode

14 Mar 01:25
Compare
Choose a tag to compare

New Features:

  • Single node mode
  • btrfs dependency is now much more resilient, this helps pfs to run correctly on platforms besides CoreOS
  • Jobs now accept limit, parallel and timeout parameters which give better control over execution and allow downsampling

v.0.4.1 Dev scripts fixes

20 Feb 10:02
Compare
Choose a tag to compare

This release fixes the scripts scripts/dev-intall and scripts/dev-post-receive.