Skip to content

Releases: paketo-buildpacks/jam

v1.1.1

04 Nov 15:34
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/paketo-buildpacks/packit from 1.1.0 to 1.2.0 by @dependabot in #21
  • Bump github.com/paketo-buildpacks/packit from 1.2.0 to 1.3.0 by @dependabot in #24
  • Updates tests to include coverage for spec api 0.6 changes by @ryanmoran in #25

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Sep 14:34
Compare
Choose a tag to compare

Changes

  • #18: Adds ajam version command
  • #17: Removes the use of Buildpack.SHA256 field since it is deprecated in packit
  • #19: Makes use of the generic cargo dependency license interface

v1.0.2

30 Aug 18:14
Compare
Choose a tag to compare

Changes

  • #11 jam update-dependencies: print newly added dependency versions on one line

v1.0.1

24 Aug 15:09
Compare
Choose a tag to compare

Changes

  • #9 jam update-dependencies: print out newly added dependency versions

v1.0.0

20 Aug 14:42
Compare
Choose a tag to compare

jam

jam is a command-line tool that can be used to create buildpack tarball
artifacts. The jam name is simply a play on the idea of "packaging" or
"packing" a buildpack.

jam comes with the following commands:

  • help : Help about any command
  • pack : package buildpack
  • summarize : summarize buildpackage
  • update-builder : update builder
  • update-buildpack : update buildpack
  • update-dependencies : update all dependencies in a buildpack.toml according to metadata.constraints

You can create buildpacks from a source repository using the pack command like this:

jam pack \
  --buildpack ./buildpack.toml \
  --stack io.paketo.stacks.tiny \
  --version 1.2.3 \
  --offline \
  --output ./buildpack.tgz

Previous versions

This repository is the jam cli that was extracted from the packit library
after it became feature rich enough to be see as a standalone product. If you
would like to see previous releases of jam you can see the last release on
packit here.