Skip to content

Commit b492665

Browse files
author
jtimberman
committed
release v1.2.0
1 parent 2f5251f commit b492665

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.2.0:
2+
3+
### Improvement
4+
5+
- [COOK-2611]: Celery LWRP should configure which queues a celeryd
6+
worker binds to
7+
8+
### Bug
9+
10+
- [COOK-2599]: gunicorn provider fails if no `node['cpu']['total']`
11+
112
## v1.1.0:
213

314
* [COOK-2330] - celeryconfig.py.erb tries to use non-existant String#upper method

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license "Apache 2.0"
55
description "Deploys and configures Python-based applications"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.1.1"
7+
version "1.2.0"
88

99
%w{ application python gunicorn supervisor }.each do |cb|
1010
depends cb

0 commit comments

Comments
 (0)