Envd

Latest version: v0.3.45

Safety actively analyzes 638379 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 22

0.2.4alpha.15

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/1070
* fix: Fix the file name typo by gaocegege in https://github.com/tensorchord/envd/pull/1071
* fix: Fix build.sh by gaocegege in https://github.com/tensorchord/envd/pull/1072


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.4-alpha.14...v0.2.4-alpha.15

0.2.4alpha.14

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/1067
* chore(CLI): Move destroy logic from docker to envd engine. by yvestumushimire in https://github.com/tensorchord/envd/pull/1050
* bug: Fix sdist didn't include go files by VoVAllen in https://github.com/tensorchord/envd/pull/1068
* feat(context): Support unix context and daemonless by gaocegege in https://github.com/tensorchord/envd/pull/1062


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.4-alpha.13...v0.2.4-alpha.14

0.2.4alpha.13

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/1060
* docs: add dragonly as a contributor for bug by allcontributors in https://github.com/tensorchord/envd/pull/1063
* chore: Remove dump example and add sd-gpu example by gaocegege in https://github.com/tensorchord/envd/pull/1065
* bug: fix install from pypi source release by VoVAllen in https://github.com/tensorchord/envd/pull/1064


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.4-alpha.12...v0.2.4-alpha.13

0.2.4alpha.12

What's Changed
* feat: use horust as the dev container supervisor by kemingy in https://github.com/tensorchord/envd/pull/1051
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/1058


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.4-alpha.11...v0.2.4-alpha.12

0.2.4alpha.11

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/1031
* feat: support using current directory name as env name by fatelei in https://github.com/tensorchord/envd/pull/1033
* docs: add fatelei as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/1035
* fix(zsh): ignore inserting zsh-completion if system don't have zsh shell by Triple-Z in https://github.com/tensorchord/envd/pull/1025
* bug: Fix flaky auth test by VoVAllen in https://github.com/tensorchord/envd/pull/1034
* chore(deps): bump github.com/onsi/gomega from 1.21.1 to 1.22.1 by dependabot in https://github.com/tensorchord/envd/pull/1040
* chore(deps): bump github.com/urfave/cli/v2 from 2.19.2 to 2.20.2 by dependabot in https://github.com/tensorchord/envd/pull/1037
* chore(deps): bump k8s.io/api from 0.25.2 to 0.25.3 by dependabot in https://github.com/tensorchord/envd/pull/1038
* chore(deps): bump pypa/cibuildwheel from 2.10.2 to 2.11.1 by dependabot in https://github.com/tensorchord/envd/pull/1036
* chore(deps): bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1 by dependabot in https://github.com/tensorchord/envd/pull/1039
* chore: pre init envd config and cache dir by kemingy in https://github.com/tensorchord/envd/pull/1041
* chore: Regroup run command by VoVAllen in https://github.com/tensorchord/envd/pull/1044
* feat: add `envd down` as an alias for `envd destroy` by Triple-Z in https://github.com/tensorchord/envd/pull/1047
* example: Add torch profiler example by VoVAllen in https://github.com/tensorchord/envd/pull/1026
* feat: Implement env client in envd engine by gaocegege in https://github.com/tensorchord/envd/pull/1049
* chroe: make python package after apt package by VoVAllen in https://github.com/tensorchord/envd/pull/1048
* feat(lang): Add proposal for custom base image by gaocegege in https://github.com/tensorchord/envd/pull/567
* feat: Update env client to support multiple envs by gaocegege in https://github.com/tensorchord/envd/pull/1052

New Contributors
* fatelei made their first contribution in https://github.com/tensorchord/envd/pull/1033

**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.4-alpha.10...v0.2.4-alpha.11

0.2.4alpha.10

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/994
* chore: update deprecated function and lint by asjdf in https://github.com/tensorchord/envd/pull/995
* docs: add asjdf as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/996
* chore(deps): bump github.com/urfave/cli/v2 from 2.17.1 to 2.19.2 by dependabot in https://github.com/tensorchord/envd/pull/998
* chore: update image in readme by lilylee1874 in https://github.com/tensorchord/envd/pull/963
* feat(build): detect if the current environment is running before building (892) by Belyenochi in https://github.com/tensorchord/envd/pull/989
* docs: add Belyenochi as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/999
* chore(deps): bump github.com/onsi/gomega from 1.20.2 to 1.21.1 by dependabot in https://github.com/tensorchord/envd/pull/997
* fix: Remove hard code docker in envd engine init by gaocegege in https://github.com/tensorchord/envd/pull/1000
* feat: Add envd-server runtime proposal by gaocegege in https://github.com/tensorchord/envd/pull/303
* chore(test): Add test cases for pkg/home/auth.go by yvestumushimire in https://github.com/tensorchord/envd/pull/1009
* docs: add yvestumushimire as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/1010
* feat(CI): add nightly build & test tasks by Triple-Z in https://github.com/tensorchord/envd/pull/1006
* feat(CLI): Support create command by gaocegege in https://github.com/tensorchord/envd/pull/1001
* feat(cli): add `envd images remove` command by Triple-Z in https://github.com/tensorchord/envd/pull/1007
* fix(CLI): Fix a typo by Xuruowei in https://github.com/tensorchord/envd/pull/1015
* docs: add Xuruowei as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/1017
* feat(CLI): Support envd images prune 976 by enjoyliu in https://github.com/tensorchord/envd/pull/1012
* docs: add enjoyliu as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/1018
* feat(context): Get ssh hostname from context, instead of hard-coded string by gaocegege in https://github.com/tensorchord/envd/pull/1020
* fix: Add two debug logs by gaocegege in https://github.com/tensorchord/envd/pull/1023
* bug: Fix install from source will lose version information by VoVAllen in https://github.com/tensorchord/envd/pull/1024
* bug: fix explicit channel setting with conda env.yaml by VoVAllen in https://github.com/tensorchord/envd/pull/1008

New Contributors
* asjdf made their first contribution in https://github.com/tensorchord/envd/pull/995
* Belyenochi made their first contribution in https://github.com/tensorchord/envd/pull/989
* Xuruowei made their first contribution in https://github.com/tensorchord/envd/pull/1015
* enjoyliu made their first contribution in https://github.com/tensorchord/envd/pull/1012

**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.4-alpha.9...v0.2.4-alpha.10

Page 12 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.