Commit 355a7a2 jtimberman
committed
1 parent c898e0d commit 355a7a2 Copy full SHA for 355a7a2
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.2.0:
2
+
3
+ * [ COOK-2230] - Careful about Debian minor version numbers
4
+ * [ COOK-2231] - Fix support for postgresql 9.x in server_redhat recipe
5
+ * [ COOK-2238] - Postgresql recipe error in password check
6
+ * [ COOK-2176] - PostgreSQL cookbook in Solo mode can cause
7
+ "NoMethodError: undefined method `[ ] ' for nil: NilClass "
8
+ * [ COOK-2233] - Provide postgresql::contrib recipe to install useful
9
+ server administration tools
10
+
1
11
## v2.1.0:
2
12
3
13
* [ COOK-1872] - Allow latest PostgreSQL deb packages to be installed
Original file line number Diff line number Diff line change 4
4
license "Apache 2.0"
5
5
description "Installs and configures postgresql for clients or servers"
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version "2.1.1 "
7
+ version "2.2.0 "
8
8
recipe "postgresql" , "Includes postgresql::client"
9
9
recipe "postgresql::ruby" , "Installs pg gem for Ruby bindings"
10
10
recipe "postgresql::client" , "Installs postgresql client package(s)"
You can’t perform that action at this time.
0 commit comments