We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5251f commit b492665Copy full SHA for b492665
2 files changed
CHANGELOG.md
@@ -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
12
## v1.1.0:
13
14
* [COOK-2330] - celeryconfig.py.erb tries to use non-existant String#upper method
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Deploys and configures Python-based applications"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.1.1"
+version "1.2.0"
%w{ application python gunicorn supervisor }.each do |cb|
depends cb
0 commit comments