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

Commit bad3740

Browse files
committed
chore: Version bump
1 parent 77f569c commit bad3740

4 files changed

Lines changed: 34 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="1.9.0"></a>
2+
# [1.9.0](https://github.com/ajgon/opsworks_ruby/compare/v1.8.0...v1.9.0) (2018-03-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **appserver:** Wait up to 10 sec for graceful shutdown ([def1c21](https://github.com/ajgon/opsworks_ruby/commit/def1c21)), closes [#127](https://github.com/ajgon/opsworks_ruby/issues/127)
8+
* **configure:** Don't create pids symlink if it already exists ([4671ac9](https://github.com/ajgon/opsworks_ruby/commit/4671ac9)), closes [#126](https://github.com/ajgon/opsworks_ruby/issues/126)
9+
* **appserver:** failed to start appserver. ([#146](https://github.com/ajgon/opsworks_ruby/issues/146)) ([4505890](https://github.com/ajgon/opsworks_ruby/commit/4505890))
10+
* **source:** remove temporary directories after deploy ([b92417f](https://github.com/ajgon/opsworks_ruby/commit/b92417f))
11+
* **source:** Subdirectories on S3 are now properly handled ([9373173](https://github.com/ajgon/opsworks_ruby/commit/9373173))
12+
* **webserver:** Switched `chef_nginx` back to `nginx` cookbook ([683f840](https://github.com/ajgon/opsworks_ruby/commit/683f840)), closes [#148](https://github.com/ajgon/opsworks_ruby/issues/148)
13+
14+
15+
### Features
16+
17+
* **ruby:** Added support for ruby 2.5 ([2fd887a](https://github.com/ajgon/opsworks_ruby/commit/2fd887a))
18+
* **source:** Added support for HTTP ([34829f2](https://github.com/ajgon/opsworks_ruby/commit/34829f2))
19+
* **source:** Added support for S3 ([019c0ad](https://github.com/ajgon/opsworks_ruby/commit/019c0ad)), closes [#133](https://github.com/ajgon/opsworks_ruby/issues/133)
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **source:** `app['scm']` has been renamed to `app['source']`. This
25+
only affects the Custom JSON files, so if you were using this block
26+
there, you should change it. If you were using OpsWorks git configurator
27+
(which is probably 99.99% true), this change wouldn't affect you.
28+
29+
30+
131
<a name="1.8.0"></a>
232
# [1.8.0](https://github.com/ajgon/opsworks_ruby/compare/v1.7.1...v1.8.0) (2017-10-23)
333

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.8.0'
62+
version = u'1.9.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.8.0'
64+
release = u'1.9.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.8.0'
9+
version '1.9.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.8.0",
3+
"version": "1.9.0",
44
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
55
"dependencies": {},
66
"devDependencies": {

0 commit comments

Comments
 (0)