mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00

## [0.37.4](https://github.com/saltstack-formulas/postgres-formula/compare/v0.37.3...v0.37.4) (2019-05-31) ### Continuous Integration * **travis:** reduce matrix down to 6 instances ([2ff919f
](https://github.com/saltstack-formulas/postgres-formula/commit/2ff919f)) ### Tests * **`services_spec`:** remove temporary `suse` conditional ([81165fc
](https://github.com/saltstack-formulas/postgres-formula/commit/81165fc)) * **command_spec:** use cleaner `match` string using `%r` ([a054cea
](https://github.com/saltstack-formulas/postgres-formula/commit/a054cea)) * **locale:** improve test using locale `en_US.UTF-8` ([7796064
](https://github.com/saltstack-formulas/postgres-formula/commit/7796064))
4.2 KiB
4.2 KiB
Changelog
0.37.4 (2019-05-31)
Continuous Integration
- travis: reduce matrix down to 6 instances (`2ff919f <https://github.com/saltstack-formulas/postgres-formula/commit/2ff919f>`_)
Tests
- ``services_spec``: remove temporary
suse
conditional (`81165fc <https://github.com/saltstack-formulas/postgres-formula/commit/81165fc>`_) - command_spec: use cleaner
match
string using%r
(`a054cea <https://github.com/saltstack-formulas/postgres-formula/commit/a054cea>`_) - locale: improve test using locale
en_US.UTF-8
(`7796064 <https://github.com/saltstack-formulas/postgres-formula/commit/7796064>`_)
0.37.3 (2019-05-16)
Bug Fixes
- freebsd-user: fix FreeBSD daemon's user for PostgreSQL >= 9.6 (`8745365 <https://github.com/saltstack-formulas/postgres-formula/commit/8745365>`_), closes #263
0.37.2 (2019-05-12)
Bug Fixes
- sysrc-svc: workaround *BSD minion indefinitely hanging on start (`0aa8b4a <https://github.com/saltstack-formulas/postgres-formula/commit/0aa8b4a>`_)
0.37.1 (2019-05-06)
Documentation
- readme: fix link for Travis badge (`850ca6a <https://github.com/saltstack-formulas/postgres-formula/commit/850ca6a>`_)
0.37.0 (2019-05-06)
Code Refactoring
- kitchen: prefer
kitchen.yml
to.kitchen.yml
(`8f7cbde <https://github.com/saltstack-formulas/postgres-formula/commit/8f7cbde>`_)
Continuous Integration
- gemfile: prepare for
inspec
testing (`157e169 <https://github.com/saltstack-formulas/postgres-formula/commit/157e169>`_) - kitchen: use pre-salted images as used in
template-formula
(`611ec11 <https://github.com/saltstack-formulas/postgres-formula/commit/611ec11>`_) - kitchen+travis: use newly available pre-salted images (`7b7aadc <https://github.com/saltstack-formulas/postgres-formula/commit/7b7aadc>`_)
- pillar_from_files: use custom pillar based on
pillar.example
(`c64d9e4 <https://github.com/saltstack-formulas/postgres-formula/commit/c64d9e4>`_) - travis: add
.travis.yml
based ontemplate-formula
(`6467df7 <https://github.com/saltstack-formulas/postgres-formula/commit/6467df7>`_)
Documentation
- readme: update
Testing
section forinspec
(`4cfde8d <https://github.com/saltstack-formulas/postgres-formula/commit/4cfde8d>`_)
Features
- implement
semantic-release
(`7d3aa19 <https://github.com/saltstack-formulas/postgres-formula/commit/7d3aa19>`_)
Tests
- inspec: add tests for multiple ports and postgres versions (`bf6a653 <https://github.com/saltstack-formulas/postgres-formula/commit/bf6a653>`_)
- inspec: enable
use_upstream_repo
fordebian
¢os-6
(`49fdd33 <https://github.com/saltstack-formulas/postgres-formula/commit/49fdd33>`_) - inspec: replace
serverspec
withinspec
tests (`58ac122 <https://github.com/saltstack-formulas/postgres-formula/commit/58ac122>`_) - inspec: use relaxed command output match for the time being (`3c53684 <https://github.com/saltstack-formulas/postgres-formula/commit/3c53684>`_)