Skip to content

Commit 4efbacf

Browse files
committed
Version bump v3.1.0
1 parent e49b3cf commit 4efbacf

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,43 @@
11
Omnibus Ruby CHANGELOG
22
======================
33

4-
Unreleased
5-
----------
6-
4+
v3.1.0 (May 14, 2014)
5+
-------------------------
6+
### New Features
77
- `friendly_name` is added to project DSL to be able to configure the name on packagers.
88
- `resources_path` is added to project DSL to be able to specify project specific resource files for packagers.
9+
- Add the ability to "sign" OSX packages
10+
- Allow packagers to have project-specific resources
11+
- MSI packager for windows
12+
- Added helpers for generating platform-specific paths
13+
- New build_version DSL
14+
- All new CLI that uses LazyLoading and a much nicer interface (BC-compat)
15+
- Create a real logger object - Omnibus now supports --log-level
16+
- Warn when incorrectly using `replaces` in a project
17+
18+
### Bug fixes
19+
- Fix Windows bugs in the new git caching feature
20+
- Use the git sha in the git caching so that the software matches "master"
21+
- Force the detaching of all disks before building an OSX DMG
22+
- Remove references to now non-existent Vagrantfile
23+
- Fix an issue where softwares that are both top-level and transitive dependencies were built in the wrong order (see #140 for more information)
24+
- Use `source` when creating software uris and checksums
25+
- Fix invalid cache operations by ensuring the bucket exists
26+
- Add tag output git describe to include lightweight tags
27+
- Remove explicit instance_eval from line 0
28+
- Remove libz and libgcc_s from the health check whitelist
29+
30+
### Miscellaneous Changes
31+
- Add CoreServices to OSX whitelist for healthcheck
32+
- Bump the version of the generated Gemfile to Berkshelf ~> 3.0
33+
- Add test coverage for overridding software source
34+
- Improved test coverage for Omnibus project/software loading
35+
- Refactor and updated Thor
36+
- Add cucumber/aruba for testing the CLI
37+
- Lazy load Ohai and Mixlib::Config default values
38+
- Consistent deprecation warnings
39+
- Updated README badges
40+
941

1042
v3.0.0 (March 27, 2014)
1143
------------

lib/omnibus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#
1616

1717
module Omnibus
18-
VERSION = '3.0.0'
18+
VERSION = '3.1.0'
1919
end

0 commit comments

Comments
 (0)