Commit Graph

660 Commits

Author SHA1 Message Date
Imran Iqbal
4c2791db7a
chore(gemfile.lock): update to latest gem versions (2021-W33) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/359
2021-08-16 18:20:12 +01:00
Imran Iqbal
b7c157288f
chore(gemfile.lock): update to latest gem versions (2021-W32) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/358
2021-08-09 12:08:38 +01:00
Imran Iqbal
5dd700944b
ci(gemfile+lock): use ssf customised inspec repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/357
2021-08-04 21:50:56 +01:00
Imran Iqbal
5cd8a05c06
chore(gemfile.lock): update to latest gem versions (2021-W31) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/356
2021-08-04 21:33:23 +01:00
Imran Iqbal
7732095817
chore(gemfile.lock): update to latest gem versions (2021-W30) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/353
2021-07-26 14:22:24 +01:00
Imran Iqbal
d67958043d
ci(freebsd): update with latest pre-salted Vagrant boxes [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/350
2021-07-22 08:35:16 +01:00
Imran Iqbal
209f624405
chore(gemfile.lock): update to latest gem versions (2021-W29) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/349
2021-07-21 18:25:48 +01:00
Imran Iqbal
7741b90ff6
ci: add Debian 11 Bullseye & update yamllint configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/345
2021-07-18 18:55:20 +01:00
Imran Iqbal
0d1a6dc75d
ci(kitchen): move provisioner block & update run_command [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/344
2021-07-17 21:04:42 +01:00
Imran Iqbal
f51c0fd925
chore(gemfile+lock): update to latest gem versions (2021-W28) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/343
2021-07-17 20:21:54 +01:00
Imran Iqbal
22b0e1b4cb
chore(deps): bump addressable from 2.7.0 to 2.8.0 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/340
2021-07-14 12:08:14 +01:00
Imran Iqbal
2e116ec412
ci(3003.1): update inc. AlmaLinux, Rocky & rst-lint [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/335
2021-07-01 23:58:05 +01:00
Imran Iqbal
4353e57a1b
feat(alma+rocky): add platforms (based on CentOS 8) [skip ci] 2021-06-30 13:10:34 +01:00
semantic-release-bot
404f1d139c chore(release): 1.1.8 [skip ci]
## [1.1.8](https://github.com/saltstack-formulas/apache-formula/compare/v1.1.7...v1.1.8) (2021-06-28)

### Bug Fixes

* **register_site:** correct semicolon to colon ([4cf848d](4cf848da05))

### Continuous Integration

* **gitlab-ci:** ignore line to avoid `yamllint` violation [skip ci] ([a742f4e](a742f4ee00))
* **gitlab-ci:** use `pandoc`-enabled `semantic-release` image [skip ci] ([3bf9c6e](3bf9c6e6a9))
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([10ce382](10ce3822dd))
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([57e9873](57e9873624))
2021-06-28 22:07:57 +00:00
Imran Iqbal
6170f318b4
Merge pull request #307 from mariusvw/hotfix/semicolon-correction
Correct semicolon to colon
2021-06-28 23:00:37 +01:00
Marius van Witzenburg
4cf848da05
fix(register_site): correct semicolon to colon 2021-06-28 14:01:10 +02:00
Imran Iqbal
3bf9c6e6a9
ci(gitlab-ci): use pandoc-enabled semantic-release image [skip ci] 2021-06-21 20:39:48 +01:00
Imran Iqbal
3d0438ce6c
Merge branch '20210621203551' into upstream 2021-06-21 20:35:55 +01:00
Imran Iqbal
10ce3822dd
ci(kitchen+gitlab): remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/331
2021-06-21 20:35:54 +01:00
Imran Iqbal
57e9873624
ci(kitchen+gitlab): remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/331
2021-06-21 20:34:39 +01:00
Imran Iqbal
2248a53ba8
chore(pre-commit): use info report level for rstcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/325
2021-05-20 14:03:13 +01:00
Imran Iqbal
a742f4ee00
ci(gitlab-ci): ignore line to avoid yamllint violation [skip ci] 2021-05-14 15:56:21 +01:00
semantic-release-bot
858abffd38 chore(release): 1.1.7 [skip ci]
## [1.1.7](https://github.com/saltstack-formulas/apache-formula/compare/v1.1.6...v1.1.7) (2021-05-14)

### Bug Fixes

* **mod_pagespeed:** add missing colon to `file.directory` ([a8b87a5](a8b87a583e))

### Continuous Integration

* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([069388b](069388be3a))
2021-05-14 14:47:42 +00:00
Tom Peperkamp
a8b87a583e
fix(mod_pagespeed): add missing colon to file.directory
Fix yaml syntax error.
2021-05-14 15:27:26 +01:00
Imran Iqbal
069388be3a
ci: add arch-master to matrix and update .travis.yml [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/323
2021-05-09 22:23:59 +01:00
semantic-release-bot
c963688c83 chore(release): 1.1.6 [skip ci]
## [1.1.6](https://github.com/saltstack-formulas/apache-formula/compare/v1.1.5...v1.1.6) (2021-05-08)

### Documentation

* **changelog:** regenerate via. `semantic-release` ([de8c82c](de8c82c753))
2021-05-08 19:55:07 +00:00
Imran Iqbal
de8c82c753
docs(changelog): regenerate via. semantic-release 2021-05-08 20:50:13 +01:00
semantic-release-bot
f69a9a6e2e chore(release): 2.0.3 [skip ci]
## [2.0.3](https://github.com/saltstack-formulas/apache-formula/compare/v2.0.2...v2.0.3) (2021-05-08)

### Documentation

* **changelog:** regenerate via. `semantic-release` ([198d525](198d525a6a))
2021-05-08 19:19:34 +00:00
Imran Iqbal
198d525a6a
docs(changelog): regenerate via. semantic-release 2021-05-08 20:16:01 +01:00
semantic-release-bot
250e656d03 chore(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/saltstack-formulas/apache-formula/compare/v2.0.1...v2.0.2) (2021-05-08)

### Continuous Integration

* **gitlab-ci:** remove adjustments made during Antora test [skip ci] ([0c7082f](0c7082f8d9))

### Documentation

* **changelog:** regenerate via. `semantic-release` ([e1f1fa7](e1f1fa7d8f))
* **changelog:** regenerate via. `semantic-release` ([a1be1d2](a1be1d21dc))
* **changelog:** regenerate via. `semantic-release` ([56efd35](56efd35f85))
2021-05-08 19:04:18 +00:00
Imran Iqbal
e1f1fa7d8f
docs(changelog): regenerate via. semantic-release 2021-05-08 20:02:02 +01:00
semantic-release-bot
eccad5788a chore(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/saltstack-formulas/apache-formula/compare/v2.0.1...v2.0.2) (2021-05-08)

### Continuous Integration

* **gitlab-ci:** remove adjustments made during Antora test [skip ci] ([0c7082f](0c7082f8d9))

### Documentation

* **changelog:** regenerate via. `semantic-release` ([a1be1d2](a1be1d21dc))
* **changelog:** regenerate via. `semantic-release` ([56efd35](56efd35f85))
2021-05-08 18:59:11 +00:00
Imran Iqbal
a1be1d21dc
docs(changelog): regenerate via. semantic-release 2021-05-08 19:53:47 +01:00
semantic-release-bot
7ea3b22d9d chore(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/saltstack-formulas/apache-formula/compare/v2.0.1...v2.0.2) (2021-05-08)

### Continuous Integration

* **gitlab-ci:** remove adjustments made during Antora test [skip ci] ([0c7082f](0c7082f8d9))

### Documentation

* **changelog:** regenerate via. `semantic-release` ([56efd35](56efd35f85))
2021-05-08 18:48:33 +00:00
Imran Iqbal
56efd35f85
docs(changelog): regenerate via. semantic-release 2021-05-08 19:45:48 +01:00
Imran Iqbal
0c7082f8d9
ci(gitlab-ci): remove adjustments made during Antora test [skip ci]
This reverts commit 12c0a0f1b2.
2021-05-08 19:39:21 +01:00
semantic-release-bot
36530d71cd chore(release): 2.0.1 [skip ci]
## [2.0.1](https://github.com/saltstack-formulas/apache-formula/compare/v2.0.0...v2.0.1) (2021-05-08)

### Continuous Integration

* **antora:** convert `.rst` files to `.adoc` during `semantic-release` ([9cf428a](9cf428ab49))
* **gitlab-ci:** make adjustments to test Antora more efficiently ([12c0a0f](12c0a0f1b2))

### Documentation

* **readme:** remove unused Sphinx `readme` anchor ([155cd69](155cd69d6b))
2021-05-08 18:32:11 +00:00
Imran Iqbal
155cd69d6b
docs(readme): remove unused Sphinx readme anchor 2021-05-08 19:30:13 +01:00
Imran Iqbal
9cf428ab49
ci(antora): convert .rst files to .adoc during semantic-release 2021-05-08 19:30:13 +01:00
Imran Iqbal
12c0a0f1b2
ci(gitlab-ci): make adjustments to test Antora more efficiently 2021-05-08 19:30:12 +01:00
Imran Iqbal
8f7591190a
ci(gitlab-ci): use semantic-release-pandoc image 2021-05-08 18:42:52 +01:00
Imran Iqbal
c5f2caec20
docs(antora): add basic structure [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/999
2021-05-05 19:42:12 +01:00
Imran Iqbal
0c518f9c7d
docs(readme): fix code block under Requirements section [skip ci] 2021-05-04 19:22:05 +01:00
semantic-release-bot
a94a703c95 chore(release): 1.1.3 [skip ci]
## [1.1.3](https://github.com/saltstack-formulas/apache-formula/compare/v1.1.2...v1.1.3) (2021-04-30)

### Bug Fixes

* **config/vhosts/standard:** remove erroneous trailing colon ([dedb9e2](dedb9e2f40)), closes [#302](https://github.com/saltstack-formulas/apache-formula/issues/302)

### Continuous Integration

* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([3c21740](3c21740ba5))
* **vagrant:** add FreeBSD 13.0 [skip ci] ([298fdf4](298fdf4fb5))
* **vagrant:** use pre-salted boxes & conditional local settings [skip ci] ([f354ace](f354ace8e7))
2021-04-30 16:12:06 +00:00
Imran Iqbal
42bd3cbd00
Merge pull request #303 from myii/bug/fix-issue-302
fix(config/vhosts/standard): remove erroneous trailing colon
2021-04-30 17:04:22 +01:00
Imran Iqbal
dedb9e2f40
fix(config/vhosts/standard): remove erroneous trailing colon
Fixes #302.
2021-04-30 16:38:42 +01:00
Imran Iqbal
3c21740ba5
ci(kitchen+gitlab): adjust matrix to add 3003 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/318
2021-04-23 08:41:59 +01:00
Imran Iqbal
298fdf4fb5
ci(vagrant): add FreeBSD 13.0 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/316
2021-04-20 00:20:27 +01:00
Imran Iqbal
f354ace8e7
ci(vagrant): use pre-salted boxes & conditional local settings [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/311
2021-04-05 18:53:39 +01:00
Imran Iqbal
c8ac6a89b9
chore: update CODEOWNERS & .yamllint re: kitchen-vagrant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/310
2021-04-05 18:14:32 +01:00