apache-formula/docs/CHANGELOG.rst
semantic-release-bot 76bfb1b2d2 chore(release): 0.39.0 [skip ci]
# [0.39.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.2...v0.39.0) (2019-12-20)

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([13be6f9](13be6f9fac))
* **travis:** apply changes from build config validation [skip ci] ([0aac479](0aac479c25))
* **travis:** opt-in to `dpl v2` to complete build config validation ([19e90ea](19e90ea2d6))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6608ddf](6608ddf8c5))
* **travis:** run `shellcheck` during lint job [skip ci] ([2ff6b2f](2ff6b2f17e))
* **travis:** use build config validation (beta) [skip ci] ([73160b2](73160b2491))

### Features

* **server-status:** allow remote servers to reach server-status page ([a3c0022](a3c0022d79))
2019-12-20 16:51:40 +00:00

6.4 KiB

Changelog

0.39.0 (2019-12-20)

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (13be6f9)
  • travis: apply changes from build config validation [skip ci] (0aac479)
  • travis: opt-in to dpl v2 to complete build config validation (19e90ea)
  • travis: quote pathspecs used with git ls-files [skip ci] (6608ddf)
  • travis: run shellcheck during lint job [skip ci] (2ff6b2f)
  • travis: use build config validation (beta) [skip ci] (73160b2)

Features

  • server-status: allow remote servers to reach server-status page (a3c0022)

0.38.2 (2019-11-07)

Bug Fixes

  • apache/modules.sls: fix duplicated ID (57afd71)

0.38.1 (2019-11-05)

Bug Fixes

  • mod_perl2.sls: fix a2enmod perl2 error (fba8d21)
  • release.config.js: use full commit hash in commit link [skip ci] (dc5593c)

Continuous Integration

  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (09d82a5)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (d0bf6f3)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (fc0f869)
  • travis: update salt-lint config for v0.0.10 [skip ci] (2622d48)

Performance Improvements

  • travis: improve salt-lint invocation [skip ci] (bf75770)

0.38.0 (2019-10-20)

Bug Fixes

Documentation

Features

Tests