Skip to content

Commit

Permalink
Merge pull request #351 from hw-cookbooks/develop
Browse files Browse the repository at this point in the history
postgresql 4.0.6
  • Loading branch information
Aaron Baer committed Apr 15, 2016
2 parents 86eee2d + abcab38 commit 9b34bb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@ postgresql Cookbook CHANGELOG
=============================
This file is used to list changes made in each version of the postgresql cookbook.

v4.0.6
-----
* Add 16.04 Xenial to the allowed list

v4.0.4
-----
* Add leading pound symbol on pg_hba.conf template comment line
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "4.0.4"
version "4.0.6"
source_url "https://github.com/hw-cookbooks/postgresql" if respond_to?(:source_url)
issues_url "https://github.com/hw-cookbooks/postgresql/issues" if respond_to?(:issues_url)
recipe "postgresql", "Includes postgresql::client"
Expand All @@ -14,7 +14,7 @@
recipe "postgresql::server_redhat", "Installs postgresql server packages, redhat family style"
recipe "postgresql::server_debian", "Installs postgresql server packages, debian family style"

supports "ubuntu", "<= 15.10"
supports "ubuntu", "<= 16.04"

%w{debian fedora suse opensuse amazon}.each do |os|
supports os
Expand Down
2 changes: 1 addition & 1 deletion recipes/apt_pgdg_postgresql.rb
@@ -1,4 +1,4 @@
if not %w(jessie squeeze wheezy sid lucid precise saucy trusty utopic wily).include? node['postgresql']['pgdg']['release_apt_codename']
if not %w(jessie squeeze wheezy sid lucid precise saucy trusty utopic wily xenial).include? node['postgresql']['pgdg']['release_apt_codename']
raise "Not supported release by PGDG apt repository"
end

Expand Down

0 comments on commit 9b34bb0

Please sign in to comment.