Releases: paketo-buildpacks/npm-install
Releases · paketo-buildpacks/npm-install
v0.0.14
- Do not error out if detection criteria are unmet
(https://www.pivotaltracker.com/story/show/164991430)
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.13
No major changes.
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.12
No major changes.
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.11
No major changes.
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.10
- 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)
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.9
-
Add tip to vendor node_modules
(https://www.pivotaltracker.com/story/show/163528537) -
Update unmet node dependencies err to be more visible
(https://www.pivotaltracker.com/story/show/164386880)
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.8
- Remove buildpacks from id
v0.0.7
- release to restore pipeline state
v0.0.6
Release npm-cnb version 0.0.6 Co-authored-by: Daniel Thornton <[email protected]>
v0.0.4
v0.0.4 Feb 14, 2019
-
Update pack to version 0.0.9
-
Write node_modules and npm-cache to sub dirs within the module layer
(https://www.pivotaltracker.com/story/show/163059049) -
Incorperate changes to libcfbuildpack, Layer does not delete contents before contributing
- manually build Layers object in cache tests in order to get access to logger
- only copy npm_cache into layer if it is present, vendored apps may not have this even after rebuilding
(https://www.pivotaltracker.com/story/show/162511205)