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

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingride committed Nov 2, 2020
1 parent 4b48fbd commit 970caa1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v3.4.1](https://github.com/netlify/build-image/compare/v3.3.20...v3.4.1) - 2020-07-28
## [v3.4.2](https://github.com/netlify/build-image/compare/v3.4.1-homebrew...v3.4.2) - 2020-11-02

### Merged

- Support installing tools via Homebrew (take 2) [`#474`](https://github.com/netlify/build-image/pull/474)

### Commits

- Remove wasmer mention in readme [`962be09`](https://github.com/netlify/build-image/commit/962be09326d883e5fa6d0dc5f03abfff5567899e)

## [v3.4.1](https://github.com/netlify/build-image/compare/v3.4.0...v3.4.1) - 2020-07-28

### Merged

- Remove pip cache flag [`#462`](https://github.com/netlify/build-image/pull/462)
- Move build binaries again (to /opt/build-bin this time) [`#460`](https://github.com/netlify/build-image/pull/460)
- Revert "Move build binaries from /usr/local/bin to /opt/build/bin (#450)" [`#459`](https://github.com/netlify/build-image/pull/459)

## [v3.4.1-homebrew](https://github.com/netlify/build-image/compare/v3.4.1...v3.4.1-homebrew) - 2020-09-28

### Merged

- Document `PYTHON_VERSION` option [`#471`](https://github.com/netlify/build-image/pull/471)
- Cache Cypress in ./node_modules/.cache/CypressBinary [`#467`](https://github.com/netlify/build-image/pull/467)
- Fix find_running_procs to exclude correct binary [`#461`](https://github.com/netlify/build-image/pull/461)

### Commits

- Support installing tools via homebrew [`96a3c6f`](https://github.com/netlify/build-image/commit/96a3c6f04f5879262aa727dea3a1027b6095ddb1)
- Remove wasmer permanently. [`19b59c0`](https://github.com/netlify/build-image/commit/19b59c0408431d785c57f229aa9f701b0ae95613)
- Move brew install before all other dependencies [`031d697`](https://github.com/netlify/build-image/commit/031d697fe6d4222443d229f13e8872f26b05dc3e)
- Rename Brewfile to Brewfile.netlify [`75fc194`](https://github.com/netlify/build-image/commit/75fc194cb16598b887882ba73caf023d70ff6f9b)
- Set custom file as default env variable. [`55d0b61`](https://github.com/netlify/build-image/commit/55d0b611f7c91e1eb8efe18312b4872b48124ce1)
- Warn about status of Homebrew support [`c588d67`](https://github.com/netlify/build-image/commit/c588d67a738d4b4e78d5f3d32556fe8edc7eb075)
- Temporarily remove wasmer. [`92f69f9`](https://github.com/netlify/build-image/commit/92f69f9fd7091370bb521169b2400ff5153f0dcc)
- Fix file name in includeD_software.md. [`b7c7cfb`](https://github.com/netlify/build-image/commit/b7c7cfbc59281cf1e429ec2bb8d58d1bffb39b9c)
- Log when installing Homebrew dependencies [`2706fac`](https://github.com/netlify/build-image/commit/2706fac3918c4788732fe8efd4a0e2b413090f47)
- Export variable [`966625c`](https://github.com/netlify/build-image/commit/966625c9f6d555bf3d8b8e222a90e595b1cd7cac)
- Set cypress cache folder in run-build-functions [`5451b1f`](https://github.com/netlify/build-image/commit/5451b1fd60609c87eb2311257e522c91df317205)

## [v3.4.0](https://github.com/netlify/build-image/compare/v3.3.20...v3.4.0) - 2020-07-16

### Merged

- Move build binaries from /usr/local/bin to /opt/build/bin [`#450`](https://github.com/netlify/build-image/pull/450)

## [v3.3.20](https://github.com/netlify/build-image/compare/v3.3.19...v3.3.20) - 2020-07-02
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-image",
"version": "3.4.1",
"version": "3.4.2",
"description": "This repository contains the tools to make the build image Netlify uses to build a site from git (for continuous deployment.)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 970caa1

Please sign in to comment.