Skip to content

Releases: saltstack-formulas/apache-formula

v1.1.1

04 Jan 22:57
Compare
Choose a tag to compare

1.1.1 (2021-01-04)

Bug Fixes

  • memory: pass variable not dict (2830081)

Continuous Integration

  • commitlint: ensure upstream/master uses main repo URL [skip ci] (0145922)
  • gitlab-ci: add rubocop linter (with allow_failure) [skip ci] (bbf012b)
  • gitlab-ci: use GitLab CI as Travis CI replacement (26208c4)

v1.1.0

14 Oct 23:55
Compare
Choose a tag to compare

1.1.0 (2020-10-14)

Bug Fixes

  • ssl.conf: fix pillar keys for SSLStapling in ssl.conf on debian (65043f8)

Code Refactoring

  • ssl.conf: reduce newlines in ssl.conf on debian (b99b7b7)
  • vhosts: reduce empty lines in standard.tmpl and proxy.tmpl (4b79c1d)

Features

  • ssl.conf: add SSLSessionTickets to ssl.conf on debian (41a7a83)

v1.0.5

14 Oct 19:54
Compare
Choose a tag to compare

1.0.5 (2020-10-14)

Bug Fixes

  • clean: remove entire apache config directory (cac5f35)

Code Refactoring

  • package: remove unnecessary state (fb81d8e)

Documentation

  • readme: add mod watchdog to pillar example (e0043dd)

v1.0.4

14 Oct 10:59
Compare
Choose a tag to compare

1.0.4 (2020-10-14)

Bug Fixes

  • debian: don't execute a2enmod on every run (5844322)
  • debian: fix default moddir on debian (c17601e)
  • logs: don't change owners of logfiles with salt (382e053)
  • vhosts: replace %O with %b in default LogFormat (2b52e11)

Tests

  • pillar: remove modules that aren't installed from being enabled (47ec5fc)

v1.0.3

13 Oct 07:52
Compare
Choose a tag to compare

1.0.3 (2020-10-13)

Bug Fixes

  • config: fix old apache.service usage (32f05e5)

v1.0.2

12 Oct 08:08
Compare
Choose a tag to compare

1.0.2 (2020-10-12)

Bug Fixes

  • package: remove own_default_vhost and debian_full from config.init (7691b58)
  • package: remove own_default_vhost and debian_full from config.init (441459e)

v1.0.1

10 Oct 16:06
Compare
Choose a tag to compare

1.0.1 (2020-10-10)

Continuous Integration

  • pre-commit: finalise rstcheck configuration [skip ci] (1c2125c)

Documentation

v1.0.0

05 Oct 14:15
Compare
Choose a tag to compare

1.0.0 (2020-10-05)

Code Refactoring

  • formula: align to template-formula & improve ci features (47818fc)

Continuous Integration

  • pre-commit: add to formula [skip ci] (5532ed7)
  • pre-commit: enable/disable rstcheck as relevant [skip ci] (233111a)

BREAKING CHANGES

  • formula: 'apache.sls' converted to new style 'init.ssl'
  • formula: "logrotate.sls" became "config/logrotate.sls"
  • formula: "debian_full.sls" became "config/debian_full.sls"
  • formula: "flags.sls" became "config/flags.sls"
  • formula: "manage_security" became "config/manage_security.sls"
  • formula: "mod_.sls" became "config/mod_.sls"
  • formula: "no_default_host.sls" became "config/no_default_host.sls"
  • formula: "own_default_host.sls" became "config/own_default_host.sls"
  • formula: "register_site.sls" became "config/register_site.sls"
  • formula: "server_status.sls" became "config/server_status.sls"
  • formula: "vhosts/" became "config/vhosts/"
  • formula: "mod_security/" became "config/mod_security/"

NOT-BREAKING CHANGE: 'config.sls' became 'config/init.sls'
NOT-BREAKING CHANGE: 'uninstall.sls' symlinked to 'clean.sls'

v0.41.1

20 Jul 09:06
Compare
Choose a tag to compare

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)

v0.41.0

16 Jul 19:09
Compare
Choose a tag to compare

0.41.0 (2020-07-16)

Features

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