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.6.0 " ></a >
2+ # [ 1.6.0] ( https://github.com/ajgon/opsworks_ruby/compare/v1.5.0...v1.6.0 ) (2017-06-03)
3+
4+
5+ ### Bug Fixes
6+
7+ * ** ubuntu:** proper provisioning for ubuntu 16.04 ([ ea5b530] ( https://github.com/ajgon/opsworks_ruby/commit/ea5b530 ) ), closes [ #81 ] ( https://github.com/ajgon/opsworks_ruby/issues/81 )
8+
9+
10+ ### Features
11+
12+ * ** webserver:** Specify upgrade method for nginx ([ 2624d04] ( https://github.com/ajgon/opsworks_ruby/commit/2624d04 ) )
13+ * ** logrotate:** rotate all logs in app/log ([ 4737b49] ( https://github.com/ajgon/opsworks_ruby/commit/4737b49 ) )
14+
15+
16+ ### BREAKING CHANGES
17+
18+ * Support for all legacy distributions has been dropped
19+ off. Currently, only Ubuntu 16.04 and Amazon Linux 2017.03 are
20+ supported.
21+
22+ This cookbook _ should_ work on earlier versions (especially on Ubuntu),
23+ PR with fixes to them _ will_ be accepted, however the core team won't
24+ include any patches for those distros by they own.
25+
26+
27+
128<a name =" 1.5.0 " ></a >
229# [ 1.5.0] ( https://github.com/ajgon/opsworks_ruby/compare/v1.4.0...v1.5.0 ) (2017-04-25)
330
Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ Solution:
5454% sudo chown -R $USER /var/chef
5555```
5656
57+ ### ERROR: Authentication failed due to an invalid public/private key pair
58+
59+ ``` shell
60+ docker run -it --rm --privileged --pid=host opsworksruby_cookbook \
61+ nsenter -t 1 -m -u -n -i date -u $( date -u +%m%d%H%M%Y)
62+ ```
63+
5764### ERROR: Error uploading cookbook opsworks_ruby to the Opscode Cookbook Site
5865
5966``` shell
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'1.5 .0'
62+ version = u'1.6 .0'
6363# The full version, including alpha/beta/rc tags.
64- release = u'1.5 .0'
64+ release = u'1.6 .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 66license 'MIT'
77description 'Set of chef recipes for OpsWorks based Ruby projects'
88long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
9- version '1.5 .0'
9+ version '1.6 .0'
1010chef_version '~> 12.0' if respond_to? ( :chef_version )
1111
1212depends 'deployer'
Original file line number Diff line number Diff line change 11{
22 "name" : " opsworks_ruby" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .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