We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3a724 commit d560fa7Copy full SHA for d560fa7
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v1.0.8:
2
+
3
+* [COOK-2175] - Template cookbook attribute expecting a string,
4
+getting symbol instead.
5
6
## v1.0.6:
7
8
* [COOK-2122] - pip was incorrectly using -E syntax
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.0.6"
+version "1.0.8"
9
%w{ application python gunicorn supervisor }.each do |cb|
10
depends cb
0 commit comments