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

Commit 68f5e4d

Browse files
committed
3.4.0
1 parent 8a90692 commit 68f5e4d

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.0](https://github.com/netlify/build-image/compare/v3.3.20...v3.4.0) - 2020-07-16
11+
12+
### Merged
13+
14+
- Move build binaries from /usr/local/bin to /opt/build/bin [`#450`](https://github.com/netlify/build-image/pull/450)
15+
1016
## [v3.3.20](https://github.com/netlify/build-image/compare/v3.3.19...v3.3.20) - 2020-07-02
1117

1218
### Merged
@@ -88,20 +94,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
8894
### Merged
8995

9096
- Move NF-build node to later image and lock node 10 version. [`#418`](https://github.com/netlify/build-image/pull/418)
97+
- Fix `nvm` caching [`#425`](https://github.com/netlify/build-image/pull/425)
9198

92-
## [v3.3.11](https://github.com/netlify/build-image/compare/v3.3.9-faster-yarn.1...v3.3.11) - 2020-05-18
99+
### Commits
100+
101+
- Move Python-version-related error handling to a function, and use it when falling back to $PYTHON_VERSION. [`1ec8e7c`](https://github.com/netlify/build-image/commit/1ec8e7c153b49f6c39c69e4d63eabfb472128ead)
102+
- Add support for PYTHON_VERSION env variable. [`388027a`](https://github.com/netlify/build-image/commit/388027a5dc44664b4fb02d35b210722c74d37cd9)
103+
- Cache .netlify/plugins/ directory [`6b0deb5`](https://github.com/netlify/build-image/commit/6b0deb510b7fb195de09fb9bc15bad899829f8d2)
104+
105+
## [v3.3.11](https://github.com/netlify/build-image/compare/v3.3.9-faster-yarn.1...v3.3.11) - 2020-05-14
93106

94107
### Merged
95108

96-
- Fix `nvm` caching [`#425`](https://github.com/netlify/build-image/pull/425)
97109
- Fix xenial latest tag [`#419`](https://github.com/netlify/build-image/pull/419)
98110
- Remove NETLIFY_BUILD_NODE_VERSION & special handling of its nvm dir [`#413`](https://github.com/netlify/build-image/pull/413)
99111

100112
### Commits
101113

102-
- Move Python-version-related error handling to a function, and use it when falling back to $PYTHON_VERSION. [`1ec8e7c`](https://github.com/netlify/build-image/commit/1ec8e7c153b49f6c39c69e4d63eabfb472128ead)
103-
- Add support for PYTHON_VERSION env variable. [`388027a`](https://github.com/netlify/build-image/commit/388027a5dc44664b4fb02d35b210722c74d37cd9)
104-
- Cache .netlify/plugins/ directory [`6b0deb5`](https://github.com/netlify/build-image/commit/6b0deb510b7fb195de09fb9bc15bad899829f8d2)
105114
- Merge pull request #417 from netlify/feat/faster-yarn [`3cb2332`](https://github.com/netlify/build-image/commit/3cb2332c473d3cf120f420cb05c4a5e5b1946b74)
106115

107116
## [v3.3.10](https://github.com/netlify/build-image/compare/v3.3.9...v3.3.10) - 2020-05-08

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.3.20",
3+
"version": "3.4.0",
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)