-
Notifications
You must be signed in to change notification settings - Fork 613
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-postgresql
base: v6.9.0
head repository: puppetlabs/puppetlabs-postgresql
compare: v6.10.0
- 16 commits
- 43 files changed
- 8 contributors
Commits on Jan 11, 2021
-
Use OS major version numbers in globals
This is a code simplification for distributions that don't change the PostgreSQL version in a major release. As a bonus fact, it adds support for CentOS 8 Stream which identifies itself without a minor version. For completeness, the OS facts from CentOS 8 Stream: # facter os { architecture => "x86_64", family => "RedHat", hardware => "x86_64", name => "CentOS", release => { full => "8", major => "8" }, selinux => { enabled => false } }Configuration menu - View commit details
-
Copy full SHA for 3a56540 - Browse repository at this point
Copy the full SHA 3a56540View commit details -
Remove redundant selector for Archlinux
Both branches of the selector have the same version so it's redundant.
Configuration menu - View commit details
-
Copy full SHA for 0e7dca8 - Browse repository at this point
Copy the full SHA 0e7dca8View commit details
Commits on Jan 15, 2021
-
Set default PostgresQL version for FreeBSD
FreeBSD uses Postgresql 12 by default Ref: https://svnweb.freebsd.org/ports/branches/2021Q1/Mk/bsd.default-versions.mk?revision=560000&view=markup#l100
Configuration menu - View commit details
-
Copy full SHA for 9b66c16 - Browse repository at this point
Copy the full SHA 9b66c16View commit details
Commits on Jan 25, 2021
-
Merge pull request #1228 from puppetlabs/release
(IAC-1337) - Release version v6.9.0
Configuration menu - View commit details
-
Copy full SHA for 4c162cb - Browse repository at this point
Copy the full SHA 4c162cbView commit details -
Merge pull request #1227 from olevole/main
Set default PostgresQL version for FreeBSD
Configuration menu - View commit details
-
Copy full SHA for 4065ce2 - Browse repository at this point
Copy the full SHA 4065ce2View commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ef50d2 - Browse repository at this point
Copy the full SHA 1ef50d2View commit details
Commits on Jan 28, 2021
-
Fix postgresql::sql task when password is not set
When password is not set, `{ 'PGPASSWORD' => password } unless password.nil?` evaluates to `nil`, setting `env_hash` to `nil`. `nil` is then passed as the first argument of `Open3.capture3` which result in an exception: ``` /opt/puppetlabs/puppet/lib/ruby/2.7.0/open3.rb:213:in `spawn': no implicit conversion of nil into String (TypeError) from /opt/puppetlabs/puppet/lib/ruby/2.7.0/open3.rb:213:in `popen_run' from /opt/puppetlabs/puppet/lib/ruby/2.7.0/open3.rb:101:in `popen3' from /opt/puppetlabs/puppet/lib/ruby/2.7.0/open3.rb:281:in `capture3' from /opt/puppetlabs/mcollective/tasks-spool/899e9e0635bb53f1a09b4716548ff69f/files/sql.rb:13:in `get' from /opt/puppetlabs/mcollective/tasks-spool/899e9e0635bb53f1a09b4716548ff69f/files/sql.rb:27:in `<main>' ``` Make sure `env_hash` is always a hash to fix this issue.Configuration menu - View commit details
-
Copy full SHA for b852434 - Browse repository at this point
Copy the full SHA b852434View commit details
Commits on Feb 1, 2021
-
Merge pull request #1225 from ekohl/use-major-version
Clean up globals logic to support CentOS 8 stream
Configuration menu - View commit details
-
Copy full SHA for 15c8728 - Browse repository at this point
Copy the full SHA 15c8728View commit details -
Merge pull request #1226 from smortex/fix-task
Fix postgresql::sql task when password is not set
Configuration menu - View commit details
-
Copy full SHA for 7d965b9 - Browse repository at this point
Copy the full SHA 7d965b9View commit details -
Merge pull request #1229 from puppetlabs/pdksync_gha-updates
pdksync - Update gha templates
Configuration menu - View commit details
-
Copy full SHA for 07d9965 - Browse repository at this point
Copy the full SHA 07d9965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b44ad0 - Browse repository at this point
Copy the full SHA 1b44ad0View commit details -
Merge pull request #1231 from sheenaajay/disablecentos8
(IAC-1136) Back out CentOS 8 tests on TravisCI
sanfrancrisko authoredFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for fe93ba9 - Browse repository at this point
Copy the full SHA fe93ba9View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4a06537 - Browse repository at this point
Copy the full SHA 4a06537View commit details
Commits on Feb 5, 2021
-
Merge pull request #1230 from sheenaajay/bug/1201/systemd
(bug) reload the service after the deletion of old unit file
Configuration menu - View commit details
-
Copy full SHA for 3c6e00e - Browse repository at this point
Copy the full SHA 3c6e00eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 653631d - Browse repository at this point
Copy the full SHA 653631dView commit details
Commits on Feb 8, 2021
-
Merge pull request #1232 from sheenaajay/release
(IAC-1408) Release Prep v6.10.0
Configuration menu - View commit details
-
Copy full SHA for ece7144 - Browse repository at this point
Copy the full SHA ece7144View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.9.0...v6.10.0