Releases: tensorchord/envd
Releases · tensorchord/envd
v0.2.0-alpha.21
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #863
- feat: Support HTTP PROXY by @gaocegege in #857
- feat(lang): io.http download files to extra_source by @kemingy in #858
- fix: Update readme by @gaocegege in #865
- docs: updated CHANGELOG.md by @github-actions in #867
- chore(CLI): test new release for envd-sshd (#866) by @gaocegege in #868
- docs: add lunarwhite as a contributor for code by @allcontributors in #869
- chore: fix ci auto merge token by @kemingy in #876
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #872
- chore(deps): bump actions/setup-go from 2 to 3 by @dependabot in #873
Full Changelog: v0.2.0-alpha.19...v0.2.0-alpha.21
v0.2.0-alpha.20
v0.2.0-alpha.19
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #852
- chore(deps): bump github.com/gliderlabs/ssh from 0.3.4 to 0.3.5 by @dependabot in #849
- ci: Switch to use GH_TOKEN env var for auto-merge workflow by @terrytangyuan in #850
- refact: apt_source, io, config mode by @kemingy in #853
- feat: add runtime graph to image label by @aseaday in #815
- refact: unify the path env by @kemingy in #855
- bug: fix conda install with env file by @VoVAllen in #837
- chore: Update readme by @gaocegege in #842
- refact: io.mount => runtime.mount by @kemingy in #861
Full Changelog: v0.2.0-alpha.18...v0.2.0-alpha.19
v0.2.0-alpha.18
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #819
- chore(deps): bump github.com/moby/buildkit from 0.10.3 to 0.10.4 by @dependabot in #820
- chore(deps): bump github.com/onsi/gomega from 1.20.0 to 1.20.1 by @dependabot in #821
- feat(build): Mount local build context into the run command by @gaocegege in #822
- test: enable e2e documentation test in CI by @VoVAllen in #823
- chore: Split e2e test cases by @gaocegege in #824
- bug: fix permission issue when pip install from git repo by @VoVAllen in #829
- feat(lang): init py env by generating the bulid.envd by @kemingy in #827
- fix(lang): expose host port by @kemingy in #832
- bug: fix channels when use conda install with yaml file by @VoVAllen in #831
- fix: Update demo by @gaocegege in #839
- feat(lang): install.python_packages(local_wheels=[]) by @kemingy in #838
- fix: Update demo by @gaocegege in #840
- feat(cli): add msg when detach from container by @kemingy in #841
- chore(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0 by @dependabot in #848
- chore(deps): bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.0 by @dependabot in #845
- chore(deps): bump github.com/onsi/gomega from 1.20.1 to 1.20.2 by @dependabot in #846
Full Changelog: v0.2.0-alpha.17...v0.2.0-alpha.18
v0.2.0-alpha.17
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #800
- fix: set to latest if git tag is empty by @hezhizhen in #798
- feat(CLI): envd env describe expose info by @kemingy in #801
- chore: fix e2e cleanup by introduce new helper function ResetEnvdApp by @aseaday in #803
- chore: Add OWNERS by @gaocegege in #805
- docs: add shaonianche as a contributor for design by @allcontributors in #806
- chore: Add markdown link checks by @gaocegege in #807
- test: add e2e test for examples in documentations by @VoVAllen in #804
- feat(lang): support include other git repo for envd functions/variables by @kemingy in #808
- doc: add include, refine others by @kemingy in #817
Full Changelog: v0.2.0-alpha.16...v0.2.0-alpha.17
v0.2.0-alpha.16
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #784
- feat(lang): add daemon function to run daemon process in the container by @kemingy in #777
- feat(data): Add support for managed dataset and provide shortcut for common framework by @VoVAllen in #751
- feat(lang): implement expose func by @aseaday in #780
- chore: Add code owners by @gaocegege in #785
- doc: daemon and expose by @kemingy in #786
- feat: add runtime environments by @kemingy in #787
- fix: panic if daemon command is invalid by @kemingy in #788
- fix: use cockroachdb errors by @kemingy in #790
- built: 🔨 use latest tag when not version found for cache by @zwpaper in #793
- feat(example): Add streamlit hello and remove bash -c in entrypoint by @gaocegege in #794
- feat(examples): Add a streamlit mnist example by @gaocegege in #795
- fix: add missing expose func exposed port to oci manifest by @aseaday in #797
Full Changelog: v0.2.0-alpha.15...v0.2.0-alpha.16
v0.2.0-alpha.15
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #771
- fix: remove unnecessary if statement by @hezhizhen in #773
- chore(deps): bump pypa/cibuildwheel from 2.8.1 to 2.9.0 by @dependabot in #774
- chore(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2 by @dependabot in #775
- fix: Remove empty token arg by @gaocegege in #772
- doc: update python api doc by @kemingy in #759
- proposal: daemon process by @kemingy in #769
- docs: Update doc headers by @VoVAllen in #779
- built: 🔨 keep v prefix in DOCKER_IMAGE_TAG env by @zwpaper in #781
Full Changelog: v0.2.0-alpha.14...v0.2.0-alpha.15
v0.2.0-alpha.14
What's Changed
- fix: setup.py build by @kemingy in #735
- feat(lang): Add a new func runtime.command by @gaocegege in #736
- docs: updated CHANGELOG.md by @github-actions in #734
- chore: 🎨 refactor to use filepath correctly by @zwpaper in #743
- feat: Enable build for all languages by @gaocegege in #738
- The workaround to fix the label loss by @aseaday in #741
- add entrypoint in custom image by @kemingy in #739
- chore: only support py3 for now by @kemingy in #744
- docs: add Xiaoaier-Z-L as a contributor for code by @allcontributors in #746
- docs(README): One obvious way to declare supported python version by @Xiaoaier-Z-L in #745
- feat(CLI): ✨ add --force args for init to overwrite build.envd by @zwpaper in #748
- feat: Avoid gid in base image cache by @gaocegege in #749
- bug(CLI): fix short alias confusion by @sunby in #752
- docs: add sunby as a contributor for code by @allcontributors in #753
- fix: ParseFromStr, add unittest by @kemingy in #755
- docs(README): Correct the cmd of get Jupyter Notebook endpoint by @Xiaoaier-Z-L in #756
- fix: do not expose ports for custom image by @kemingy in #754
- docs(README): update Documentations link to https://envd.tensorchord.… by @Xiaoaier-Z-L in #758
- fix: use defined jupyter port by @kemingy in #757
- fix: modify jupyter's authority from hash password to token string by @Xiaoaier-Z-L in #762
- fix(docs): 📝 fix contributing and dev links, clean tailing space by @zwpaper in #764
- docs: add Xiaoaier-Z-L as a contributor for doc by @allcontributors in #765
- chore: refactor the envd and up cmd by @aseaday in #747
- fix(CLI): 🔨 use latest version for local build by @zwpaper in #763
- Fix the color display in wezterm by @aseaday in #767
- fix(release): 🔨 drop go build dep for homebrew by @zwpaper in #768
- fix: -path and -file bug by @kemingy in #766
New Contributors
- @Xiaoaier-Z-L made their first contribution in #745
- @sunby made their first contribution in #752
Full Changelog: v0.2.0-alpha.13...v0.2.0-alpha.14
v0.2.0-alpha.13
What's Changed
- docs: add zwpaper as a contributor for code by @allcontributors in #729
- docs: updated CHANGELOG.md by @github-actions in #731
- chore: Update release workflow by @gaocegege in #732
Full Changelog: v0.2.0-alpha.12...v0.2.0-alpha.13
v0.2.0-alpha.12
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #697
- docs: add xiangtianyu as a contributor for doc by @allcontributors in #703
- feat(CLI): Support run command by @gaocegege in #701
- docs: add sepush as a contributor for doc by @allcontributors in #704
- feat(CLI): Add category and refine help text by @gaocegege in #707
- feat(lang): Add default conda pkg cache by @gaocegege in #705
- feat: support io.mount by @VoVAllen in #708
- feat(lang): Add proposal for expose by @aseaday in #568
- chore: encourage user to provide envd version in bug report by @kemingy in #716
- example: add a dgl GAT example by @VoVAllen in #714
- bug: fix notebook entry when setting conda channel by @VoVAllen in #719
- bug: allow multiple run command and use bash -c by @VoVAllen in #720
- ci: Change dependabot PRs to China workday morning time by @terrytangyuan in #721
- feature: add envd top commands by @aseaday in #718
- feat(base-image): Move conda to llb and cache it by @gaocegege in #724
- Bug: fix SIGSEGV of envd top by @aseaday in #726
- feat(CLI): ♻️ refactor bootstrap command to show what's envd doing by @zwpaper in #728
New Contributors
Full Changelog: v0.2.0-alpha.11...v0.2.0-alpha.12