Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Releases: hassio-addons/build-env

v1.0.0

06 May 11:49
edd3e57
Compare
Choose a tag to compare

Full Changelog

Added

  • Adds --cache-from option argument
  • Adds support for Docker Hub authentication
  • Documents Docker Hub authentication
  • Adds CODEOWNERS file
  • Adds Probot configuration
  • Adds yamllint configuration

Fixed

  • Fixes incorrect variable name
  • Fixes incorrect handling of {arch} in cache from image
  • Fixes issue with failing default build from image
  • Fixes issue in GitLab CI deployment

Changed

  • Updates maintaince to 2018
  • No docker credsStore in README (#49) (@danielwelch)
  • Moving CODEOWNERS file into the right location
  • Corrects some small typos
  • Move to GitLab CI (#50)
  • Updated README
  • Replaces Changelog with GitHub releases

v0.4.0

11 Dec 21:16
8433a1f
Compare
Choose a tag to compare

Full Changelog

Added

  • Adds support for new Hass.io Docker labels #41
  • Adds possibility to pass in existing Docker socket into the build environment #39
  • Adds squash support detection #46
  • Adds option to use different image tag as cache source #42
  • Adds documentation about passing in a Docker socket #45
  • Adds binfmt initialization using qemu-user-static container #43 #47

Changed

  • Sets DEBIAN_FRONTEND to non-interactive for a cleaner build output
  • Improved CodeClimate configuration
  • Updated README to match the style used everywhere
  • Updated issue links in the CHANGELOG
  • Promoted project stage from "Experimental" to "Development"

v0.3.6

04 Oct 21:40
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Added missing exit code definition #38
  • Fixes issue with --git being enabled all the time #38

v0.3.5

04 Oct 19:39
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Quoting of label contents #37

v0.3.4

26 Sep 10:52
Compare
Choose a tag to compare

Full Changelog

Removed

  • Removed Git master branch detection. #35

v0.3.3

26 Sep 09:16
Compare
Choose a tag to compare

Full Changelog

Changed

  • Updated examples in README #34

Fixed

  • Fixes issue with pushing images to Docker Hub #34
  • Fixes setting default squash state, in case of a missing build.json #34
  • Fixes unbound variable error when building without a build.json file #34

v0.3.2

25 Sep 22:55
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Fixed squash, true/false mixup #33

v0.3.1

25 Sep 22:37
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Fixes unbound variable error #32

v0.3.0

25 Sep 22:21
Compare
Choose a tag to compare

Full Changelog

Added

  • Automatically disable caching when using squash #31

Changed

  • Changed squash option to be disabled by default #31
  • Changed parallel build option to be disabled by default #31

v0.2.1

24 Sep 22:06
Compare
Choose a tag to compare

Full Changelog

Changed

  • Moved buildscript into a better place #29

Fixed

  • Issue with CircleCI missing releases #28