Releases: tensorchord/envd
Releases Β· tensorchord/envd
v0.3.5
v0.3.4
v0.3.3
Changelog
Exciting New Features π
- 571abfe: feat: add --format for commands to output json (#1323) (@cutecutecat)
Bug Fix π
- bb0fe7c: Fix: Remove unnecessary user switching code when installing R package (#1351) (@oubotong)
- e1cb495: fix: doc url in envd github issue page (#1338) (@kemingy)
- 4f406ce: fix: fix broken link (#1349) (@xxchan)
- 095237d: fix: fix nil pointer dereference when exiting shell (#1364) (@LuBingtan)
- 296680c: fix: install black[jupyter] for CI check (#1343) (@kemingy)
- b0b5d71: fix: remove duplicated config and fix Dockerfile pattern (#1362) (@hezhizhen)
- 3093e1a: fix: v1 change default user group to 1000:1000 (#1347) (@kemingy)
Refactor ποΈ
Documentation ποΈ
- f18b194: docs: add xxchan as a contributor for doc (#1350) (@allcontributors[bot])
- 0c43012: docs: updated CHANGELOG.md (#1335) (@github-actions[bot])
Others:
- aae5e27: chore(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1361) (@dependabot[bot])
- cb33a65: chore(deps): bump github.com/tensorchord/envd-server from 0.0.21 to 0.0.23 (#1341) (@dependabot[bot])
- 722fca1: chore(deps): bump pypa/cibuildwheel from 2.11.3 to 2.11.4 (#1340) (@dependabot[bot])
- 7426973: doc: add pytorch2 example (#1339) (@xing0821)
v0.3.2
v0.3.1
Changelog
Exciting New Features π
- 49b3236: feat(login): Refactor logic with the new key API (#1333) (@gaocegege)
- 8cc3cc4: feat: Support installing R environment in DEB822 format using internal standardized structure (#1329) (@oubotong)
- 0a48acd: feat: produce ABI-agnostic wheels for python (#1324) (@frostming)
Bug Fix π
- 98c6f72: docs: Fix typos and correct cases (#1318) (@terrytangyuan)
- c598834: fix: conda meta permission for envd user (#1325) (@kemingy)
- 1cd917d: fix: upgrade horust to support arm (#1330) (@kemingy)
Refactor ποΈ
Documentation ποΈ
- c1d76bb: docs: add a serving example (#1322) (@kemingy)
- 5e94de9: docs: add rrain7 as a contributor for code (#1327) (@allcontributors[bot])
- b6ab4f7: docs: update
envd exec
in envd api runtime command (#1332) (@kemingy) - e3a2ac7: docs: updated CHANGELOG.md (#1316) (@github-actions[bot])
- 0f80629: docs: v1 config.owner (#1331) (@kemingy)
Others:
- 8042997: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 (#1321) (@dependabot[bot])
- d1990ec: chore(deps): bump github.com/onsi/gomega from 1.24.1 to 1.24.2 (#1320) (@dependabot[bot])
- 5c65988: chore: disable interactive cli if no tty (#1317) (@AlexXi19)
v0.3.0
Changelog
Bug Fix π
Documentation ποΈ
- 11b006b: docs: add frostming as a contributor for doc (#1311) (@allcontributors[bot])
- f4f66b2: docs: recommend one-line install script in README (#1310) (@frostming)
- 908d34e: docs: updated CHANGELOG.md (#1308) (@github-actions[bot])
Others:
- 61215b9: chore: Use pip by default in readme (#1312) (@gaocegege)
v0.2.6
Changelog
Exciting New Features π
- 56d25a0: feat: Support specify resource requirement when creating the environment (#1268) (@VoVAllen)
- fc29fdd: feat: add option to output the completion script to terminal (#1303) (@frostming)
- 382a6c1: feat: install pypi packages in different groups (#1289) (@kemingy)
- 4f82290: feat: support no default language in v1 (#1278) (@kemingy)
- 8e9cb2e: feat: support serving (#1228) (@kemingy)
Bug Fix π
- 23a2448: chore: fix ci coverage reporter (#1277) (@kemingy)
- d90dbf8: fix: Add more error info in env ls (#1301) (@gaocegege)
- 5c4aae9: fix: Remove graph access in ssh (#1281) (@gaocegege)
- a24c4cb: fix: Update svg and simplify readme (#1297) (@gaocegege)
- 3800ea2: fix: add PATH when switch to envd user (#1295) (@kemingy)
- 1cc8c48: fix: flatten pypi packages in the label (#1302) (@kemingy)
- d0a803e: fix: init uid/gid in Graph (#1299) (@kemingy)
- db0396d: fix: make starship prompt pure text (#1296) (@kemingy)
- 31eec50: fix: v0 bashrc file (#1307) (@kemingy)
Documentation ποΈ
- d07813e: docs: add oubotong as a contributor for code (#1275) (@allcontributors[bot])
- e2148be: docs: updated CHANGELOG.md (#1274) (@github-actions[bot])
Others:
- f7f2b34: Add config.owner to v1 syntax for setting UID and GID (#1286) (@aseaday)
- 935e55d: Interactive cli (#1294) (@AlexXi19)
- 8651444: Remove incorrect
sudo
command when installing system package (#1273) (@oubotong) - c66f201: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 (#1293) (@dependabot[bot])
- 50a8bb6: chore(deps): bump github.com/urfave/cli/v2 from 2.23.6 to 2.23.7 (#1291) (@dependabot[bot])
- d15c3ca: chore(deps): bump golang.org/x/term from 0.2.0 to 0.3.0 (#1292) (@dependabot[bot])
- 99e8a15: chore(deps): bump pypa/cibuildwheel from 2.11.2 to 2.11.3 (#1290) (@dependabot[bot])
- 47361c9: chore(vendor): Update envd server (#1305) (@gaocegege)
- 09e5655: chore: Keep v1 and v0 in envd (#1272) (@gaocegege)
- 166978c: chore: Refine CLI interfaces (#1282) (@gaocegege)
- 0a416d1: doc: add more installation methods (#1300) (@kemingy)
- 1fec54e: doc: v1 (#1284) (@kemingy)
v0.2.5
Changelog
Exciting New Features π
- 06b4880: feat: Add JWT and user/pwd in envd server context (#1243) (@gaocegege)
Bug Fix π
- 235dde9: fix: Remove ir direct access in ssh (#1271) (@gaocegege)
Documentation ποΈ
Others:
- 7badc67: chore(deps): bump github.com/tensorchord/envd-server from 0.0.11 to 0.0.12 (#1266) (@dependabot[bot])
- cefd1df: chore(deps): bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 (#1264) (@dependabot[bot])
v0.2.5-rc.7
v0.2.5-rc.6
Changelog
Bug Fix π
- 8594d10: fix: Update python setuptools to python3 (#1261) (@gaocegege)
Documentation ποΈ
- cb2c826: docs: add tisonkun as a contributor for code (#1259) (@allcontributors[bot])
- 64ad93c: docs: updated CHANGELOG.md (#1260) (@github-actions[bot])