Skip to content

Commit

Permalink
Merge branch 'main' into automated/standardfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromweld authored Nov 18, 2024
2 parents a29e95e + 7520cb2 commit 5b54787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This file is used to list changes made in the last 3 major versions of the postg

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management
## 12.0.1 - *2024-11-10*

Standardise files with files in sous-chefs/repo-management
- resolved cookstyle error: `libraries/sql/_connection.rb:77:11` refactor: `Chef/Style/UnnecessaryPlatformCaseStatement`

## 12.0.0 - *2024-11-05*

Expand Down
3 changes: 1 addition & 2 deletions libraries/sql/_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ def install_pg_gem
'libpq5'
end

case node['platform_family']
when 'rhel'
if platform_family?('rhel')
case node['platform_version'].to_i
when 7
declare_resource(:package, 'epel-release') { compile_time(true) }
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs and configures postgresql for clients or servers'
version '12.0.0'
version '12.0.1'
source_url 'https://github.com/sous-chefs/postgresql'
issues_url 'https://github.com/sous-chefs/postgresql/issues'
chef_version '>= 16.0'
Expand Down

0 comments on commit 5b54787

Please sign in to comment.