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

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaiah committed Jul 16, 2020
1 parent 8a90692 commit 68f5e4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ 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.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

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

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

## [v3.3.11](https://github.com/netlify/build-image/compare/v3.3.9-faster-yarn.1...v3.3.11) - 2020-05-18
### Commits

- 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)
- Add support for PYTHON_VERSION env variable. [`388027a`](https://github.com/netlify/build-image/commit/388027a5dc44664b4fb02d35b210722c74d37cd9)
- Cache .netlify/plugins/ directory [`6b0deb5`](https://github.com/netlify/build-image/commit/6b0deb510b7fb195de09fb9bc15bad899829f8d2)

## [v3.3.11](https://github.com/netlify/build-image/compare/v3.3.9-faster-yarn.1...v3.3.11) - 2020-05-14

### Merged

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

### Commits

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

## [v3.3.10](https://github.com/netlify/build-image/compare/v3.3.9...v3.3.10) - 2020-05-08
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.3.20",
"version": "3.4.0",
"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 68f5e4d

Please sign in to comment.