From 4efbacf4f353a95e2b603901929be506b65ea0f6 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 14 May 2014 23:09:56 +0100 Subject: [PATCH] Version bump v3.1.0 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++--- lib/omnibus/version.rb | 2 +- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771ed6ff5..5d47277bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,43 @@ Omnibus Ruby CHANGELOG ====================== -Unreleased ----------- - +v3.1.0 (May 14, 2014) +------------------------- +### New Features - `friendly_name` is added to project DSL to be able to configure the name on packagers. - `resources_path` is added to project DSL to be able to specify project specific resource files for packagers. +- Add the ability to "sign" OSX packages +- Allow packagers to have project-specific resources +- MSI packager for windows +- Added helpers for generating platform-specific paths +- New build_version DSL +- All new CLI that uses LazyLoading and a much nicer interface (BC-compat) +- Create a real logger object - Omnibus now supports --log-level +- Warn when incorrectly using `replaces` in a project + +### Bug fixes +- Fix Windows bugs in the new git caching feature +- Use the git sha in the git caching so that the software matches "master" +- Force the detaching of all disks before building an OSX DMG +- Remove references to now non-existent Vagrantfile +- Fix an issue where softwares that are both top-level and transitive dependencies were built in the wrong order (see #140 for more information) +- Use `source` when creating software uris and checksums +- Fix invalid cache operations by ensuring the bucket exists +- Add tag output git describe to include lightweight tags +- Remove explicit instance_eval from line 0 +- Remove libz and libgcc_s from the health check whitelist + +### Miscellaneous Changes +- Add CoreServices to OSX whitelist for healthcheck +- Bump the version of the generated Gemfile to Berkshelf ~> 3.0 +- Add test coverage for overridding software source +- Improved test coverage for Omnibus project/software loading +- Refactor and updated Thor +- Add cucumber/aruba for testing the CLI +- Lazy load Ohai and Mixlib::Config default values +- Consistent deprecation warnings +- Updated README badges + v3.0.0 (March 27, 2014) ------------ diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 4e1431c9f..ed41c5900 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = '3.0.0' + VERSION = '3.1.0' end