Releases: tensorchord/envd
Releases · tensorchord/envd
v1.2.0
Changelog
Exciting New Features 🎉
- 2506ede: feat: bump fish to the official release version (#2000) (@kemingy)
- a78a245: feat: emb the whole template/*.envd, avoid random map key order (#1995) (@kemingy)
Bug Fix 🛠
Documentation 🖊️
Others:
- dd3eeca: chore(deps): bump github.com/containerd/containerd/v2 from 2.0.3 to 2.0.4 (#1996) (@dependabot[bot])
v1.1.0
🎉 envd
supports uv
now! 🎉
You can create a build.envd
file from the pre-defined template like: envd new -t uv
. Or write one like the following:
def build():
base(dev=True)
install.uv()
shell("fish")
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1972
- feat: support uv by @kemingy in #1990
- feat: add pre-defined envd template by @kemingy in #1991
- chore: bump dep version, check dep monthly by @kemingy in #1992
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Note
Check the v1 upgrade guide here.
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1956
- fix: chown all the files for mamba under
/opt/conda
by @kemingy in #1961 - feat: remove envd v0 by @kemingy in #1963
- feat: use moby context by default by @kemingy in #1964
- feat: update examples to v1 syntax by @kemingy in #1965
- feat: upgrade julia to latest LTS version by @kemingy in #1966
- fix: r-lang in ubuntu:22.04 by @kemingy in #1967
- docs: change to v1 in readme by @kemingy in #1968
- fix: envd cmd alias conflict, bump buildkit container version by @kemingy in #1970
- feat: upgrade to micromamba2 by @kemingy in #1971
- docs: update the v0 & v1 envd reference by @kemingy in #1969
- fix: goreleaser config, bump to v6 by @kemingy in #1973
- fix: use buildkit container builder to export cache by @kemingy in #1975
- fix: use ubuntu 22.04 mirror by @kemingy in #1980
- fix: julia docs test by @kemingy in #1981
- chore: sort git tag by date when multiple tags bind to one commit by @kemingy in #1984
Full Changelog: v0.4.3...v1.0.1
v1.0.0
v1.0.0-alpha.3
v1.0.0-alpha.2
v1.0.0-alpha.1
docs: update the v0 & v1 envd reference (#1969) Signed-off-by: Keming <kemingyang@tensorchord.ai>