From 76d8931dc174a8f293f108f17704802f6e624dfc Mon Sep 17 00:00:00 2001 From: Sebastian Brandt Date: Wed, 28 Feb 2018 10:19:38 +0100 Subject: [PATCH] [VERSION] 0.4.0 --- CHANGELOG.md | 7 +++++-- README.md | 4 +++- fpm-fry.gemspec | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcc02f..9628d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -# 0.3.1 / t.b.d - +# 0.4.0 / 2018.02.28 +* [FIX] multiple chunks of JSON are sent by Docker for Mac +* [ENHANCEMENT] stop using deprecated file copy API endpoint for API versions >= 1.20 +* [ENHANCEMENT] replace ENTRYPOINTs with CMDs +* [FIX] deal with extended pax headers in tar archives * [FEATURE] add experimental apt plugin * [ENHANCEMENT] setting file_map parameter on source is now mostly superfluous * [FEATURE] source learned a new :to option to change the target to change the path where the source resides diff --git a/README.md b/README.md index fb5b9d1..0e7b673 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,8 @@ You can also package container changes directly. Authors ------------------ +Maxime Lagresle @maxlaverse +Stefan Kaes @skaes Hannes Georg @hannesg42 License @@ -318,7 +320,7 @@ License The MIT License (MIT) -Copyright (c) 2014 XING AG +Copyright (c) 2018 XING AG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/fpm-fry.gemspec b/fpm-fry.gemspec index a9d518a..aada690 100644 --- a/fpm-fry.gemspec +++ b/fpm-fry.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = 'fpm-fry' - gem.version = '0.3.0' + gem.version = '0.4.0' gem.date = Time.now.strftime("%Y-%m-%d") gem.summary = "FPM Fry"