Releases: tensorchord/envd
Releases · tensorchord/envd
v0.2.5-alpha.3
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1152
- fix: pre mkdir for runtime mount by @kemingy in #1153
- fix: cuda tag in image cache by @kemingy in #1156
- chore: update envd cat wink to svg light/dark mode by @kemingy in #1158
- chore: update envd explain light/dark mode by @shaonianche in #1159
- chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #1161
- chore(deps): bump github.com/urfave/cli/v2 from 2.23.0 to 2.23.4 by @dependabot in #1162
- chore(deps): bump github.com/onsi/gomega from 1.23.0 to 1.24.0 by @dependabot in #1163
- chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 by @dependabot in #1164
- feat: support envd-server image by @kemingy in #1150
- ci: add auto release and changelog by @dqhl76 in #1155
- fix stable diffusion demo via b/c huggingface api change by @xieydd in #1170
- docs: add xieydd as a contributor for code by @allcontributors in #1171
- refact: move env to server by @kemingy in #1172
- fix: Move user to image config by @gaocegege in #1173
- fix: pre-create the workdir by @kemingy in #1174
- chore(deps): bump github.com/moby/buildkit from 0.10.5 to 0.10.6 by @dependabot in #1190
- chore(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1 by @dependabot in #1189
- chore(deps): bump github.com/urfave/cli/v2 from 2.23.4 to 2.23.5 by @dependabot in #1188
- chore: optimized the cache mechanism by @aseaday in #887
New Contributors
Full Changelog: v0.2.5-alpha.2...v0.2.5-alpha.3
v0.2.5-alpha.2
What's Changed
Full Changelog: v0.2.5-alpha.1...v0.2.5-alpha.2
v0.2.5-alpha.1
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1120
- feat(debug): Add llb export by @gaocegege in #1124
- fix: Remove cwd in conda to enable remote cache by @gaocegege in #1125
- feat: record cmd duration in telemetry by @kemingy in #1122
- fix: Fix the order to make conda cache always work by @gaocegege in #1126
- fix: Fix zsh tab issue by @gaocegege in #1129
- feat: expose support listen addr by @aseaday in #1128
- docs: add api docs for expose by @aseaday in #1130
- feat(cli): Add alias rm to envd image remove by @nasnoisaac in #1136
- docs: add nasnoisaac as a contributor for code by @allcontributors in #1139
- chore: update cuda & cudnn version by @kemingy in #1141
- Bug/add support for wsl2 by @aseaday in #1134
- feat: add environment name as label by @VoVAllen in #1135
- ci: Add semantic PR check by @terrytangyuan in #1146
- feat: Fetch base image metadata by @gaocegege in #1148
New Contributors
- @nasnoisaac made their first contribution in #1136
Full Changelog: v0.2.4...v0.2.5-alpha.1
v0.2.4
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #914
- chore: add logo by @lilylee1874 in #916
- chore(deps): bump pypa/cibuildwheel from 2.9.0 to 2.10.1 by @dependabot in #917
- chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3 by @dependabot in #918
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 by @dependabot in #919
- feat: informative error message by @VoVAllen in #859
- docs: add lilylee1874 as a contributor by @allcontributors in #924
- feat(cli): rm image when destroying the env by @kemingy in #925
- fix: e2e doc test by @kemingy in #926
- chore: use conda-forge as default miniconda channel by @kemingy in #929
- docs: updated CHANGELOG.md by @github-actions in #935
- feat: Support envd-server by @gaocegege in #932
- chore(deps): bump pypa/cibuildwheel from 2.10.1 to 2.10.2 by @dependabot in #936
- feat(ir): all in llb by @kemingy in #941
- fix: r & julia sshd image by @kemingy in #945
- fix: version tag in build.sh by @kemingy in #947
- chore: add py3.11 by @kemingy in #940
- fix: cuda tag by @kemingy in #949
- 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
- docs: updated CHANGELOG.md by @github-actions in #956
- feat: envd-sshd can read public key path from environment variable by @VoVAllen in #954
- fix(ir):
apt install
andconda env create
cache by @kemingy in #962 - 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
- 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
- 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
- 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
- feat: use horust as the dev container supervisor by @kemingy in #1051
- docs: updated CHANGELOG.md by @github-actions in #1058
- 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
- docs: updated CHANGELOG.md by @github-actions in #1067
- chore(CLI): Move destroy logic from docker to envd engine. by @yvestumushimire in ...
v0.2.4-alpha.17
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1095
- feat: support envd server destroy env by @kemingy in #1096
- fix(CLI): Fix format for app by @gaocegege in #1100
- feat: add config.repo in envd by @VoVAllen in #1101
- fix: cycle import detection in the interpreter by @dragonly in #1104
- fix: auth with the same name by @kemingy in #1106
- fix: panic if the user specify entrypoint for non-costom image by @kemingy in #1108
- feat: support build time run without mount host by @kemingy in #1109
- feat: Add listening_addr to expose fun by @aseaday in #1110
- feat: Add telemetry with the help of segment.io by @gaocegege in #1113
Full Changelog: v0.2.4-alpha.16...v0.2.4-alpha.17
v0.2.4-alpha.16
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1074
- chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #1079
- chore(deps): bump github.com/onsi/gomega from 1.21.1 to 1.22.1 by @dependabot in #1080
- chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc1 to 1.1.0-rc2 by @dependabot in #1077
- chore(deps): bump github.com/urfave/cli/v2 from 2.20.2 to 2.20.3 by @dependabot in #1078
- chore(deps): bump github.com/moby/buildkit from 0.10.4 to 0.10.5 by @dependabot in #1081
- feat: Support forward by @gaocegege in #1014
- feat(CLI): Support envd-server in up command by @gaocegege in #1087
- chore: Refactor the IR by @gaocegege in #1088
- fix:#1090 by @shaonianche in #1092
- feat: enable convenient vscode debugging by @dragonly in #1089
- feature: support runtime init script by @VoVAllen in #1085
New Contributors
- @shaonianche made their first contribution in #1092
Full Changelog: v0.2.4-alpha.15...v0.2.4-alpha.16
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