Releases: alibaba/ROCK
Releases · alibaba/ROCK
v1.6.0
What's Changed
- fix missing redis provider in k8s #764 by @Generalwin in #765
- fix arun normal mode #767 by @FangwenDave in #768
- Feature/add bash example by @StephenRi in #772
- Bump master version to 1.5.1 and update 1.5.1 release note by @zhangjaycee in #774
- [FEATURE] Refactor Job module: Job/Operator/Executor/Trial abstraction (#779) by @dengwx2026 in #780
- fix: add SELECT 1 readiness check to pg_container fixture by @zhangjaycee in #778
- refactor(job): hoist on_sandbox_ready backfill to AbstractTrial (#788) by @dengwx2026 in #789
- feat: add TemplateConfig and template field to NativeConfig by @sanfeng-lhh in #786
- feat: truncate path segments in auto-generated job_name by @berstpander in #791
- fix: enlarge SandboxRecord.image to 512 and disable asyncpg statement cache by @zhangjaycee in #794
- Feature/xinshi/harbor jobs by @BCeZn in #798
- refactor(envhub): move JobEnvironmentConfig to envhub as EnvironmentC… by @BCeZn in #800
- Refactor/envhub uploads by @BCeZn in #802
- feature: add claw-eval bash job demo by @BCeZn in #804
- fix: increase default JobConfig timeout from 3600s to 7200s by @BCeZn in #806
- fix(job): update timeout sentinel and tests after default increased to 7200s by @BCeZn in #810
- fix(job): BashTrial.collect should populate raw_output and exit_code by @BCeZn in #808
- chore: apply ruff format and translate Chinese comments to English by @BCeZn in #812
- feat(job): auto-detect job type from YAML via strict model validation by @BCeZn in #814
- refactor(cli): rework
rock job runfor dual-mode input with strict validation by @dengwx2026 in #818 - refactor: remove auto_stop parameter from EnvironmentConfig by @BCeZn in #820
- fix(job): JobConfig.experiment_id takes priority over environment.experiment_id (#821) by @dengwx2026 in #822
- chore: bump version to 1.6.0 by @dengwx2026 in #827
- docs: update README latest updates table for v1.5.1 and v1.4.7 by @dengwx2026 in #829
- feat(job): BashJob OSS Mirror — artifact upload after job completion by @BCeZn in #823
- fix(job): remove redundant shebang and set -e from BashTrial.build() by @BCeZn in #816
- fix(cli): lazy import psutil in admin stop command by @dengwx2026 in #831
- feat(ci): add unit test workflow for TS SDK by @guoj14 in #796
- fix(job): sync experiment_id to environment when environment.experiment_id is None by @dengwx2026 in #835
- docs: add v1.6.0 release notes and register 1.6.x docs version (#840) by @Issac-Newton in #841
- fix iflow agent version by @Issac-Newton in #844
Full Changelog: v1.5.0...v1.6.0
v1.5.1
What's Changed
- [1.5] fix missing redis provider in k8s by @zhangjaycee in #766
- Bump version to 1.5.1 by @zhangjaycee in #769
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- feat: add hostname to metrics tag #636 by @FangwenDave in #637
- chore: add release notes for version 1.4.1 and bump version number #638 by @FangwenDave in #639
- feat: support pool and template mapping by @Generalwin in #635
- upload to specified oss by @zhongwen666 in #642
- Doc/v1.4.2 by @zhongwen666 in #646
- bugfix: correct memory size error message in sandbox manager #647 by @FangwenDave in #648
- add proxy interface by @zhongwen666 in #655
- feat: move pool config from config file to nacos #659 by @Generalwin in #656
- Doc/v1.4.3 by @zhongwen666 in #661
- add image pull task by @zhongwen666 in #668
- The image cleanup task supports pinned images. by @zhongwen666 in #674
- Fix/increas docker check timeout by @zhongwen666 in #678
- Doc/version 1.4.4 by @zhongwen666 in #680
- feat(proxy): websocket proxy support user-specified port; http proxy support all methods by @xdlkc in #666
- Fix/clear deprecated by @zhongwen666 in #687
- support Agent Run by @BCeZn in #681
- feat: support configurable Ray temp directory (#693) by @dengwx2026 in #694
- refactor: move constants and remove unused config fields by @BCeZn in #692
- fix: change Ray temp_dir to .tmp/ray (#695) by @dengwx2026 in #696
- fix tests for can't run by @BCeZn in #700
- refactor: add user defined logs path and ensure directory creation by @BCeZn in #702
- docs: update Latest Updates section with version history (#705) by @dengwx2026 in #706
- Refactor/xinshi/job envs by @BCeZn in #704
- Added TypeScript SDK by @Timandes in #492
- refactor: adjust sandbox resource limits in conftest.py by @BCeZn in #710
- Refactor/xinshi/oss env for harbor by @BCeZn in #715
- feat(sdk): Job OSS artifact mirror (OssMirrorConfig) (#707) by @xdlkc in #708
- feat: validate and sync experiment_id/namespace in JobConfig (#716) by @dengwx2026 in #717
- feat: rock agent support verifier native mode by @sanfeng-lhh in #722
- kata runtime support dind by @zhongwen666 in #731
- feat: 恢复CI请求触发工作流配置 by @guoj14 in #728
- feat: add oss_deps field to EnvironmentConfig by @BCeZn in #734
- fix: pin langgraph-prebuilt to 1.0.8 to fix CI error by @zhangjaycee in #745
- fix: pin docusaurus/theme-common version to fix npm build of docs by @zhangjaycee in #747
- Support persist sandbox metadaba to database by @zhangjaycee in #730
- feat: refactor k8s api client informer #712 by @Generalwin in #744
- fix sandbox info and redis info #712 by @Generalwin in #743
- feat: add skills for docs by @kkkky123 in #719
- add v1.4.8 docs by @Issac-Newton in #738
- docs: rename add-doc-version skill to rock-docs by @kkkky123 in #752
- Feature/xinshi/container verify by @BCeZn in #755
- feat: add labels support to JobConfig (#720) by @xdlkc in #721
- feat: auto-generate job_name from dataset and task info by @berstpander in #757
- add auto_delete_seconds in SandboxConfig by @Issac-Newton in #599
- Release note v1.5.0 by @zhangjaycee in #760
New Contributors
- @sanfeng-lhh made their first contribution in #722
- @berstpander made their first contribution in #757
Full Changelog: v1.4.0...v1.5.0
v1.4.8
What's Changed
- Kata runtime support dind by @zhongwen666 in #725
- Feat/kata support dind 0331 by @zhongwen666 in #732
Full Changelog: v1.4.7...v1.4.8
v1.4.7
What's Changed
- feat: move pool config from config file to nacos #659 by @Generalwin in #689
Full Changelog: v1.4.6...v1.4.7
v1.4.6
v1.4.5
What's Changed
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- add image pull task by @zhongwen666 in #664
- The image cleanup task supports pinned images. by @zhongwen666 in #673
- increase docker check timeout by @zhongwen666 in #677
Full Changelog: v1.4.3...v1.4.4