Skip to content

Commit 355a7a2

Browse files
author
jtimberman
committed
release v2.2.0
1 parent c898e0d commit 355a7a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## v2.1.0:
212

313
* [COOK-1872] - Allow latest PostgreSQL deb packages to be installed

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license "Apache 2.0"
55
description "Installs and configures postgresql for clients or servers"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "2.1.1"
7+
version "2.2.0"
88
recipe "postgresql", "Includes postgresql::client"
99
recipe "postgresql::ruby", "Installs pg gem for Ruby bindings"
1010
recipe "postgresql::client", "Installs postgresql client package(s)"

0 commit comments

Comments
 (0)