|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | <!-- Next changelog --> |
| 4 | +## NVIDIA Nemo Run 0.7.0 |
| 5 | + |
| 6 | +### Detailed Changelogs: |
| 7 | + |
| 8 | + |
| 9 | +#### Executors |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +- Add image pull secrets param for lepton [#330](https://github.com/NVIDIA-NeMo/Run/pull/330) |
| 14 | +- Add node reservations for LeptonExecutor [#336](https://github.com/NVIDIA-NeMo/Run/pull/336) |
| 15 | +- [SkyPilot] Fix nodes -> num_nodes for SkyPilotExecutor in docs [#338](https://github.com/NVIDIA-NeMo/Run/pull/338) |
| 16 | +- [SkyPilot] Add retry_until_up as an optional arg to SkyPilot Executor [#340](https://github.com/NVIDIA-NeMo/Run/pull/340) |
| 17 | +- Support SkyPilot Storage configurations in `file_mounts` for automatic cloud sync [#335](https://github.com/NVIDIA-NeMo/Run/pull/335) |
| 18 | +- [SkyPilot] Update YAML dump imports + backward compatibility for SkyPilot <=0.10.3 [#339](https://github.com/NVIDIA-NeMo/Run/pull/339) |
| 19 | +- Create SkypilotJobsExecutor to allow running managed jobs [#343](https://github.com/NVIDIA-NeMo/Run/pull/343) |
| 20 | +- fix: exit code docker runs [#365](https://github.com/NVIDIA-NeMo/Run/pull/365) |
| 21 | + |
| 22 | + |
| 23 | +#### Ray Integration |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +- Add ray head start timeout [#324](https://github.com/NVIDIA-NeMo/Run/pull/324) |
| 28 | +- Remove ray deprecated dashboard-grpc-port arg [#325](https://github.com/NVIDIA-NeMo/Run/pull/325) |
| 29 | + |
| 30 | + |
| 31 | +#### Experiment & Job Management |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +- add a grace for Jobs that may start in Unknown [#291](https://github.com/NVIDIA-NeMo/Run/pull/291) |
| 36 | +- Create SkypilotJobsExecutor to allow running managed jobs [#343](https://github.com/NVIDIA-NeMo/Run/pull/343) |
| 37 | + |
| 38 | + |
| 39 | +#### Packaging & Deployment |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +- Support SkyPilot Storage configurations in `file_mounts` for automatic cloud sync [#335](https://github.com/NVIDIA-NeMo/Run/pull/335) |
| 44 | +- Refactor tar packaging logic to work for submodule and extra repo [#347](https://github.com/NVIDIA-NeMo/Run/pull/347) |
| 45 | + |
| 46 | + |
| 47 | +#### Documentation |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | +- Add broken links check in docs [#333](https://github.com/NVIDIA-NeMo/Run/pull/333) |
| 52 | +- [SkyPilot] Fix nodes -> num_nodes for SkyPilotExecutor in docs [#338](https://github.com/NVIDIA-NeMo/Run/pull/338) |
| 53 | +- Documentation Restructurting [#350](https://github.com/NVIDIA-NeMo/Run/pull/350) |
| 54 | +- Fix spelling in docstring [#359](https://github.com/NVIDIA-NeMo/Run/pull/359) |
| 55 | +- fix: exit code docker runs [#365](https://github.com/NVIDIA-NeMo/Run/pull/365) |
| 56 | + |
| 57 | + |
| 58 | +#### CI/CD |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +- Update cherry-pick workflow to use version 0.63.0 [#344](https://github.com/NVIDIA-NeMo/Run/pull/344) |
| 63 | +- fix: exit code docker runs [#365](https://github.com/NVIDIA-NeMo/Run/pull/365) |
| 64 | + |
| 65 | + |
| 66 | +#### Bug Fixes |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | +- [SkyPilot] Fix nodes -> num_nodes for SkyPilotExecutor in docs [#338](https://github.com/NVIDIA-NeMo/Run/pull/338) |
| 71 | +- Fix spelling in docstring [#359](https://github.com/NVIDIA-NeMo/Run/pull/359) |
| 72 | +- fix: exit code docker runs [#365](https://github.com/NVIDIA-NeMo/Run/pull/365) |
| 73 | + |
| 74 | + |
| 75 | +#### Others |
| 76 | + |
| 77 | +- chore: Bump to version 0.7.0rc0.dev0 [#322](https://github.com/NVIDIA-NeMo/Run/pull/322) |
| 78 | +- Update community-bot to add community issues to shared project [#321](https://github.com/NVIDIA-NeMo/Run/pull/321) |
| 79 | +- Bump community-bot to 0.54.4 [#332](https://github.com/NVIDIA-NeMo/Run/pull/332) |
| 80 | +- remove custom dir [#351](https://github.com/NVIDIA-NeMo/Run/pull/351) |
| 81 | +- Bumping to 0.5.0 [#352](https://github.com/NVIDIA-NeMo/Run/pull/352) |
| 82 | +- Update release notes header in changelog build [#355](https://github.com/NVIDIA-NeMo/Run/pull/355) |
| 83 | +- add changelog-config [#356](https://github.com/NVIDIA-NeMo/Run/pull/356) |
| 84 | +- Changelog 0.6.0 [#357](https://github.com/NVIDIA-NeMo/Run/pull/357) |
| 85 | +- feat: new changelog-build [#367](https://github.com/NVIDIA-NeMo/Run/pull/367) |
4 | 86 | ## NVIDIA Nemo Run 0.6.0 |
5 | 87 |
|
6 | 88 | ### Detailed Changelogs: |
|
0 commit comments