Skip to content

Releases: pachyderm/pachyderm

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.

pfs v0.4

11 Feb 22:39
Compare
Choose a tag to compare

New features:

  • pfs now runs a local Docker registry within the cluster
  • pfs now runs a git daemon within the cluster
  • jobs can now be launched via git push
  • jobs can reference s3 as their input
  • development can be orchestrated via git push as well

pfs v0.3

24 Jan 01:34
Compare
Choose a tag to compare

v0.3 - 1/23/15

New features:

  • Pachyderm MapReduce
  • /job route for creating MapReduce jobs

pfs v0.2

11 Dec 17:14
Compare
Choose a tag to compare

pfs 0.2 - 12/11/14

New Features:

  • Support for branching via /branch
  • The /pfs route is now /file
  • Test suite