semantic-release-bot
8052d2872c
chore(release): 2.4.0 [skip ci]
...
# [2.4.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.3...v2.4.0 ) (2020-03-31)
### Bug Fixes
* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([10b446e
](10b446ed1e
))
### Continuous Integration
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([efebb0a
](efebb0af6b
))
### Features
* **add purge option:** purge sites option ([a373bda
](a373bdab79
))
2020-03-31 13:55:42 +00:00
Imran Iqbal
07a4bc3e73
Merge pull request #263 from Irsute/master
...
feat(add a purge dir option): add the option to purge sites-enable / …
2020-03-31 14:43:50 +01:00
fthenard
a373bdab79
feat(add purge option): purge sites option
2020-03-30 14:52:05 +02:00
Imran Iqbal
4636f102ae
chore(gitignore): update from the template-formula
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/132
2020-02-14 22:29:56 +00:00
Imran Iqbal
10b446ed1e
fix(libtofs): “files_switch” mess up the variable exported by “map.jinja” [skip ci]
...
* Checked using https://github.com/myii/ssf-formula/pull/131
2020-02-14 19:10:08 +00:00
Imran Iqbal
cfe834de72
chore(rubocop): move LineLength
cop from Metrics
to Layout
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/129
2020-02-14 12:51:40 +00:00
Imran Iqbal
efebb0af6b
ci(kitchen): avoid using bootstrap for master
instances [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/124
2020-02-05 14:06:30 +00:00
semantic-release-bot
5938e9d5c5
chore(release): 2.3.3 [skip ci]
...
## [2.3.3](https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.2...v2.3.3 ) (2019-12-22)
### Bug Fixes
* **map.jinja:** use upstream default for `worker_connections` ([49caf8c
](49caf8cd69
)), closes [#261 ](https://github.com/saltstack-formulas/nginx-formula/issues/261 )
### Continuous Integration
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([09be54d
](09be54d05f
))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([091c614
](091c61448d
))
* **travis:** run `shellcheck` during lint job [skip ci] ([ccf64d9
](ccf64d9be2
))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([facbaa1
](facbaa1e39
))
2019-12-22 22:53:08 +00:00
Niels Abspoel
63699c6bff
Merge pull request #262 from myii/fix/use-upstream-default-worker_connections
...
fix(map.jinja): use upstream default for `worker_connections`
2019-12-22 23:39:57 +01:00
Imran Iqbal
49caf8cd69
fix(map.jinja): use upstream default for worker_connections
...
* Close #261
* https://nginx.org/en/docs/ngx_core_module.html#worker_connections
2019-12-22 15:01:03 +00:00
Imran Iqbal
facbaa1e39
ci(travis): use major.minor
for semantic-release
version [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/112
2019-12-22 00:59:42 +00:00
Imran Iqbal
09be54d05f
ci(gemfile): restrict train
gem version until upstream fix [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/110
2019-12-16 13:42:44 +00:00
Imran Iqbal
091c61448d
ci(travis): quote pathspecs used with git ls-files
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/107
2019-11-27 21:59:32 +00:00
Imran Iqbal
ccf64d9be2
ci(travis): run shellcheck
during lint job [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/106
2019-11-27 21:00:28 +00:00
semantic-release-bot
c2fc324238
chore(release): 2.3.2 [skip ci]
...
## [2.3.2](https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.1...v2.3.2 ) (2019-11-25)
### Bug Fixes
* **certificates.sls:** prepare `certificates_path` dir separately ([297e3ac
](297e3ac400
)), closes [#241 ](https://github.com/saltstack-formulas/nginx-formula/issues/241 )
* **release.config.js:** use full commit hash in commit link [skip ci] ([b13ec85
](b13ec85433
))
### Continuous Integration
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([0665878
](066587829c
))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([e8ed39a
](e8ed39a62c
))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([faefcab
](faefcabd65
))
* **travis:** apply changes from build config validation [skip ci] ([4125887
](41258874a5
))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([dbeb2da
](dbeb2da3e4
))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([a8382b5
](a8382b51a0
))
* **travis:** use build config validation (beta) [skip ci] ([bbf91c9
](bbf91c9f14
))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([567c08c
](567c08c9ad
))
### Documentation
* **contributing:** remove to use org-level file instead [skip ci] ([2e58d63
](2e58d636aa
))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([3ff6692
](3ff6692590
))
### Performance Improvements
* **travis:** improve `salt-lint` invocation [skip ci] ([e586fbe
](e586fbeebc
))
### Tests
* **pillar/nginx.sls:** add reprodicible snippet based on issue [#241 ](https://github.com/saltstack-formulas/nginx-formula/issues/241 ) ([4ba3524
](4ba35247ed
))
2019-11-25 13:25:12 +00:00
Éric Veiras Galisson
ebd3b5377e
Merge pull request #260 from myii/bug/241-dhparam
...
fix(certificates.sls): prepare `certificates_path` dir separately
2019-11-25 14:01:08 +01:00
Imran Iqbal
297e3ac400
fix(certificates.sls): prepare certificates_path
dir separately
...
* Close #241
2019-11-22 18:45:51 +00:00
Imran Iqbal
4ba35247ed
test(pillar/nginx.sls): add reprodicible snippet based on issue #241
2019-11-22 18:45:34 +00:00
Imran Iqbal
dbeb2da3e4
ci(travis): opt-in to dpl v2
to complete build config validation [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/100
2019-11-20 16:35:09 +00:00
Imran Iqbal
41258874a5
ci(travis): apply changes from build config validation [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/98
2019-11-16 20:08:17 +00:00
Imran Iqbal
bbf91c9f14
ci(travis): use build config validation (beta) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/97
2019-11-13 16:50:32 +00:00
Imran Iqbal
e8ed39a62c
ci(kitchen): use develop
image until master
is ready (amazonlinux
) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/93
2019-11-03 11:39:00 +00:00
Imran Iqbal
e586fbeebc
perf(travis): improve salt-lint
invocation [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/90
2019-11-02 08:41:02 +00:00
Imran Iqbal
b13ec85433
fix(release.config.js): use full commit hash in commit link [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/89
2019-10-31 10:33:01 +00:00
Imran Iqbal
faefcabd65
ci(kitchen+travis): upgrade matrix after 2019.2.2
release [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/86
2019-10-30 04:50:00 +00:00
Imran Iqbal
066587829c
ci(kitchen): use debian-10-master-py3
instead of develop
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/84
2019-10-24 18:13:12 +01:00
Imran Iqbal
a8382b51a0
ci(travis): update salt-lint
config for v0.0.10
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/82
2019-10-23 17:36:22 +01:00
Imran Iqbal
2e58d636aa
docs(contributing): remove to use org-level file instead [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/70
2019-10-14 12:30:58 +01:00
Imran Iqbal
3ff6692590
docs(readme): update link to CONTRIBUTING
[skip ci]
2019-10-14 11:37:16 +01:00
Imran Iqbal
3cafe90fe1
chore(issues): remove issues templates to use org-level templates [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/61
2019-10-10 15:28:45 +01:00
semantic-release-bot
7be9dbcd91
chore(release): 2.3.1 [skip ci]
...
## [2.3.1](https://github.com/saltstack-formulas/nginx-formula/compare/v2.3.0...v2.3.1 ) (2019-10-10)
### Bug Fixes
* **certificates.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/nginx-formula/commit/bedc1b6 ))
* **map.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/nginx-formula/commit/0772d8a ))
* **pkg.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/nginx-formula/commit/06d055e ))
### Continuous Integration
* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/nginx-formula/commit/671a4ce ))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/nginx-formula/commit/17291a0 ))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/nginx-formula/commit/a39e124 ))
* **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/nginx-formula/commit/c921086 ))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/nginx-formula/commit/3d48b1b ))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/nginx-formula/commit/08ce3ed ))
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/nginx-formula/commit/8ddb921 ))
### Documentation
* **pillar.example:** fix TOFS comment to explain the default path [skip ci] ([](https://github.com/saltstack-formulas/nginx-formula/commit/714f547 )), closes [/github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537965254](https://github.com//github.com/saltstack-formulas/libvirt-formula/pull/60/issues/issuecomment-537965254 ) [/github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537988138](https://github.com//github.com/saltstack-formulas/libvirt-formula/pull/60/issues/issuecomment-537988138 )
2019-10-10 02:52:10 +00:00
Imran Iqbal
51aca62023
Merge pull request #257 from myii/ci/merge-matrix-and-add-salt-lint-and-rubocop
...
ci: merge travis matrix, add `salt-lint` & `rubocop` to `lint` job
2019-10-09 23:50:19 +01:00
Imran Iqbal
08ce3edf9f
ci: merge travis matrix, add salt-lint
& rubocop
to lint
job
...
* Semi-automated using https://github.com/myii/ssf-formula/pull/60
2019-10-09 14:45:57 +01:00
Imran Iqbal
06d055e220
fix(pkg.sls): fix salt-lint
errors
...
```bash
Examining nginx/pkg.sls of type state
[201] Trailing whitespace
nginx/pkg.sls:149
- gpgcheck: 0
```
2019-10-09 14:44:45 +01:00
Imran Iqbal
0772d8a8d0
fix(map.jinja): fix salt-lint
errors
...
```bash
Examining nginx/map.jinja of type state
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:175
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:181
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:188
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:192
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:195
})%}
```
2019-10-09 14:44:45 +01:00
Imran Iqbal
bedc1b6c90
fix(certificates.sls): fix salt-lint
errors
...
```bash
Examining nginx/certificates.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
nginx/certificates.sls:40
- contents_pillar: {{salt['pillar.get']('nginx:certificates:{}:public_cert_pillar'.format(domain))}}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/certificates.sls:47
{% if salt['pillar.get']("nginx:certificates:{}:private_key".format(domain)) or salt['pillar.get']("nginx:certificates:{}:private_key_pillar".format(domain))%}
[206] Jinja variables should have spaces before and after: {{ var_name }}
nginx/certificates.sls:54
- contents_pillar: {{salt['pillar.get']('nginx:certificates:{}:private_key_pillar'.format(domain))}}
```
2019-10-09 14:44:45 +01:00
Imran Iqbal
567c08c9ad
ci: merge travis matrix, add salt-lint
& rubocop
to lint
job
...
* Automated using https://github.com/myii/ssf-formula/pull/60
2019-10-08 16:38:47 +01:00
Imran Iqbal
402f6f2305
chore(yamllint): update ignored paths and add octal-values
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/59
2019-10-07 19:34:42 +01:00
Imran Iqbal
88bfbce12c
chore(issues): update Bug report
& Feature request
templates [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/58
2019-10-07 15:29:02 +01:00
Imran Iqbal
714f547e9a
docs(pillar.example): fix TOFS comment to explain the default path [skip ci]
...
* Replace the Jinja brackets to avoid evaluating when `pillar.example` is
used from Kitchen
* References:
- https://github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537965254
- https://github.com/saltstack-formulas/libvirt-formula/pull/60#issuecomment-537988138
2019-10-03 19:27:37 +01:00
Imran Iqbal
17291a0ae2
ci(kitchen): install required packages to bootstrapped opensuse
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/53
2019-10-02 00:09:57 +01:00
Imran Iqbal
a39e124761
ci(kitchen): use bootstrapped opensuse
images until 2019.2.2
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/52
2019-10-01 21:36:50 +01:00
Imran Iqbal
b335ee5eb2
chore(issues): provide Bug report
& Feature request
templates [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/48
2019-09-30 16:02:00 +01:00
Niels Abspoel
48af42ed59
Merge pull request #256 from myii/chore/standardise-structure
...
ci(platform): add `arch-base-latest`
2019-09-25 19:57:36 +02:00
Imran Iqbal
671a4ce984
ci(kitchen): change log_level
to debug
instead of info
...
* Automated using https://github.com/myii/ssf-formula/pull/41
2019-09-23 17:02:45 +01:00
Imran Iqbal
c921086d49
ci(platform): add arch-base-latest
...
* Automated using https://github.com/myii/ssf-formula/pull/40
2019-09-22 22:40:44 +01:00
Niels Abspoel
ae1bd8dc2a
Merge pull request #255 from myii/chore/standardise-structure
...
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
2019-09-12 18:26:13 +02:00
Imran Iqbal
3d48b1b6bb
ci(yamllint): add rule empty-values
& use new yaml-files
setting
...
* Semi-automated using https://github.com/myii/ssf-formula/pull/27
* Fix errors shown below:
```bash
nginx-formula$ yamllint -s .
./pillar.example
146:56 error empty value in block mapping (empty-values)
147:76 error empty value in block mapping (empty-values)
148:59 error empty value in block mapping (empty-values)
150:22 error empty value in block mapping (empty-values)
151:39 error empty value in block mapping (empty-values)
152:39 error empty value in block mapping (empty-values)
153:39 error empty value in block mapping (empty-values)
```
2019-09-10 22:44:25 +01:00
Niels Abspoel
50ea0e789a
Merge pull request #254 from myii/chore/standardise-structure
...
ci: use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround
2019-09-08 21:43:08 +02:00
Imran Iqbal
8ddb921af1
ci: use dist: bionic
& apply opensuse-leap-15
SCP error workaround
...
* Automated using https://github.com/myii/ssf-formula/pull/22
2019-09-07 03:40:56 +01:00