|
1 | 1 | Omnibus Ruby CHANGELOG
|
2 | 2 | ======================
|
3 | 3 |
|
4 |
| -Unreleased |
5 |
| ----------- |
6 |
| - |
| 4 | +v3.1.0 (May 14, 2014) |
| 5 | +------------------------- |
| 6 | +### New Features |
7 | 7 | - `friendly_name` is added to project DSL to be able to configure the name on packagers.
|
8 | 8 | - `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 | + |
9 | 41 |
|
10 | 42 | v3.0.0 (March 27, 2014)
|
11 | 43 | ------------
|
|
0 commit comments