v0.14.5
tornado404
released this
04 Nov 07:41
·
39 commits
to release-0.14.5
since this release
What's Changed
- Fs by @ElsieFan in #639
- csi: request = 0 by @ElsieFan in #640
- Affinity2 by @ElsieFan in #645
- there is no class name Match in python3.6's re module by @HaozhengAN in #643
- feat: namespace code refactoring by @luoyuedong in #646
- feat(job runtime): add framework interface and client for runtime v2 by @D0m021ng in #641
- feat(job api): adjust PFJob structure by @D0m021ng in #647
- add ray job crd by @tornado404 in #653
- feat: add readdir lookup getattr access by @luoyuedong in #656
- feat: add mkdir read write release by @luoyuedong in #659
- pfs-fuse: ufs decouple with nodefs.File(third-party definition) by @ElsieFan in #660
- update gopkg/yaml v2 to v3 by @StevenYangCao in #661
- feat: add ufs_new by @luoyuedong in #662
- feat(job): add single job implement by @D0m021ng in #650
- (feat: job config) add all in one job template yaml file by @D0m021ng in #663
- Fd by @ElsieFan in #664
- pfs-fuse: bugfix buffer pool by @ElsieFan in #665
- Fix: init default-queue failed when queue is already exist by @D0m021ng in #666
- Fix: builtin single job cannot read job template by @D0m021ng in #667
- Rayjob apiserver by @tornado404 in #654
- fix command nil (#648) by @tornado404 in #670
- feat: namespace code refactoring by @caizejun in #672
- doc: fs cache node affinity by @ElsieFan in #673
- 【pipeline-dsl】: 修复post_process 没有同步pipeline 的环境变量的bug by @HaozhengAN in #668
- 【pipeline】update dsl docs and example by @HaozhengAN in #657
- feat: add rmdir setattr by @luoyuedong in #676
- S3 by @ElsieFan in #677
- fix workdir absent by @tornado404 in #678
- feat(job sync): add runtime v2 job sync by @D0m021ng in #671
- Rayjob member by @tornado404 in #674
- location-awareness: fix affinity nil ptr by @ElsieFan in #683
- update extension_template from text to mediumtext, length from 65535 … by @tornado404 in #684
- feat(runtime): add kubernetes runtime by @D0m021ng in #682
- feat(runtime): add kubernetes job log by @D0m021ng in #688
- feat(runtime): update single job by @D0m021ng in #691
- feat: add file test and rename by @luoyuedong in #692
- feat(runtime): runtime v2 support PaddleJob and PyTorchJob by @D0m021ng in #694
- feat(runtime): adjust FrameworkVersion by @D0m021ng in #695
- feat(runtime): add runtime sample by @D0m021ng in #696
- feat(runtime queue): runtime v2 support queue manager by @D0m021ng in #701
- feat(runtime job): change JobBuilder to JobPlugin by @D0m021ng in #707
- bugfix: runtime_info used before initializing by @StevenYangCao in #710
- bugfix: imp entry expire and fs_name limit by @caizejun in #711
- fix: setattr bug by @luoyuedong in #706
- fix bug by @8olio8 in #713
- feat(runtime): runtime v2 support SparkApplication by @D0m021ng in #714
- feat: update the length of fs_id filed to 200 by @caizejun in #700
- fix: corruent file system bug by @luoyuedong in #716
- bugfix: DeleteRun used 3 transaction by @StevenYangCao in #719
- feat(runtime): adjust plugin manager by @D0m021ng in #721
- feat(runtime): adjust event listener register by @D0m021ng in #723
- feat(runtime): runtime v2 support queue sync by @D0m021ng in #724
- feature: add info log by @luoyuedong in #722
- feat(runtime): add switch to runtime v2 by @D0m021ng in #728
- feat: add gpu exporter by @kiritoxkiriko in #658
- feat(runtime): runtime v2 support TFJob by @D0m021ng in #729
- location-awareness: pod patch cache stats by @ElsieFan in #731
- feat(runtime): runtime v2 support ArgoWorkflowJob by @D0m021ng in #732
- bugfix: get fsName and username by fsId by @caizejun in #727
- [pipeline-Bugfix]: "fix bug for calculate latest time by @HaozhengAN in #734
- feat(runtime): adjust buildSchedulingPolicy by @D0m021ng in #737
- fix: s3 write retry bug by @luoyuedong in #742
- update regular expression;add llustration of s3 storage when cache is enable by @HaozhengAN in #744
- location-awareness: server sync cache stats from mount pods to db by @ElsieFan in #733
- version by @ElsieFan in #745
- feat(build): add GitBranch when build paddleflow server by @D0m021ng in #752
- mount pod cleaning vs cache update by @ElsieFan in #753
- csi version equals to branch name by @ElsieFan in #754
- csi: mount pod mount annotation by @ElsieFan in #760
- feat(version): add paddleflow server version api by @D0m021ng in #759
- job: nodeAffinity merge by @ElsieFan in #758
- feat(version): python client support print paddleflow server version by @D0m021ng in #764
- fix: fs S3 bug and data cache read bug by @luoyuedong in #767
- bugfix: patch mount pod by @ElsieFan in #771
- imp: fuse sub path by @caizejun in #770
- feat: upgrade go version by @luoyuedong in #777
- feat: upgrade pfs-fuse by @luoyuedong in #778
- feat: add clean storage shellscript by @caizejun in #781
- csi: fscache update by @ElsieFan in #779
- csi: fscache update by @ElsieFan in #782
- bugfix: add pathCache default expire time by @caizejun in #783
- feat: upgrade pfs-fuse by @luoyuedong in #784
- feat(job): update job template and remove useless code by @D0m021ng in #785
- feat(job): runtime v1 use all-in-one job template by @D0m021ng in #788
- feat(job): create job with local fs by @D0m021ng in #791
- feat: add local type for hostpath by @luoyuedong in #792
- rayJob commits which cherry pick from 1.4.4.1 by @tornado404 in #793
- csi: mount pod containers by @ElsieFan in #794
- feat(job): runtime v2 kubernetes job support hostPath by @D0m021ng in #796
- csi: mount pod cache-worker by @ElsieFan in #795
- feat(monitor): add node gpu monitor by @D0m021ng in #801
- delete fs check mount by @ElsieFan in #804
- docs: fs node affinity by @ElsieFan in #806
- fix: fallocate by @luoyuedong in #807
- fix: s3 mpu bug by @luoyuedong in #808
- [pipeline-dsl]: Sort the deps field to prevent it from failing to hit the cache by @HaozhengAN in #811
- enable to unmarshal WorkflowSource directly by json.Unmarshal by @StevenYangCao in #803
- Merge 1441 new by @tornado404 in #815
- optimize code of workflow.py by @StevenYangCao in #817
- feature: mkdir advanced by @luoyuedong in #814
- feat(job): remove defaultJobYamlDir config by @D0m021ng in #820
- feat(job): runtime v2 support ray job by @D0m021ng in #823
- add fs.port for services calling which cherry-pick from 1.4.4 by @tornado404 in #824
- add pr template by @hysunflower in #827
- Fix bug that can't distinguish standalone job by @D0m021ng in #828
- Fix bug that runtime v2 distinguish single job with framework by @D0m021ng in #829
- [pipeline-dsl] fix bug for cannot hit cache because the name of artifact or parameter which was infered is not idempotent by @HaozhengAN in #819
- fs mount pod - resource limite & nodeAffinity by @ElsieFan in #837
- Fix bug that local fs mount failed due to MountPropagation by @D0m021ng in #838
- fix: test os exist bug by @luoyuedong in #839
- fix: sdk rmdir bug by @luoyuedong in #836
- feature: add mount docs by @luoyuedong in #843
- feature: add s3 sk by @luoyuedong in #846
- fix: setattr bug by @luoyuedong in #848
- Fix bug that create ray and spark job failed by @D0m021ng in #844
- fs check mounted and clean resources by @ElsieFan in #845
- fs cache config resource by @ElsieFan in #853
- enable to unmarshal GetRunResponse directly by @StevenYangCao in #852
- support access control for job by @tornado404 in #840
- add UnmarshalJSON to RuntimeView type by @StevenYangCao in #855
- feat(runtime): switch default runtime to v2 by @D0m021ng in #856
- fs cache stats - map enquery by @ElsieFan in #858
- fs switch to job/runtime_v2 by @ElsieFan in #859
- feat(runtime): cluster use runtime v2 api by @D0m021ng in #860
- add auto image build action by @tornado404 in #720
- fix bug syntax by @tornado404 in #863
- fix bug branch name not found when push by @tornado404 in #865
- fix: append and write bug by @luoyuedong in #864
- add Get func to ComponentView interface by @StevenYangCao in #862
- fs cache by @ElsieFan in #869
- fix flavour permission by @tornado404 in #871
- fix: open close filehandles not correct by @luoyuedong in #872
- [ppl-bugfix]: update the interface for StopJob by @HaozhengAN in #874
- fix: Concurrent read cache may be read delete file by @luoyuedong in #873
- Fix bug that get empty namespace when sync volcano queue by @D0m021ng in #877
- fix: group map dead lock by @luoyuedong in #878
- fix: s3 root dir list bug by @luoyuedong in #881
- fs - patch pvc finalizer nil before delete by @ElsieFan in #876
- feat: add understorage s3 unit test by @caizejun in #882
- fix: seattr size not correct by @luoyuedong in #883
- feature: add cache limit 90% by @luoyuedong in #849
- fix: cache worker cache path used size not correct by @luoyuedong in #885
- fix branch name and tag name is wrong by @tornado404 in #889
- [pipeline]: change the regex patter of pipeline name and run name(#886) by @HaozhengAN in #887
- fix: hdfs read bug by @luoyuedong in #893
New Contributors
- @hysunflower made their first contribution in #827
Full Changelog: v0.14.4...v0.14.5