Releases: tensorchord/envd
Releases ยท tensorchord/envd
v0.2.0-alpha.11
What's Changed
Full Changelog: v0.2.0-alpha.10...v0.2.0-alpha.11
v0.2.0-alpha.10
What's Changed
Full Changelog: v0.2.0-alpha.9...v0.2.0-alpha.10
v0.2.0-alpha.9
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #686
- chore: skip starship prompt for customized image by @kemingy in #687
- bug: Use git version by default when build ssh by @VoVAllen in #688
- bug: Add release dependency by @VoVAllen in #689
Full Changelog: v0.2.0-alpha.8...v0.2.0-alpha.9
v0.2.0-alpha.8
starship is enabled in envd for a better prompt!
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #639
- chore: add e2e test helper for container use spec by @aseaday in #640
- chore: Add gitpod badge by @gaocegege in #643
- remove xdg, use $HOME/.config and $HOME/.cache by @kemingy in #641
- feat(CLI): Support cache by @gaocegege in #648
- fix: context create with 'use' by @kemingy in #652
- fix(build): Fix image config by @gaocegege in #651
- chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #656
- chore(deps): bump pypa/cibuildwheel from 2.8.0 to 2.8.1 by @dependabot in #653
- chore(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #654
- chore(deps): bump github.com/urfave/cli/v2 from 2.11.0 to 2.11.1 by @dependabot in #655
- chore(deps): bump github.com/onsi/gomega from 1.19.0 to 1.20.0 by @dependabot in #657
- chore: Fix flakey test cases by @gaocegege in #658
- chore: add envd file editor config by @kemingy in #664
- chore: fix export cache warning by @kemingy in #662
- feature: add label ai.tensorchord.envd.build.manifestBytecodeHash to image for cache robust by @aseaday in #661
- chore: Update discord badge by @gaocegege in #676
- feat(lang): Support env.yaml in conda_packages by @sea-wyq in #674
- docs: add sea-wyq as a contributor for code by @allcontributors in #678
- fix: Fix lint issues in conda env yaml feature PR by @gaocegege in #679
- feat(lang): Add io.copy by @gaocegege in #675
- fix: Add environment variable PATH in run by @gaocegege in #680
- docs: Mention support for other languages by @terrytangyuan in #684
- feat: add starship as the prompt manager by @kemingy in #681
New Contributors
Full Changelog: v0.2.0-alpha.7...v0.2.0-alpha.8
v0.2.0-alpha.7
What's Changed
- chore(deps): bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.0 by @dependabot in #610
- docs: updated CHANGELOG.md by @github-actions in #614
- feat: Refactor with Builder.Options by @gaocegege in #615
- support buildkit TCP socket by @kemingy in #599
- docs: add lilylee1874 as a contributor for design by @allcontributors in #622
- fix: check manifest and image update in new gateway buildfunc by @aseaday in #624
- docs: add sea-wyq as a contributor for bug, design, bug by @allcontributors in #628
- chore: change to a tiny py lib to reduce test time by @kemingy in #630
- feat(lang): Remove conda from custom base image by @gaocegege in #626
Full Changelog: v0.2.0-alpha.6...v0.2.0-alpha.7
v0.2.0-alpha.6
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #578
- chore: update envd destroy cmd log msg by @kemingy in #579
- chore(deps): bump pypa/cibuildwheel from 2.7.0 to 2.8.0 by @dependabot in #583
- chore: Use %w to format errors by @terrytangyuan in #584
- docs: add cswpy as a contributor for doc by @allcontributors in #585
- Use DefaultText in up.go by @gyli in #587
- docs: add gyli as a contributor for code by @allcontributors in #588
- bug: fix missing function in example mnist by @VoVAllen in #589
- ci: Replace lint checks with pre-commit and golangci-lint linters by @terrytangyuan in #591
- chore: Improve error wrapping and checking by @terrytangyuan in #590
- fix: Pre-mkdir the .cache directory of user envd by @aseaday in #592
- fix: Fix error handling issue by @gaocegege in #597
- feat(lang): Support image in base by @gaocegege in #595
- chore: Fix lint issues by @gaocegege in #598
- fix: pre-create conda package cache directory by @aseaday in #600
- fix: set conda as the only python provider by @aseaday in #602
- chore: Set lint timeout to 3m by @gaocegege in #605
- feat(WSL): Add ssh config entry to Windows ssh config if using WSL by @VoVAllen in #604
- feat(builder): Abstract BuildFunc to use gateway client by @gaocegege in #606
New Contributors
Full Changelog: v0.2.0-alpha.5...v0.2.0-alpha.6
v0.2.0-alpha.5
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #549
- feat(CLI): Unify CLI style about env and image by @VoVAllen in #550
- ci: Automate image release process by @terrytangyuan in #555
- feat: replace IsCreated with Exists for Client interface from package docker by @zhyon404 in #558
- docs: add zhyon404 as a contributor for code by @allcontributors in #560
- fix: py cmd exit code by @kemingy in #564
- bug: Fix github action by @VoVAllen in #566
- fix: add auto start buildkit container by @aseaday in #563
- fix: add -c for every single conda channel by @xing0821 in #569
- docs: add xing0821 as a contributor for code by @allcontributors in #571
- Fix: image tag normalized to docker spec by @aseaday in #573
- feat: Support for build image update when exec build or up again by @aseaday in #570
New Contributors
Full Changelog: v0.2.0-alpha.4...v0.2.0-alpha.5
v0.2.0-alpha.4
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #538
- chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #539
- chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #540
- feat(lang): Support RStudio server by @gaocegege in #503
- feat: Support specify build target by @VoVAllen in #497
Full Changelog: v0.2.0-alpha.3...v0.2.0-alpha.4
v0.2.0-alpha.3
What's Changed
- feat: Add notice for users without permission to docker daemon by @aseaday in #535
- feat(CLI): Add push by @gaocegege in #531
- fix(README): Update coverage by @gaocegege in #536
- feat(docker): Add entrypoint and ports in image config by @gaocegege in #533
Full Changelog: v0.2.0-alpha.2...v0.2.0-alpha.3
v0.2.0-alpha.2
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #508
- Enhancement(CLI): Use upper case in CLI description by @yczheng0 in #515
- docs: add yczheng0 as a contributor for code by @allcontributors in #516
- chore: Eliminate if condition in the conversion between starlark and go by @lizhemingi in #518
- docs: add lizhemingi as a contributor for code by @allcontributors in #519
- feat: add envd init by @VoVAllen in #514
- feat(CLI): Support context by @gaocegege in #512
- Fix Julia multiple pkg installation bug by @aaronzs in #521
- docs: add aseaday as a contributor for ideas by @allcontributors in #524
- fix: Add talk with us in README by @gaocegege in #526
- fix: uid corrupted when run envd by root user by @aseaday in #522
- docs: add aseaday as a contributor for code by @allcontributors in #528
New Contributors
- @yczheng0 made their first contribution in #515
- @lizhemingi made their first contribution in #518
- @aseaday made their first contribution in #522
Full Changelog: v0.2.0-alpha.1...v0.2.0-alpha.2