Skip to content

Commit

Permalink
pleased version 0.7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Feb 9, 2024
1 parent 6d82fbc commit 62c0df6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# 0.7.2.1 / 2024.02.09
* [FIX] fixed rather old typo which got accidentally revealed by previous commits

# 0.7.2 / 2024.02.09
* support --pull flag on cook to automatically pull the base image
* avoid "implicit conversion of nil into String errors" when base image is missing
* use ARG instead of ENV to silence apt commands
* updated ruby versions used by Github actions
* [FEATURE] support --pull flag on cook to automatically pull the base image
* [FIX] avoid "implicit conversion of nil into String errors" when base image is missing
* [CHANGE] use ARG instead of ENV to silence apt commands
* [CHANGE] updated ruby versions used by Github actions

# 0.7.1 / 2023.06.14
* export target platform to recipes as architecture method.
* [ENHANCEMENT] export target platform to recipes as architecture method.

# 0.7.0 / 2023.06.13
* [ENHANCEMENT] Support cross platform package builds.
Expand Down
8 changes: 1 addition & 7 deletions fpm-fry.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'fpm-fry'
gem.version = '0.7.2'
gem.version = '0.7.2.1'
gem.date = Time.now.strftime("%Y-%m-%d")

gem.summary = "FPM Fry"
Expand Down Expand Up @@ -28,10 +28,4 @@ Gem::Specification.new do |gem|

gem.add_dependency 'excon', '~> 0.71'
gem.add_dependency 'fpm', '~> 1.13'

gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'rspec', '~> 3.0', '>= 3.0.0'
gem.add_development_dependency 'webmock', '~> 3.0'
gem.add_development_dependency 'coveralls', '>= 0.8.23'
gem.add_development_dependency 'simplecov', '>= 0'
end

0 comments on commit 62c0df6

Please sign in to comment.