Commit fb39859 1 parent bd0832b commit fb39859 Copy full SHA for fb39859
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,21 @@ postgresql Cookbook CHANGELOG
3
3
This file is used to list changes made in each version of the postgresql cookbook.
4
4
5
5
6
+ v3.1.0
7
+ ------
8
+ ### Improvement
9
+ - ** [ COOK-3685] ( https://tickets.opscode.com/browse/COOK-3685 ) ** - Upgrade Repo Attributes for Postgresql 9.3
10
+ - ** [ COOK-3597] ( https://tickets.opscode.com/browse/COOK-3597 ) ** - Fix implementation of ` initdb_locale ` attribute for RHEL
11
+ - ** [ COOK-3566] ( https://tickets.opscode.com/browse/COOK-3566 ) ** - Give the user's rules more priority than the default ones in pg_hba
12
+ - ** [ COOK-3553] ( https://tickets.opscode.com/browse/COOK-3553 ) ** - Remove automatic ` apt-get update `
13
+
14
+ ### Bug
15
+ - ** [ COOK-3611] ( https://tickets.opscode.com/browse/COOK-3611 ) ** - Remove ` unix_socket_directory ` (it does not exists in 9.3)
16
+ - ** [ COOK-3599] ( https://tickets.opscode.com/browse/COOK-3599 ) ** - Automatically add PGDG apt repo dependency on PostgreSQL version
17
+ - ** [ COOK-3555] ( https://tickets.opscode.com/browse/COOK-3555 ) ** - Documentation Fix
18
+ - ** [ COOK-2383] ( https://tickets.opscode.com/browse/COOK-2383 ) ** - Update Postgres version in attributes
19
+
20
+
6
21
v3.0.4
7
22
------
8
23
### Bug
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 "3.0.5 "
7
+ version "3.1.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