apache-formula/CHANGELOG.md
semantic-release-bot fa93df9f4b chore(release): 0.41.1 [skip ci]
## [0.41.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.41.0...v0.41.1) (2020-07-20)

### Bug Fixes

* **server-status:** enable module in Debian family ([632802a](632802a5a9))
* **server-status:** manage module in debian ([eafa419](eafa4196d9))

### Tests

* **default+modules:** add modules' tests suite ([b253625](b25362535a))
2020-07-20 09:06:07 +00:00

9.6 KiB
Raw Blame History

Changelog

0.41.1 (2020-07-20)

Bug Fixes

  • server-status: enable module in Debian family (632802a)
  • server-status: manage module in debian (eafa419)

Tests

  • default+modules: add modules tests suite (b253625)

0.41.0 (2020-07-16)

Features

  • vhosts/standard: add support for ScriptAlias in standard vhost (b88b437)

0.40.0 (2020-07-16)

Features

  • redhat/apache-2.x.config.jinja: allow override of default_charset (648f589)

0.39.5 (2020-06-21)

Bug Fixes

  • vhosts/cleanup: check sites-enabled dir exists before listing it (88373e3), closes #278

Continuous Integration

  • gemfile.lock: add to repo with updated Gemfile [skip ci] (61b903e)
  • kitchen: use saltimages Docker Hub where available [skip ci] (6895fb9)
  • kitchen+travis: remove master-py2-arch-base-latest [skip ci] (16bb1b0)
  • travis: add notifications => zulip [skip ci] (2417a75)
  • workflows/commitlint: add to repo [skip ci] (2ce966d)

0.39.4 (2020-04-02)

Bug Fixes

  • mod_ssl: update mod_ssl package variable to prevent clashes (5591be2)

0.39.3 (2020-04-02)

Bug Fixes

  • debian: generate remoteip conf before a2enconf (1ed69f6)

Continuous Integration

  • kitchen: avoid using bootstrap for master instances [skip ci] (275b5d5)
  • travis: use major.minor for semantic-release version [skip ci] (08cced2)

0.39.2 (2019-12-20)

Bug Fixes

  • redhat: add user & group lookup to configs (36ad2b2)

0.39.1 (2019-12-20)

Bug Fixes

  • mod_mpm: cast to int to avoid Jinja type mismatch error (21045c7)

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

  • apache-2.2.config.jinja: fix salt-lint errors ()
  • apache-2.4.config.jinja: fix salt-lint errors ()
  • flags.sls: fix salt-lint errors ()
  • init.sls: fix salt-lint errors ()
  • map.jinja: fix salt-lint errors ()
  • mod_geoip.sls: fix salt-lint errors ()
  • modsecurity.conf.jinja: fix salt-lint errors ()
  • modules.sls: fix salt-lint errors ()
  • server_status.sls: fix salt-lint errors ()
  • uninstall.sls: fix salt-lint errors ()
  • vhosts/cleanup.sls: fix salt-lint errors ()
  • vhosts/minimal.tmpl: fix salt-lint errors ()
  • vhosts/proxy.tmpl: fix salt-lint errors ()
  • vhosts/redirect.tmpl: fix salt-lint errors ()
  • vhosts/standard.tmpl: fix salt-lint errors ()
  • yamllint: fix all errors ()

Documentation

  • formula: use standard structure ()
  • readme: move to docs/ directory and modify accordingly ()

Features

  • semantic-release: implement for this formula ()

Tests

  • mod_security_spec: convert from Serverspec to InSpec ()