Skip to content

Commit fb39859

Browse files
committed
Version bump to v3.1.0
1 parent bd0832b commit fb39859

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ postgresql Cookbook CHANGELOG
33
This file is used to list changes made in each version of the postgresql cookbook.
44

55

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+
621
v3.0.4
722
------
823
### Bug

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 "3.0.5"
7+
version "3.1.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)