Skip to content
Snippets Groups Projects
Commit eeef201d authored by Seth Chisamore's avatar Seth Chisamore
Browse files

v1.3.0

parent 369b6955
No related branches found
No related tags found
No related merge requests found
## 1.3.0 (December 6, 2013)
FEATURES:
* Add `build_retries` global config value (still 3 by default). ([@fujin][], [#63][])
* Add support for pre-install scripts. ([@christophermaier][])
* Add support for `*.tar.xz` files. ([@jf647][], [#71][])
* Add `erb` builder command. ([@ohlol][], [#79][])
* Add `package_user`, `package_group` to project definitions for setting
user and group ownership for of deb/rpm/solaris packages. ([@ohlol][], [#80][])
* Add `config_file` to project definitions for passing `--config-files`
options to the `fpm` builder commands. ([@christophergeers][], [#85][])
IMPROVEMENTS:
* Bump default cpus to get better throughput when Ohai is wrong. ([@lamont-granquist][])
* Whitelist `libnsl` on Arch Linux. ([@sl4mmy][], [#67][])
* Switch to using pkgmk for Solaris. ([@lamont-granquist][], [#72][])
* Remove make install from c-example. ([@johntdyer][], [#73][])
* Update Vagrantfile template to use provisionerless base boxes. ([@schisamo][], [#74][])
* Allow access to `Omnibus.project_root` in builder blocks. ([@ohlol][], [#78][])
* Refactor how we handle loading dirs for software files. ([@benjaminws][], [#82][])
* Update depdencies: ([@schisamo][], [#86][])
* fpm 1.0.0
* mixlib-config 2.1.0
* mixlib-shellout 1.3.0
BUG FIXES:
* Properly handle `HTTP_PROXY_USER` and `HTTP_PROXY_PASS`. ([@databus23][], [#77][])
* Fix the incorrect error message logged when the Git fetcher failed to
resolve refs to commits. ([@mumoshu][], [#81][])
* Removin unsupported `config.ssh.max_tries` and `config.ssh.timeout`
from Vagrantfile template. ([@totally][], [#83][])
* Mention the required Vagrant plugins. ([@jacobvosmaer][], [#70][])
## 1.2.0 (July 12, 2013)
 
FEATURES:
Loading
Loading
@@ -94,3 +130,35 @@ BUG FIXES:
## 1.0.0 (April 21, 2013)
 
* The initial release.
<!--- The following link definition list is generated by PimpMyChangelog --->
[#63]: https://github.com/opscode/omnibus-ruby/issues/63
[#67]: https://github.com/opscode/omnibus-ruby/issues/67
[#70]: https://github.com/opscode/omnibus-ruby/issues/70
[#71]: https://github.com/opscode/omnibus-ruby/issues/71
[#72]: https://github.com/opscode/omnibus-ruby/issues/72
[#73]: https://github.com/opscode/omnibus-ruby/issues/73
[#74]: https://github.com/opscode/omnibus-ruby/issues/74
[#77]: https://github.com/opscode/omnibus-ruby/issues/77
[#78]: https://github.com/opscode/omnibus-ruby/issues/78
[#79]: https://github.com/opscode/omnibus-ruby/issues/79
[#80]: https://github.com/opscode/omnibus-ruby/issues/80
[#81]: https://github.com/opscode/omnibus-ruby/issues/81
[#82]: https://github.com/opscode/omnibus-ruby/issues/82
[#83]: https://github.com/opscode/omnibus-ruby/issues/83
[#85]: https://github.com/opscode/omnibus-ruby/issues/85
[#86]: https://github.com/opscode/omnibus-ruby/issues/86
[@benjaminws]: https://github.com/benjaminws
[@christophergeers]: https://github.com/christophergeers
[@christophermaier]: https://github.com/christophermaier
[@databus23]: https://github.com/databus23
[@fujin]: https://github.com/fujin
[@jacobvosmaer]: https://github.com/jacobvosmaer
[@jf647]: https://github.com/jf647
[@johntdyer]: https://github.com/johntdyer
[@lamont-granquist]: https://github.com/lamont-granquist
[@mumoshu]: https://github.com/mumoshu
[@ohlol]: https://github.com/ohlol
[@schisamo]: https://github.com/schisamo
[@sl4mmy]: https://github.com/sl4mmy
[@totally]: https://github.com/totally
source 'https://rubygems.org'
 
gem 'omnibus', '~> 1.2.0'
gem 'omnibus', '~> 1.3.0'
gem 'omnibus-software', :git => 'git://github.com/opscode/omnibus-software.git', :branch => 'master'
Loading
Loading
@@ -16,5 +16,5 @@
#
 
module Omnibus
VERSION = "1.2.0"
VERSION = "1.3.0"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment