Changelog
1.1.3 (2021-04-30)
1.1.2 (2021-04-03)
Continuous Integration
-
enable Vagrant-based testing using GitHub Actions (6e094e2)
-
gemfile+lock: use
ssf
customisedkitchen-docker
repo [skip ci] (53ac463) -
gitlab-ci: reset after update hook for
rubocop
[skip ci] (6d40ab7) -
kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (69e9d30)
-
kitchen+gitlab-ci: use latest pre-salted images [skip ci] (21cb59d)
-
pre-commit: update hook for
rubocop
(2c090c3)
Documentation
-
readme: add
Testing with Vagrant
section (5a6b203)
1.1.1 (2021-01-04)
1.1.0 (2020-10-14)
1.0.5 (2020-10-14)
1.0.4 (2020-10-14)
Tests
-
pillar: remove modules that aren’t installed from being enabled (47ec5fc)
1.0.2 (2020-10-12)
1.0.1 (2020-10-10)
Continuous Integration
-
pre-commit: finalise
rstcheck
configuration [skip ci] (1c2125c)
Documentation
-
readme: fix
rstcheck
violation [skip ci] (2747e35), closes /travis-ci.org/github/myii/apache-formula/builds/731605038#L255
1.0.0 (2020-10-05)
Code Refactoring
-
formula: align to template-formula & improve ci features (47818fc)
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'
0.41.1 (2020-07-20)
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)
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.3 (2020-04-02)
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.1 (2019-11-05)
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 (f4045ef) -
apache-2.4.config.jinja: fix
salt-lint
errors (e2c1c2e) -
flags.sls: fix
salt-lint
errors (a146c59) -
init.sls: fix
salt-lint
errors (8465eb4) -
map.jinja: fix
salt-lint
errors (d011324) -
mod_geoip.sls: fix
salt-lint
errors (e55ef9b) -
modsecurity.conf.jinja: fix
salt-lint
errors (2a79d05) -
modules.sls: fix
salt-lint
errors (55d11f8) -
server_status.sls: fix
salt-lint
errors (da9a592) -
uninstall.sls: fix
salt-lint
errors (ed7dc7b) -
vhosts/cleanup.sls: fix
salt-lint
errors (b0bbd0b) -
vhosts/minimal.tmpl: fix
salt-lint
errors (146dc67) -
vhosts/proxy.tmpl: fix
salt-lint
errors (e7c9fbb) -
vhosts/redirect.tmpl: fix
salt-lint
errors (0a41b19) -
vhosts/standard.tmpl: fix
salt-lint
errors (1bad58d) -
yamllint: fix all errors (97f6ead)
Features
-
semantic-release: implement for this formula (34d1f7c)
Tests
-
mod_security_spec: convert from Serverspec to InSpec (68b971b)