From 50b40d1776c6938f6874143175b5773eeee311ef Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Wed, 13 Mar 2019 17:00:58 -0700 Subject: [PATCH] 3.0.0-beta.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e1b1ec..6cae66e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v3.0.0-beta.7](https://github.com/netlify/build-image/compare/v3.0.0-beta.6...v3.0.0-beta.7) - 2019-03-14 + +### Merged + +- Added support for 'Current' channel Dotnet Core in Dockerfile, using … [`#230`](https://github.com/netlify/build-image/pull/230) +- updated to wkhtmltopdf 0.12.5 and pandoc 2.4 [`#275`](https://github.com/netlify/build-image/pull/275) +- Replace trusty info with xenial info [`#278`](https://github.com/netlify/build-image/pull/278) + ## [v3.0.0-beta.6](https://github.com/netlify/build-image/compare/v3.0.0-beta.5...v3.0.0-beta.6) - 2019-03-13 ### Commits - Cherrypick trusty README updates [`401af28`](https://github.com/netlify/build-image/commit/401af28a2978186bb33bafb3cae5ccbf3f51fe20) +- updated to wkhtmltopdf 0.12.5 and pandoc 2.4 [`6ac2421`](https://github.com/netlify/build-image/commit/6ac2421dc24ef266ba1225cdf748ea837c4d87b8) - :sparkles: Added doxygen [`f593bbb`](https://github.com/netlify/build-image/commit/f593bbb3889c55f242d027b3e220d429238e6754) - switch to LABEL, MAINTAINER is deprecated [`02126cb`](https://github.com/netlify/build-image/commit/02126cbca3a46591ac0cb7c4eee37f822aef403d) - Install libenchant1c2a package [`53f83f6`](https://github.com/netlify/build-image/commit/53f83f62b688ad0fd5c15fef23dbbf325dd5bf23) @@ -161,6 +170,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add FILES [`a949ba3`](https://github.com/netlify/build-image/commit/a949ba36054d3a23001b498a17639689aec218e0) - Finish up tagging conventions [`7419ce2`](https://github.com/netlify/build-image/commit/7419ce2e2f362e143db71f41f53176268c2d8166) +- Added support for 'Current' channel Dotnet Core in Dockerfile, using local install for buildbot. [`29da4a6`](https://github.com/netlify/build-image/commit/29da4a6c81bacfebf2131d9de4e1dd088e216b20) - chore(deps): use latest Ruby patches [`770a7ef`](https://github.com/netlify/build-image/commit/770a7ef6a03d71832fe8e651e147a63655405425) - Fix versioning script [`31b28c3`](https://github.com/netlify/build-image/commit/31b28c3dfa32b95100883fdbe30a322a96d2f858) - Add some new binary files to LFS config [`3864846`](https://github.com/netlify/build-image/commit/386484698eed534e00419def2b6bc6eb845e1184) diff --git a/package.json b/package.json index ab457b9a..ca9e38f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.0.0-beta.6", + "version": "3.0.0-beta.7", "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": {