Releases: tensorchord/envd
Releases · tensorchord/envd
v1.2.1
Changelog
Exciting New Features 🎉
- a1a315e: feat: add pixi template (#2014) (@kemingy)
- 5f1f397: feat: support pixi as an alternative to conda (#2012) (@kemingy)
Bug Fix 🛠
- 599a980: fix: sshd handle the error (#2026) (@kemingy)
- b964594: refact: bump tablewriter to v1, fix the breaking change (#2024) (@kemingy)
Others:
- f246649: chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the all-actions group (#2022) (@dependabot[bot])
- 30284ff: chore(deps): bump pypa/cibuildwheel from 2.23.2 to 2.23.3 in the all-actions group (#2018) (@dependabot[bot])
- af96cb3: chore(deps): bump the all-dependencies group across 1 directory with 2 updates (#2025) (@dependabot[bot])
- 2af2a92: chore: bump deps (#2020) (@kemingy)
- 24df0db: chore: update to golangci-lint v2 (#2016) (@kemingy)
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>