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

Commit b0258b9

Browse files
committed
3.4.1
1 parent b87e468 commit b0258b9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ 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
10+
## [v3.4.1](https://github.com/netlify/build-image/compare/v3.3.20...v3.4.1) - 2020-07-28
1111

1212
### Merged
1313

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

1619
## [v3.3.20](https://github.com/netlify/build-image/compare/v3.3.19...v3.3.20) - 2020-07-02
@@ -94,23 +97,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9497
### Merged
9598

9699
- 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)
98-
99-
### Commits
100100

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
101+
## [v3.3.11](https://github.com/netlify/build-image/compare/v3.3.9-faster-yarn.1...v3.3.11) - 2020-05-18
106102

107103
### Merged
108104

105+
- Fix `nvm` caching [`#425`](https://github.com/netlify/build-image/pull/425)
109106
- Fix xenial latest tag [`#419`](https://github.com/netlify/build-image/pull/419)
110107
- Remove NETLIFY_BUILD_NODE_VERSION & special handling of its nvm dir [`#413`](https://github.com/netlify/build-image/pull/413)
111108

112109
### Commits
113110

111+
- 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)
112+
- Add support for PYTHON_VERSION env variable. [`388027a`](https://github.com/netlify/build-image/commit/388027a5dc44664b4fb02d35b210722c74d37cd9)
113+
- Cache .netlify/plugins/ directory [`6b0deb5`](https://github.com/netlify/build-image/commit/6b0deb510b7fb195de09fb9bc15bad899829f8d2)
114114
- Merge pull request #417 from netlify/feat/faster-yarn [`3cb2332`](https://github.com/netlify/build-image/commit/3cb2332c473d3cf120f420cb05c4a5e5b1946b74)
115115

116116
## [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.4.0",
3+
"version": "3.4.1",
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)