Skip to content

Releases: ForestEckhardt/freezer

v0.1.0

04 Jun 18:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.1.0

v0.0.12

04 Oct 15:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11

30 Mar 20:57
Compare
Choose a tag to compare

What's Changed

  • uniform versioning with/without release assets by @arjun024 in #8

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

23 Feb 17:55
Compare
Choose a tag to compare

Full Changelog: v0.0.9...v0.0.10

v0.0.9

02 Dec 19:46
Compare
Choose a tag to compare

Updates decompression logic

  • vacation is about to remove the TarGzipArchive in favor of wrapped
    compression type into archive type. I have moved from specifying the
    type of archive to using to generic archive type (long overdue hooray!)

  • I removed the ioutil library as it is deprecated

v0.0.8

18 Nov 21:37
Compare
Choose a tag to compare
add WithPackager setter for remote and local fetchers

v0.0.7

17 May 15:56
Compare
Choose a tag to compare
Assume the buildpack is built with packit

v0.0.6

12 Jan 17:16
2837bff
Compare
Choose a tag to compare
Allow github token to not be set when getting releases (#5)

Signed-off-by: Sophie Wigmore <swigmore@vmware.com>

Co-authored-by: Josh Zarrabi <jzarrabi@vmware.com>

v0.0.5

05 Jan 15:16
Compare
Choose a tag to compare
Writes jam outputs to stdout and stderr respectively

Signed-off-by: Forest Eckhardt <feckhardt@pivotal.io>

v0.0.4

04 Jan 22:02
Compare
Choose a tag to compare
Use jam CLI directly in packing tools

Signed-off-by: Forest Eckhardt <feckhardt@pivotal.io>