Skip to content

Releases: pachyderm/pachyderm

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

pfs v0.1

26 Nov 22:52
Compare
Choose a tag to compare

pfs 0.1 - 11/11/14

This is the first public release of pfs.

Features:

  • Basic CRUD operations for the filesystem
  • Commit
  • Accessing data from previous commits
  • Sharding