Skip to content

v1.2.1

Compare
Choose a tag to compare
@ticoombs ticoombs released this 25 Oct 22:49
· 61 commits to main since this release

Breaking (Fixes?) Changes

We now correctly uses the customPostgres.conf file. Be wary of when you redeploy!

  • See: examples/customPostgresql.conf (and the full changelog link below) for the changes you will need to do regarding that.

Note-able Fixes

  • Deploying now no-longer uses sudo/become on localhost when performing checks
  • We require Ansible v2.11.0 as a minimum ansible version

What's Changed

  • config fix for postgres docker defaults (#183)
  • fix: force no become on localhost (#185)
  • fix: noqa on linelength for automated checks (#186)
  • Adjust permissions for the customPostgresql.conf (#187)
  • Update ansible requirements, remove become for localhost delegated tasks (#188)
  • Remove invalid temp_file_size line in customPostgresql.conf (#192)

Full Changelog: 1.2.0...1.2.1

Tag Release Note:

I had to rebase to get this tag out and it took longer than I thought!