Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit cd44009

Browse files
committed
chore: Version bump
1 parent 4737b49 commit cd44009

5 files changed

Lines changed: 38 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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

RELEASING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
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.

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
license 'MIT'
77
description 'Set of chef recipes for OpsWorks based Ruby projects'
88
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
9-
version '1.5.0'
9+
version '1.6.0'
1010
chef_version '~> 12.0' if respond_to?(:chef_version)
1111

1212
depends 'deployer'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)