Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 1.33 KB

Changelog

0.1.10

0.1.9

  • Links in the README fixed @fkr
  • Updated fpm-cookery to v0.31.0 inside the build containers @lloydpick

0.1.8

  • Added support for supplying extra Docker parameters to the build with --docker-params. @randomvariable
  • Added support for Centos 6, Centos 7, Ubuntu 15.04. @randomvariable

0.1.7

  • Add the ability to have a local cache dir. @lloydpick
  • Unzip is required by fpm-cookery for zip sources. @lloydpick

0.1.6

  • Check private key exists and does not have a passphrase. @lloydpick

0.1.5

  • Update Rubygems when building the builder images. @lloydpick
  • Allow specifying a private SSH key (with --private-key) when packaging, in order to support recipes that require cloning a private repository.

0.1.4

  • Unbreak building on platforms that aren't 'ubuntu'.

0.1.3

  • Unbreak fpm-dockery binary.

0.1.2

  • binfiles not properly marked as such in the gemspec.

0.1.1

  • Add support for fpm-cook's --skip-package option.

0.1.0

  • Initial version.