Skip to content

Releases: pachyderm/pachyderm

2.10.0-alpha.3

13 Mar 20:46
394ba11
Compare
Choose a tag to compare
2.10.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.10.0-alpha.2...v2.10.0-alpha.3

2.9.2

13 Mar 15:56
48db8ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.1...v2.9.2

2.8.6

13 Mar 17:27
8b744c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.5...v2.8.6

2.7.7

13 Mar 19:37
29317b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.6...v2.7.7

2.8.5

29 Feb 18:39
3823ba0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.4...v2.8.5

2.10.0-alpha.2

28 Feb 21:47
21a7d80
Compare
Choose a tag to compare
2.10.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.9.0-nightly.20240129...v2.10.0-alpha.2

2.9.1

28 Feb 18:46
01b7337
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.9.1

2.9.0

21 Feb 20:12
61a096f
Compare
Choose a tag to compare

What's Changed

CORE

  • Improve Delete Branch message w/ Prov, Triggers - #9610
  • Identity Service Provisions Cross System Users and Groups on login - #9437
  • Make sure self reference is impossible in edges. - #9510
  • Sort CommitSets in descending order - #9548
  • make proto for python - #9591
  • Update Determined Helm Values - #9660
  • check for not found errors - #9546
  • parameterize the number of threads for collect - #9585
  • Remove conditional build on go1.20 - #9561
  • Bazelify "make proto" - #9578
  • Copy over protoc output files in src/github.com/... - #9623
  • Build Go with Bazel - #9614
  • Disable remote cache by default - #9635
  • Replace github.com/ghodss/yaml with sigs.k8s.io/yaml - #8805
  • Change Postgres SSL from disabled to prefer - #9653
  • Run all non-k8s go tests with bazel - #9626
  • Use gazelle -mode=diff instead of gazelle --mode=fix; git diff in CI - #9668
  • Container push + helm upgrade PoC - #9622
  • move "vet" checks from golangci-lint to nogo - #9671
  • kindenv: Test config / port allocation - #9675
  • upgrade CI image after bazel upgrade yesterday - #9684
  • Build a container with pachd built in coverage mode - #9686
  • pachdev: Allow users to set a custom console version - #9683
  • pachdev: add a command to generate a coverage report - #9682
  • Upgrade bazel - #9708
  • Enable and split object storage provider tests - #9717
  • go 1.22 - #9723
  • adjust workspace_status to respect tags - #9726
  • Allow setting a unique tag for the worker image - #9734
  • debug: jobs: assume limit == 0 means "no limit" - #9735
  • pipeline worker alerts and check status - #9461
  • update det helm templates 0.27.1 for 2.9.0 - #9673
  • Update values in det section for chart update - #9678
  • Add/update tests for project defaults - #9500
  • Remove details argument from ListPipelineRequest - #9509
  • Add context to client.IsAPIActive - #9558
  • pachctl project defaults lifecycle tests - #9547
  • Add project defaults to pachctl inspect project - #9567
  • Add context to client.GetClusterRoleBinding - #9560
  • Serve sidecar metrics - #9612
  • Expose storage container metrics - #9618
  • Declare user container metrics port similarly to storage sidecar metrics port - #9628
  • Use minikubetestenv to deploy Prometheus - #9645
  • Get logs for all pipelines, even if they're not running - #9749
  • debug: jobs: assume limit == 0 means "no limit" - #9736

PFS

  • Process preprocessing tasks in pachw - #9619
  • Use PFS client rather than pachclient in PPS worker - #9707
  • Remove malformed key check - #9724
  • Remove Unused Object Storage Load Test - #9583
  • Use Go CDK For Object Storage Everywhere - #9587
  • Pass Through Buckets for Workers and Testing Code - #9598
  • Update Documentation for Go CDK Enabled and Storage URL - #9611
  • Check If a Chunk Exists After Uploading It - #9634
  • Add the Option to Just Return a Diff from GetFileSet - #9633
  • Update realenv to Use the Object Storage Bucket Backend - #9652
  • Lock all tables during a migration transaction - #9722

INT

  • Mount Server Emulate pipeline validation for input spec when mounting datums - #9458
  • Add shard config parameters to ShardFileSet RPC - #9685
  • Add CreateDatum RPC skeleton - #9689
  • Rename "Mount" to "Load" in Explore and Test views - #9621
  • Support packaging external files - #9630
  • Paginated background loading of files for View Datum and PFS - #9665
  • Search in file explorer - #9692
  • Infinite scroll in file explorer - #9715
  • Fix local cypress tests for Arch Linux VM Dev Env - #9728
  • containerize documentation generation - #9497
  • Jupyter Better handling of PFSConentManager errors - #9494
  • Add config file write support - #9600
  • Jupyter correct readme and cap jupyterlab version - #9620
  • Jupyter Remove unused pycurl dependency - #9632
  • Jupyter Use of datetime.datetime.min may throw errors - #9631
  • Jupyter Writing config files and Auth bugfixes - #9624
  • Python Update betterproto compiler - #9672
  • Jupyter relative path for notebook requirements file - #9680
  • Jupyter Change login url to https for secure connections - #9677
  • Python epin black dependency - #9690
  • Jupyter Use MINIO storage (not LOCAL) - #9700
  • Jupyter Tabs (lumino) - #9696
  • Jupyter Allow uninstantiated pachyderm clients - #9705
  • Jupyter Prevent a bad config from being stored - #9711
  • Jupyter Remove dev_server from tests - #9713
  • Jupyter Add UNKNOWN cluster status state - #9719
  • Jupyter Prevent error popups when no connected to cluster - #9721
  • Python-SDK Fix serialization error not being caught. - #9733
  • remove mount-server from jupyterlab-pachyderm extension - #9563
  • Jupyter extension Add functionality to download a datum - #9574
  • Jupyter extension skip test that sometimes hangs on mounting datum - #9616
  • re-enable jupyter extension e2e tests - #9638
  • jupyter extension add download file/dir functionality - #9664
  • jupyter extension show error dialog when there is an error downloading files - #9667
  • jupyter extension - create config parent directory if it doesn't exist - #9676
  • Jupyter Extension - Support naming mounts for explore view - #9681
  • clear mounted datums before new datums - #9716
  • jupyter extension - make input spec non-resizeable - #9720

Full Changelog: v2.8.4...v2.9.0

2.9.0-rc.1

01 Feb 16:37
326e5ee
Compare
Choose a tag to compare
2.9.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.9.0-nightly.20240129...v2.9.0-rc.1

2.8.4

31 Jan 19:00
351608d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.3...v2.8.4