This repository was archived by the owner on Dec 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <a name =" 1.3.0 " ></a >
2+ # [ 1.3.0] ( https://github.com/ajgon/opsworks_ruby/compare/v1.2.1...v1.3.0 ) (2017-01-16)
3+
4+
5+ ### Features
6+
7+ * ** appserver:** Allowed deploy_before_restart on null appserver ([ b0375a6] ( https://github.com/ajgon/opsworks_ruby/commit/b0375a6 ) )
8+ * ** database:** Added aurora as allowed engine for mysql2 adapter ([ a2789f0] ( https://github.com/ajgon/opsworks_ruby/commit/a2789f0 ) )
9+ * ** ruby:** Added support for ruby 2.4 ([ a89451f] ( https://github.com/ajgon/opsworks_ruby/commit/a89451f ) )
10+
11+
12+ ### BREAKING CHANGES
13+
14+ * ruby: Ruby 2.4 is now a default Ruby interpreter
15+
16+
17+
118<a name =" 1.2.1 " ></a >
219## [ 1.2.1] ( https://github.com/ajgon/opsworks_ruby/compare/v1.2.0...v1.2.1 ) (2016-11-27)
320
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Author: [Igor Rzegocki](https://www.rzegocki.pl/) ([@ajgon](https://github.com/a
2828* Phong Si ([ @phongsi ] ( https://github.com/phongsi ) )
2929* Nathan Flood ([ @npflood ] ( https://github.com/npflood ) )
3030* Marcos Beirigo ([ @marcosbeirigo ] ( https://github.com/marcosbeirigo ) )
31+ * Kevin Pheasey ([ @kpheasey ] ( https://github.com/kpheasey ) )
3132
3233## License
3334
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'1.2.1 '
62+ version = u'1.3.0 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'1.2.1 '
64+ release = u'1.3.0 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 55license 'MIT'
66description 'Set of chef recipes for OpsWorks based Ruby projects'
77long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
8- version '1.2.1 '
8+ version '1.3.0 '
99
1010depends 'deployer'
1111depends 'ruby-ng'
Original file line number Diff line number Diff line change 11{
22 "name" : " opsworks_ruby" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.3.0 " ,
44 "description" : " Set of chef recipes for OpsWorks based Ruby projects." ,
55 "dependencies" : {},
66 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments