Imran Iqbal
1c2125c251
ci(pre-commit): finalise rstcheck
configuration [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:42:53 +01:00
Imran Iqbal
2747e35ce1
docs(readme): fix rstcheck
violation [skip ci]
...
https://travis-ci.org/github/myii/apache-formula/builds/731605038#L255
```
docs/README.rst:151: (ERROR/3) Unknown target name: "apache mod_security2 waf`<http://modsecurity.org/ >".
```
2020-10-10 00:41:02 +01:00
semantic-release-bot
5ef7662176
chore(release): 1.0.0 [skip ci]
...
# [1.0.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.41.1...v1.0.0 ) (2020-10-05)
### Code Refactoring
* **formula:** align to template-formula & improve ci features ([47818fc
](47818fc360
))
### Continuous Integration
* **pre-commit:** add to formula [skip ci] ([5532ed7
](5532ed7a5b
))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([233111a
](233111af11
))
### 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'
2020-10-05 14:15:41 +00:00
noelmcloughlin
47818fc360
refactor(formula): align to template-formula & improve ci features
...
FEATURE: Archlinux support
FEATURE: Windows support
FEATURE: Enhanced CI/CD
FEATURE: modular states
BREAKING CHANGE: 'apache.sls' converted to new style 'init.ssl'
BREAKING CHANGE: "logrotate.sls" became "config/logrotate.sls"
BREAKING CHANGE: "debian_full.sls" became "config/debian_full.sls"
BREAKING CHANGE: "flags.sls" became "config/flags.sls"
BREAKING CHANGE: "manage_security" became "config/manage_security.sls"
BREAKING CHANGE: "mod_*.sls" became "config/mod_*.sls"
BREAKING CHANGE: "no_default_host.sls" became "config/no_default_host.sls"
BREAKING CHANGE: "own_default_host.sls" became "config/own_default_host.sls"
BREAKING CHANGE: "register_site.sls" became "config/register_site.sls"
BREAKING CHANGE: "server_status.sls" became "config/server_status.sls"
BREAKING CHANGE: "vhosts/" became "config/vhosts/"
BREAKING CHANGE: "mod_security/" became "config/mod_security/"
NOT-BREAKING CHANGE: 'config.sls' became 'config/init.sls'
NOT-BREAKING CHANGE: 'uninstall.sls' symlinked to 'clean.sls'
2020-10-05 14:24:15 +01:00
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
semantic-release-bot
3adbbcbe0c
chore(release): 0.41.0 [skip ci]
...
# [0.41.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.40.0...v0.41.0 ) (2020-07-16)
### Features
* **vhosts/standard:** add support for ScriptAlias in standard vhost ([b88b437
](b88b437308
))
2020-07-16 19:09:25 +00:00
semantic-release-bot
0b61124520
chore(release): 0.40.0 [skip ci]
...
# [0.40.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.5...v0.40.0 ) (2020-07-16)
### Features
* **redhat/apache-2.x.config.jinja:** allow override of default_charset ([648f589
](648f589cc3
))
2020-07-16 18:52:51 +00:00
semantic-release-bot
6cd65b4523
chore(release): 0.39.5 [skip ci]
...
## [0.39.5](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.4...v0.39.5 ) (2020-06-21)
### Bug Fixes
* **vhosts/cleanup:** check `sites-enabled` dir exists before listing it ([88373e3
](88373e38f5
)), closes [#278 ](https://github.com/saltstack-formulas/apache-formula/issues/278 )
### Continuous Integration
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([61b903e
](61b903e780
))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([6895fb9
](6895fb9764
))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([16bb1b0
](16bb1b06e3
))
* **travis:** add notifications => zulip [skip ci] ([2417a75
](2417a75fe2
))
* **workflows/commitlint:** add to repo [skip ci] ([2ce966d
](2ce966d031
))
2020-06-21 22:45:16 +00:00
semantic-release-bot
c5a1b56714
chore(release): 0.39.4 [skip ci]
...
## [0.39.4](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.3...v0.39.4 ) (2020-04-02)
### Bug Fixes
* **mod_ssl:** update mod_ssl package variable to prevent clashes ([5591be2
](5591be26fd
))
2020-04-02 16:36:33 +00:00
semantic-release-bot
01d7f656bc
chore(release): 0.39.3 [skip ci]
...
## [0.39.3](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.2...v0.39.3 ) (2020-04-02)
### Bug Fixes
* **debian:** generate remoteip conf before a2enconf ([1ed69f6
](1ed69f6c6f
))
### Continuous Integration
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([275b5d5
](275b5d5e69
))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([08cced2
](08cced2913
))
2020-04-02 16:22:18 +00:00
semantic-release-bot
18ac07b36d
chore(release): 0.39.2 [skip ci]
...
## [0.39.2](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.1...v0.39.2 ) (2019-12-20)
### Bug Fixes
* **redhat:** add user & group lookup to configs ([36ad2b2
](36ad2b2442
))
2019-12-20 17:46:25 +00:00
semantic-release-bot
ada208f9bc
chore(release): 0.39.1 [skip ci]
...
## [0.39.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.0...v0.39.1 ) (2019-12-20)
### Bug Fixes
* **mod_mpm:** cast to int to avoid Jinja type mismatch error ([21045c7
](21045c7a7b
))
2019-12-20 16:59:57 +00:00
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
semantic-release-bot
c763e1edce
chore(release): 0.38.2 [skip ci]
...
## [0.38.2](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.1...v0.38.2 ) (2019-11-07)
### Bug Fixes
* **apache/modules.sls:** fix duplicated ID ([57afd71
](57afd71627
))
2019-11-07 17:00:14 +00:00
semantic-release-bot
24a4a24cdc
chore(release): 0.38.1 [skip ci]
...
## [0.38.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.0...v0.38.1 ) (2019-11-05)
### Bug Fixes
* **mod_perl2.sls:** fix a2enmod perl2 error ([fba8d21
](fba8d21794
))
* **release.config.js:** use full commit hash in commit link [skip ci] ([dc5593c
](dc5593cfdf
))
### Continuous Integration
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([09d82a5
](09d82a581c
))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([d0bf6f3
](d0bf6f3796
))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([fc0f869
](fc0f869b78
))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([2622d48
](2622d48b4c
))
### Performance Improvements
* **travis:** improve `salt-lint` invocation [skip ci] ([bf75770
](bf75770220
))
2019-11-05 08:20:16 +00:00
semantic-release-bot
f9dcbdd659
chore(release): 0.38.0 [skip ci]
...
# [0.38.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.37.4...v0.38.0 ) (2019-10-20)
### Bug Fixes
* **apache-2.2.config.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/f4045ef ))
* **apache-2.4.config.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/e2c1c2e ))
* **flags.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/a146c59 ))
* **init.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/8465eb4 ))
* **map.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/d011324 ))
* **mod_geoip.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/e55ef9b ))
* **modsecurity.conf.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/2a79d05 ))
* **modules.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/55d11f8 ))
* **server_status.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/da9a592 ))
* **uninstall.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/ed7dc7b ))
* **vhosts/cleanup.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/b0bbd0b ))
* **vhosts/minimal.tmpl:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/146dc67 ))
* **vhosts/proxy.tmpl:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/e7c9fbb ))
* **vhosts/redirect.tmpl:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/0a41b19 ))
* **vhosts/standard.tmpl:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/apache-formula/commit/1bad58d ))
* **yamllint:** fix all errors ([](https://github.com/saltstack-formulas/apache-formula/commit/97f6ead ))
### Documentation
* **formula:** use standard structure ([](https://github.com/saltstack-formulas/apache-formula/commit/701929d ))
* **readme:** move to `docs/` directory and modify accordingly ([](https://github.com/saltstack-formulas/apache-formula/commit/6933f0e ))
### Features
* **semantic-release:** implement for this formula ([](https://github.com/saltstack-formulas/apache-formula/commit/34d1f7c ))
### Tests
* **mod_security_spec:** convert from Serverspec to InSpec ([](https://github.com/saltstack-formulas/apache-formula/commit/68b971b ))
2019-10-20 12:05:29 +00:00
Imran Iqbal
6933f0e427
docs(readme): move to docs/
directory and modify accordingly
2019-10-17 09:12:49 +01:00