Releases: tensorchord/envd
Releases ยท tensorchord/envd
v0.2.4-alpha.15
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1070
- fix: Fix the file name typo by @gaocegege in #1071
- fix: Fix build.sh by @gaocegege in #1072
Full Changelog: v0.2.4-alpha.14...v0.2.4-alpha.15
v0.2.4-alpha.14
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1067
- chore(CLI): Move destroy logic from docker to envd engine. by @yvestumushimire in #1050
- bug: Fix sdist didn't include go files by @VoVAllen in #1068
- feat(context): Support unix context and daemonless by @gaocegege in #1062
Full Changelog: v0.2.4-alpha.13...v0.2.4-alpha.14
v0.2.4-alpha.13
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1060
- docs: add dragonly as a contributor for bug by @allcontributors in #1063
- chore: Remove dump example and add sd-gpu example by @gaocegege in #1065
- bug: fix install from pypi source release by @VoVAllen in #1064
Full Changelog: v0.2.4-alpha.12...v0.2.4-alpha.13
v0.2.4-alpha.12
What's Changed
- feat: use horust as the dev container supervisor by @kemingy in #1051
- docs: updated CHANGELOG.md by @github-actions in #1058
Full Changelog: v0.2.4-alpha.11...v0.2.4-alpha.12
v0.2.4-alpha.11
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1031
- feat: support using current directory name as env name by @fatelei in #1033
- docs: add fatelei as a contributor for code by @allcontributors in #1035
- fix(zsh): ignore inserting zsh-completion if system don't have zsh shell by @Triple-Z in #1025
- bug: Fix flaky auth test by @VoVAllen in #1034
- chore(deps): bump github.com/onsi/gomega from 1.21.1 to 1.22.1 by @dependabot in #1040
- chore(deps): bump github.com/urfave/cli/v2 from 2.19.2 to 2.20.2 by @dependabot in #1037
- chore(deps): bump k8s.io/api from 0.25.2 to 0.25.3 by @dependabot in #1038
- chore(deps): bump pypa/cibuildwheel from 2.10.2 to 2.11.1 by @dependabot in #1036
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1 by @dependabot in #1039
- chore: pre init envd config and cache dir by @kemingy in #1041
- chore: Regroup run command by @VoVAllen in #1044
- feat: add
envd down
as an alias forenvd destroy
by @Triple-Z in #1047 - example: Add torch profiler example by @VoVAllen in #1026
- feat: Implement env client in envd engine by @gaocegege in #1049
- chroe: make python package after apt package by @VoVAllen in #1048
- feat(lang): Add proposal for custom base image by @gaocegege in #567
- feat: Update env client to support multiple envs by @gaocegege in #1052
New Contributors
Full Changelog: v0.2.4-alpha.10...v0.2.4-alpha.11
v0.2.4-alpha.10
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #994
- chore: update deprecated function and lint by @asjdf in #995
- docs: add asjdf as a contributor for code by @allcontributors in #996
- chore(deps): bump github.com/urfave/cli/v2 from 2.17.1 to 2.19.2 by @dependabot in #998
- chore: update image in readme by @lilylee1874 in #963
- feat(build): detect if the current environment is running before building (#892) by @Belyenochi in #989
- docs: add Belyenochi as a contributor for code by @allcontributors in #999
- chore(deps): bump github.com/onsi/gomega from 1.20.2 to 1.21.1 by @dependabot in #997
- fix: Remove hard code docker in envd engine init by @gaocegege in #1000
- feat: Add envd-server runtime proposal by @gaocegege in #303
- chore(test): Add test cases for pkg/home/auth.go by @yvestumushimire in #1009
- docs: add yvestumushimire as a contributor for code by @allcontributors in #1010
- feat(CI): add nightly build & test tasks by @Triple-Z in #1006
- feat(CLI): Support create command by @gaocegege in #1001
- feat(cli): add
envd images remove
command by @Triple-Z in #1007 - fix(CLI): Fix a typo by @Xuruowei in #1015
- docs: add Xuruowei as a contributor for code by @allcontributors in #1017
- feat(CLI): Support envd images prune #976 by @enjoyliu in #1012
- docs: add enjoyliu as a contributor for code by @allcontributors in #1018
- feat(context): Get ssh hostname from context, instead of hard-coded string by @gaocegege in #1020
- fix: Add two debug logs by @gaocegege in #1023
- bug: Fix install from source will lose version information by @VoVAllen in #1024
- bug: fix explicit channel setting with conda env.yaml by @VoVAllen in #1008
New Contributors
- @asjdf made their first contribution in #995
- @Belyenochi made their first contribution in #989
- @Xuruowei made their first contribution in #1015
- @enjoyliu made their first contribution in #1012
Full Changelog: v0.2.4-alpha.9...v0.2.4-alpha.10
v0.2.4-alpha.9
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #987
- bug: fix pypi package information by @VoVAllen in #959
- docs: add star history chart to README by @dragonly in #990
- docs: add dragonly as a contributor for doc by @allcontributors in #991
- feat: Support cli argument for host key by @gaocegege in #992
New Contributors
Full Changelog: v0.2.4-alpha.8...v0.2.4-alpha.9
v0.2.4-alpha.8
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #965
- chore(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #967
- chore(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 by @dependabot in #968
- refact: conda/mamba create/update env, fix user permissions by @kemingy in #933
- feat(CLI): Support runner in context by @gaocegege in #961
- fix(ir): make sure default value won't be replaced with empty value by @kemingy in #970
- *: upgrade golangci-linter and add noloopclosure by @hawkingrei in #980
- docs: add hawkingrei as a contributor for code by @allcontributors in #981
- Chore(test): Add test cases for pkg/util/starlarkutil by @yvestumushimire in #979
- fix: Remove dump checkout and remove pre-commit by @gaocegege in #982
- chore: Split cache build by @gaocegege in #985
New Contributors
- @hawkingrei made their first contribution in #980
- @yvestumushimire made their first contribution in #979
Full Changelog: v0.2.4-alpha.7...v0.2.4-alpha.8
v0.2.4-alpha.7
v0.2.4-alpha.6
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #944
- chore: fix cuda & cudnn version in the examples by @kemingy in #951
- chore: add envd/py/ipynb linter, reformat the current files by @kemingy in #952
- example: Use torch in mnist example by @VoVAllen in #927
- chore: add more cuda version cache by @kemingy in #953
Full Changelog: v0.2.4-alpha.5...v0.2.4-alpha.6