This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
Releases: hassio-addons/build-env
Releases · hassio-addons/build-env
v1.0.0
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
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"