Releases: paketo-buildpacks/go-mod-vendor
v0.0.10
- update to use new buildplan spec
(https://www.pivotaltracker.com/story/show/167920584)
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.9
- 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
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.8
No major changes.
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.7
No major changes.
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.6
No major changes.
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.5
- Rename go-cnb to go-compiler-cnb
(https://www.pivotaltracker.com/story/show/167023322)
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.4
No major changes.
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.3
-
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 bionic stack to buildpack toml
(https://www.pivotaltracker.com/story/show/166213933) -
Add exmaple of buildpack.yml in README.md
(https://www.pivotaltracker.com/story/show/165933655) -
Use cloudfoundry in package name
(https://www.pivotaltracker.com/story/show/165933655) -
Allow packages to be named with forwardslashes
(https://www.pivotaltracker.com/story/show/166378921) -
Adds logic to remove app source after compilation
- Refactor willContribute logic out of Contributor and into build
(https://www.pivotaltracker.com/story/show/165910951)
- Refactor willContribute logic out of Contributor and into build
-
Add support for vendored go apps
(https://www.pivotaltracker.com/story/show/165719891)
Supported stacks:
name |
---|
org.cloudfoundry.stacks.cflinuxfs3 |
io.buildpacks.stacks.bionic |
v0.0.2
- Add caching of go modules
(https://www.pivotaltracker.com/story/show/165546217)
(https://www.pivotaltracker.com/story/show/165546217)
v0.0.1
Add changelog in order to cut release [#165546217] Co-authored-by: Daniel Thornton <dthornton@pivotal.io>