Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

0.2.3

Compare
Choose a tag to compare
@ybogdanov ybogdanov released this 23 Nov 07:39
· 496 commits to master since this release

Full Changelog

Implemented enhancements:

  • Store information about pushed images as artifact files #35
  • rocker/template: load vars from file #34
  • rocker/template: call strings helper "indexOf" instead of "index" #33
  • rocker/template: yaml helper #19
  • Hightlight INCLUDE for sublime text language #29

Fixed bugs:

  • Randomly appearing IMPORT/EXPORT problem in rocker #8
  • Image fails to parse if registry is an ip with a port #24
  • Adopt image name splitting logic from docker #41 (fxposter)

Closed issues:

  • --attach skips through cached layers #39
  • how to def default value in template #38
  • Multiple MOUNTs have stange behaviour #31
  • [feature request] add hooks support #3

Merged pull requests:

  • Fix Windows inability to handle a tilde as the home directory #43 (tyrken)
  • ability to create artifacts without push images to regestry #36 (ctrlok)
  • #22 integrate Go's string functions to the template #23 (ybogdanov)
  • Merge template functions collected in Dev branch #21 (ybogdanov)