Skip to content

Tags: saltstack-formulas/postgres-formula

Tags

v0.45.0

Toggle v0.45.0's commit message
chore(release): 0.45.0 [skip ci]

# [0.45.0](v0.44.0...v0.45.0) (2022-07-18)

### Continuous Integration

* update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([2fefadf](2fefadf))
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([03fd3fa](03fd3fa))
* **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([ad865fc](ad865fc))
* update linters to latest versions [skip ci] ([f45dc9c](f45dc9c))

### Features

* **codenamemap:** add support for Ubuntu 22.04 ([fdf5f36](fdf5f36))

### Tests

* **repository:** use `system.platform[:codename]` [skip ci] ([1c70c9c](1c70c9c))
* **system:** add `build_platform_codename` [skip ci] ([1270d0c](1270d0c))
* **system.rb:** add support for `mac_os_x` [skip ci] ([76de88b](76de88b))

v0.44.0

Toggle v0.44.0's commit message
chore(release): 0.44.0 [skip ci]

# [0.44.0](v0.43.0...v0.44.0) (2022-02-07)

### Bug Fixes

* **opensuse:** fix repo key parameter ([7bba14a](7bba14a))

### Continuous Integration

* **freebsd:** update with latest pre-salted Vagrant boxes [skip ci] ([2f7d009](2f7d009))
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([137eec7](137eec7))
* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([c13fa62](c13fa62))
* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([8947cc4](8947cc4))
* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([33e590e](33e590e))
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([9248de3](9248de3))
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([ebe3841](ebe3841))
* **vagrant:** replace FreeBSD 12.2 with 12.3 [skip ci] ([71556cc](71556cc))

### Features

* **debian:** use repository keyring instead of key_id ([b6a28fe](b6a28fe))

### Tests

* **repository:** redhat's family alternatives for repo url ([43b4329](43b4329))

v0.43.0

Toggle v0.43.0's commit message
chore(release): 0.43.0 [skip ci]

# [0.43.0](v0.42.0...v0.43.0) (2021-07-20)

### Bug Fixes

* **redhat:** fix `pkg_deps` to be able to install PostgreSQL 13 ([060c8df](060c8df))

### Continuous Integration

* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([1fa7c66](1fa7c66))
* use `default` & `repo` InSpec suites ([a6c8197](a6c8197))
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([e9da40b](e9da40b))

### Features

* **codenamemap:** update to current supported Fedora versions ([8a11bd6](8a11bd6))

### Tests

* **inspec:** move common controls to the `share` profile ([2214096](2214096))
* **inspec:** rename all files to avoid unnecessary `_spec` suffix ([a1837c2](a1837c2))
* **pillar:** use separate pillars to test `default` & `repo` suites ([27473b9](27473b9))

v0.42.0

Toggle v0.42.0's commit message
chore(release): 0.42.0 [skip ci]

# [0.42.0](v0.41.9...v0.42.0) (2021-07-15)

### Features

* **debian:** add bullseye support ([216192d](216192d))

v0.41.9

Toggle v0.41.9's commit message
chore(release): 0.41.9 [skip ci]

## [0.41.9](v0.41.8...v0.41.9) (2021-07-06)

### Bug Fixes

* **osmap.yaml:** fix PGDG repo file creation for Amazon Linux ([2de775b](2de775b))

### Continuous Integration

* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([d16e91c](d16e91c))
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([b690bab](b690bab))

v0.41.8

Toggle v0.41.8's commit message
chore(release): 0.41.8 [skip ci]

## [0.41.8](v0.41.7...v0.41.8) (2021-05-25)

### Bug Fixes

* **jinja:** use json filter ([eb63ec8](eb63ec8))

### Continuous Integration

* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([79feefa](79feefa))
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([fd8f0e5](fd8f0e5))
* **vagrant:** add FreeBSD 13.0 [skip ci] ([93bb123](93bb123))
* **vagrant:** use pre-salted boxes & conditional local settings [skip ci] ([69812c1](69812c1))

### Documentation

* **readme:** fix headings [skip ci] ([c97317c](c97317c))

v0.41.7

Toggle v0.41.7's commit message
chore(release): 0.41.7 [skip ci]

## [0.41.7](v0.41.6...v0.41.7) (2021-03-26)

### Continuous Integration

* enable Vagrant-based testing using GitHub Actions ([2ebc9c1](2ebc9c1))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([cc43d1c](cc43d1c))

### Documentation

* **readme:** add `Testing with Vagrant` section ([ed2d688](ed2d688))

### Tests

* standardise use of `share` suite & `_mapdata` state [skip ci] ([fc53d97](fc53d97))

v0.41.6

Toggle v0.41.6's commit message
chore(release): 0.41.6 [skip ci]

## [0.41.6](v0.41.5...v0.41.6) (2021-02-26)

### Bug Fixes

* **repo:** check whether pkg_repo is set ([26b2233](26b2233))
* **repo:** reorder dependencies to prevent errors ([750d8aa](750d8aa))

### Continuous Integration

* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([476b15e](476b15e))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([6f04b31](6f04b31))
* **pre-commit:** update hook for `rubocop` [skip ci] ([e964c26](e964c26))

### Tests

* **command_spec:** fix `rubocop` violation [skip ci] ([73c39af](73c39af))
* **pillar:** update conditional to include Tumbleweed ([e976ee9](e976ee9))

v0.41.5

Toggle v0.41.5's commit message
chore(release): 0.41.5 [skip ci]

## [0.41.5](v0.41.4...v0.41.5) (2021-01-07)

### Bug Fixes

* **cent7:** postgres11 needs libicu installed ([4c0f796](4c0f796))

### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([e84389d](e84389d))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([2615411](2615411))

v0.41.4

Toggle v0.41.4's commit message
chore(release): 0.41.4 [skip ci]

## [0.41.4](v0.41.3...v0.41.4) (2020-12-16)

### Bug Fixes

* **archlinux:** avoid nonetype error ([0a6cf8f](0a6cf8f))
* **archlinux:** use consistent jinja repo check ([3a955e0](3a955e0))
* **jinja:** syntax correction ([8b44c06](8b44c06))
* **python:** use python3 postres on cent7/8 ([d6d1068](d6d1068))
* **suse:** version 11+ repo support on suse ([b3f381e](b3f381e))

### Continuous Integration

* **gitlab-ci:** use GitLab CI as Travis CI replacement ([a45673a](a45673a))
* **pre-commit:** add to formula [skip ci] ([db1794b](db1794b))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([f04d60a](f04d60a))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([7036f60](7036f60))