Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

77 lines (43 loc) · 3.84 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.1 (2020-05-05)

Bug Fixes

2.1.0 (2020-05-04)

Features

Bug Fixes

  • add Homebrew version to script and update using Renovate (e7eac78)

2.0.1 (2020-04-05)

Bug Fixes

2.0.0 (2020-04-02)

⚠ BREAKING CHANGES

  • From this release forward, the built images are distributed over a series of Docker Hub repositories. These images are also tagged differently than before. See the readme's build section for details.

Features

  • separate images over different Docker Hub repositories (f3a88be)

Bug Fixes

  • only set ref tag on PR (473cc64)
  • remove ci files not needed when using GitHub Actions (d31d42e)

1.1.0 (2019-10-20)

Features

  • install some standard homebrew packages (7c7616d)

Bug Fixes

  • implement fixes from linting Docker files (0ce23b9)
  • implement fixes from linting shell files (db98ce0)
  • install zlib requirements for brew tests (d75eb0f)

1.0.1 (2019-05-04)

Bug Fixes

  • 4 high severity vulnerabilities (35bb896)
  • replace maintainer by label in DockerFiles (f357419)

1.0.0 (2019-04-10)

Bug Fixes

  • build: use name and tag for Docker tag and push script (2a1686c)
  • add apt-get update before installing Homebrew requirements (4576004)
  • strip down default packages and add apt-utils (42edd82)

Features

  • add build for Ubuntu 18.04 image (2d3007a)
  • add test to verify the Homebrew installation (ee5b55b)
  • build: add Docker files to build an image (7f24348)