Releases: paketo-buildpacks/miniconda
v0.0.6
- Use templated buildpack.toml instead of buildpack.toml.tmpl
- Libcfbuildpack Packager can now accept a version flag to package with a templated version
(https://www.pivotaltracker.com/story/show/167052988)
- Libcfbuildpack Packager can now accept a version flag to package with a templated version
Packaged binaries:
name | version | stacks |
---|---|---|
miniconda3 | 4.6.14 | org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic |
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.5
No major changes.
Packaged binaries:
name | version | stacks |
---|---|---|
miniconda3 | 4.6.14 | org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic |
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.4
No major changes.
Packaged binaries:
name | version | stacks |
---|---|---|
miniconda3 | 4.6.14 | org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic |
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.3
- Add miniconda3 4.7.10
for stack(s) org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic
(https://www.pivotaltracker.com/story/show/167442464)
Packaged binaries:
name | version | stacks |
---|---|---|
miniconda3 | 4.6.14 | org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic |
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.2
-
Remove buildpack.toml
(https://www.pivotaltracker.com/story/show/166793497) -
Remove buildpack.toml, in favor of buildpack.toml.tmpl
- Use go templating (scripts/template.go) to construct the buildpack.toml when packaging/releasing cnbs
- The CHANGELOG is deprecated, in favor of release notes
- Use dagger.DeleteBuildpack to preserve built CNB in our release pipeline
(https://www.pivotaltracker.com/story/show/166793497)
-
Add miniconda3 4.6.14, remove miniconda3 4.5.12
for stack(s) org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic
(https://www.pivotaltracker.com/story/show/165472037) -
Add source and source SHAs to dependencies
(https://www.pivotaltracker.com/story/show/164246265)
Packaged binaries:
name | version | stacks |
---|---|---|
miniconda3 | 4.6.14 | org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic |
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.1
-
Conda-cnb runs when it detects an environment.yml in the app root dir
-
The buildpack requests conda in the buildplan and supplies a conda environment
with the python version in package-list.txt or environment.yml. -
Conda should not run with Python-cnb; it runs in its own group.