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

Commit 970caa1

Browse files
committed
3.4.2
1 parent 4b48fbd commit 970caa1

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [v3.4.1](https://github.com/netlify/build-image/compare/v3.3.20...v3.4.1) - 2020-07-28
10+
## [v3.4.2](https://github.com/netlify/build-image/compare/v3.4.1-homebrew...v3.4.2) - 2020-11-02
11+
12+
### Merged
13+
14+
- Support installing tools via Homebrew (take 2) [`#474`](https://github.com/netlify/build-image/pull/474)
15+
16+
### Commits
17+
18+
- Remove wasmer mention in readme [`962be09`](https://github.com/netlify/build-image/commit/962be09326d883e5fa6d0dc5f03abfff5567899e)
19+
20+
## [v3.4.1](https://github.com/netlify/build-image/compare/v3.4.0...v3.4.1) - 2020-07-28
1121

1222
### Merged
1323

1424
- Remove pip cache flag [`#462`](https://github.com/netlify/build-image/pull/462)
1525
- Move build binaries again (to /opt/build-bin this time) [`#460`](https://github.com/netlify/build-image/pull/460)
1626
- Revert "Move build binaries from /usr/local/bin to /opt/build/bin (#450)" [`#459`](https://github.com/netlify/build-image/pull/459)
27+
28+
## [v3.4.1-homebrew](https://github.com/netlify/build-image/compare/v3.4.1...v3.4.1-homebrew) - 2020-09-28
29+
30+
### Merged
31+
32+
- Document `PYTHON_VERSION` option [`#471`](https://github.com/netlify/build-image/pull/471)
33+
- Cache Cypress in ./node_modules/.cache/CypressBinary [`#467`](https://github.com/netlify/build-image/pull/467)
34+
- Fix find_running_procs to exclude correct binary [`#461`](https://github.com/netlify/build-image/pull/461)
35+
36+
### Commits
37+
38+
- Support installing tools via homebrew [`96a3c6f`](https://github.com/netlify/build-image/commit/96a3c6f04f5879262aa727dea3a1027b6095ddb1)
39+
- Remove wasmer permanently. [`19b59c0`](https://github.com/netlify/build-image/commit/19b59c0408431d785c57f229aa9f701b0ae95613)
40+
- Move brew install before all other dependencies [`031d697`](https://github.com/netlify/build-image/commit/031d697fe6d4222443d229f13e8872f26b05dc3e)
41+
- Rename Brewfile to Brewfile.netlify [`75fc194`](https://github.com/netlify/build-image/commit/75fc194cb16598b887882ba73caf023d70ff6f9b)
42+
- Set custom file as default env variable. [`55d0b61`](https://github.com/netlify/build-image/commit/55d0b611f7c91e1eb8efe18312b4872b48124ce1)
43+
- Warn about status of Homebrew support [`c588d67`](https://github.com/netlify/build-image/commit/c588d67a738d4b4e78d5f3d32556fe8edc7eb075)
44+
- Temporarily remove wasmer. [`92f69f9`](https://github.com/netlify/build-image/commit/92f69f9fd7091370bb521169b2400ff5153f0dcc)
45+
- Fix file name in includeD_software.md. [`b7c7cfb`](https://github.com/netlify/build-image/commit/b7c7cfbc59281cf1e429ec2bb8d58d1bffb39b9c)
46+
- Log when installing Homebrew dependencies [`2706fac`](https://github.com/netlify/build-image/commit/2706fac3918c4788732fe8efd4a0e2b413090f47)
47+
- Export variable [`966625c`](https://github.com/netlify/build-image/commit/966625c9f6d555bf3d8b8e222a90e595b1cd7cac)
48+
- Set cypress cache folder in run-build-functions [`5451b1f`](https://github.com/netlify/build-image/commit/5451b1fd60609c87eb2311257e522c91df317205)
49+
50+
## [v3.4.0](https://github.com/netlify/build-image/compare/v3.3.20...v3.4.0) - 2020-07-16
51+
52+
### Merged
53+
1754
- Move build binaries from /usr/local/bin to /opt/build/bin [`#450`](https://github.com/netlify/build-image/pull/450)
1855

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-image",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "This repository contains the tools to make the build image Netlify uses to build a site from git (for continuous deployment.)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)