semantic-release-bot
30a33700d7
chore(release): 2.7.1 [skip ci]
## [2.7.1](https://github.com/saltstack-formulas/nginx-formula/compare/v2.7.0...v2.7.1 ) (2021-05-12)
### Bug Fixes
* **servers:** wrong conditional specification ([494b2fb
](494b2fbea4
))
### Continuous Integration
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([4697152
](46971528d7
))
3 年之前
Imran Iqbal
d160f10fe4
Merge pull request #283 from netmanagers/fix-conditional
fix(servers): wrong conditional specification
3 年之前
Javier Bértoli
494b2fbea4
fix(servers): wrong conditional specification
3 年之前
Imran Iqbal
46971528d7
ci: add `arch-master` to matrix and update `.travis.yml` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/323
3 年之前
semantic-release-bot
49fb7eae7a
chore(release): 2.7.0 [skip ci]
# [2.7.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.3...v2.7.0 ) (2021-04-28)
### Continuous Integration
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([46faf4e
](46faf4e24b
))
* **vagrant:** add FreeBSD 13.0 [skip ci] ([b41062e
](b41062e3b1
))
* **vagrant:** use pre-salted boxes & conditional local settings [skip ci] ([b9e9cd3
](b9e9cd38e6
))
### Documentation
* **readme:** add `Testing with Vagrant` section [skip ci] ([5727848
](57278481de
))
### Features
* **servers_config:** add require statement to manage dependencies ([622d22f
](622d22f971
))
### Tests
* **requires:** verify dependencies in vhosts ([6478143
](64781431b9
))
3 年之前
Javier Bértoli
6ec5bf2916
Merge pull request #278 from netmanagers/master
feat(servers_config): add require statement to manage dependencies
3 年之前
Javier Bértoli
64781431b9
test(requires): verify dependencies in vhosts
3 年之前
Javier Bértoli
622d22f971
feat(servers_config): add require statement to manage dependencies
Also, check config before applying
3 年之前
Imran Iqbal
46faf4e24b
ci(kitchen+gitlab): adjust matrix to add `3003` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/318
3 年之前
Imran Iqbal
b41062e3b1
ci(vagrant): add FreeBSD 13.0 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/316
3 年之前
Imran Iqbal
b9e9cd38e6
ci(vagrant): use pre-salted boxes & conditional local settings [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/311
3 年之前
Imran Iqbal
5f8afeec97
chore: update `CODEOWNERS` & `.yamllint` re: `kitchen-vagrant` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/310
3 年之前
Imran Iqbal
57278481de
docs(readme): add `Testing with Vagrant` section [skip ci]
3 年之前
semantic-release-bot
13591c61c5
chore(release): 2.6.3 [skip ci]
## [2.6.3](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.2...v2.6.3 ) (2021-04-03)
### Bug Fixes
* **freebsd:** add `openssl` pkg and update all `default` tests ([4cd351a
](4cd351adbc
))
### Continuous Integration
* enable Vagrant-based testing using GitHub Actions ([c79ce9a
](c79ce9a9ae
))
3 年之前
Imran Iqbal
f1c43be73f
Merge pull request #282 from myii/ci/add-freebsd-vagrant-in-github-actions
ci: enable FreeBSD Vagrant-based testing using GitHub Actions
3 年之前
Imran Iqbal
c79ce9a9ae
ci: enable Vagrant-based testing using GitHub Actions
* Semi-automated using https://github.com/myii/ssf-formula/pull/308
3 年之前
Imran Iqbal
4cd351adbc
fix(freebsd): add `openssl` pkg and update all `default` tests
3 年之前
semantic-release-bot
1e5cd1108e
chore(release): 2.6.2 [skip ci]
## [2.6.2](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.1...v2.6.2 ) (2021-03-30)
### Bug Fixes
* **servers_config:** fixup 05994e1
([c03729a
](c03729ae32
))
3 年之前
Imran Iqbal
4cfc9f6015
Merge pull request #280 from toanju/fixup
fix(servers_config): fixup 05994e1
3 年之前
Tobias Jungel
c03729ae32
fix(servers_config): fixup 05994e1
3 年之前
semantic-release-bot
3722991fde
chore(release): 2.6.1 [skip ci]
## [2.6.1](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.0...v2.6.1 ) (2021-03-29)
### Bug Fixes
* **servers_config:** remove service depedency ([05994e1
](05994e1b17
))
### Code Refactoring
* **servers_config:** remove unused loop ([3825557
](3825557070
))
### Continuous Integration
* **kitchen+ci:** include `passenger` suite [skip ci] ([0bbe686
](0bbe68619f
))
### Tests
* standardise use of `share` suite & `_mapdata` state [skip ci] ([8ea3c82
](8ea3c82be3
))
3 年之前
Imran Iqbal
5d7fc8d5ba
Merge pull request #277 from toanju/patch-1
fix(servers_config): remove service depedency
3 年之前
Tobias Jungel
3825557070
refactor(servers_config): remove unused loop
3 年之前
Tobias Jungel
05994e1b17
fix(servers_config): remove service depedency
* servers_config should run without service dependency. Service is
managed in servers.sls.
* dropped nginx_service_reload in favor of extending nginx_service
* wait for all file states (create and delete)
* create dirs for symlinked files
3 年之前
Imran Iqbal
8ea3c82be3
test: standardise use of `share` suite & `_mapdata` state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
3 年之前
Javier Bértoli
0bbe68619f
ci(kitchen+ci): include `passenger` suite [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/303
3 年之前
semantic-release-bot
1d9a15fe49
chore(release): 2.6.0 [skip ci]
# [2.6.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.5.0...v2.6.0 ) (2021-03-11)
### Bug Fixes
* **passenger:** various fixes ([7271c9d
](7271c9d16c
))
* **pkg:** add inline EPEL repo configuration for Amazon Linux 2 ([ae6375c
](ae6375cccc
))
### Continuous Integration
* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([123d13e
](123d13e2f4
))
* **kitchen+ci:** make rubocop happy [skip ci] ([eedfc56
](eedfc56b41
))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([63d32a4
](63d32a40b1
))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([b4411c6
](b4411c61d3
))
* **pre-commit:** update hook for `rubocop` [skip ci] ([2a23743
](2a23743fca
))
### Features
* **config:** validate config before applying ([b396b24
](b396b24fe4
))
### Tests
* **config:** fix for Amazon Linux 2 & Oracle Linux 7/8 ([ab39c8f
](ab39c8f7c3
))
3 年之前
Javier Bértoli
a30001da35
Merge pull request #269 from netmanagers/master
Check nginx config before deploying & various passenger fixes
3 年之前
Javier Bértoli
eedfc56b41
ci(kitchen+ci): make rubocop happy [skip ci]
3 年之前
Javier Bértoli
7271c9d16c
fix(passenger): various fixes
* correctly set dependencies in configuration
* update RPM repo key
* add tests for passenger installation as nginx module
* update test matrix
4 年之前
Javier Bértoli
b396b24fe4
feat(config): validate config before applying
4 年之前
Imran Iqbal
63d32a40b1
ci(kitchen+ci): use latest pre-salted images (after CVE) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/299
3 年之前
Imran Iqbal
6dfe33e4ad
chore(yamllint): add `.git/` to ignores [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/297
3 年之前
Daniel Dehennin
e2bab40761
chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
3 年之前
Dafydd Jones
cd60912213
chore(shellcheck): switch hook for `shellcheck` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
3 年之前
Imran Iqbal
123d13e2f4
ci(gemfile+lock): use `ssf` customised `kitchen-docker` repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/294
3 年之前
Imran Iqbal
b4411c61d3
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
3 年之前
Imran Iqbal
ab39c8f7c3
test(config): fix for Amazon Linux 2 & Oracle Linux 7/8
3 年之前
Imran Iqbal
ae6375cccc
fix(pkg): add inline EPEL repo configuration for Amazon Linux 2
3 年之前
Imran Iqbal
502e45b02f
chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
3 年之前
Imran Iqbal
2a23743fca
ci(pre-commit): update hook for `rubocop` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
3 年之前
semantic-release-bot
19203409ae
chore(release): 2.5.0 [skip ci]
# [2.5.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.4.1...v2.5.0 ) (2021-01-04)
### Continuous Integration
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([0ecd767
](0ecd767e86
))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([5c9f6d4
](5c9f6d4d71
))
### Features
* **context:** pass `nginx` to snippets and server_config contexts ([8641f0d
](8641f0d79a
))
4 年之前
sticky-note
9ce0e9891d
Merge pull request #271 from sticky-note/feat/context
feat(context): pass `nginx` to snippets and server_config contexts
4 年之前
Imran Iqbal
0ecd767e86
ci(commitlint): ensure `upstream/master` uses main repo URL [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/278
4 年之前
Imran Iqbal
5c9f6d4d71
ci(gitlab-ci): add `rubocop` linter (with `allow_failure`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/277
4 年之前
sticky-note
8641f0d79a
feat(context): pass `nginx` to snippets and server_config contexts
4 年之前
semantic-release-bot
33d9ab74e1
chore(release): 2.4.1 [skip ci]
## [2.4.1](https://github.com/saltstack-formulas/nginx-formula/compare/v2.4.0...v2.4.1 ) (2020-12-16)
### Continuous Integration
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([bcd67a6
](bcd67a6d46
))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([f988e6d
](f988e6d8f5
))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([a45ffb6
](a45ffb66ae
))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([86f0a57
](86f0a5705a
))
* **pre-commit:** add to formula [skip ci] ([cb98ed0
](cb98ed05c6
))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([093c38e
](093c38eae7
))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([33ce43d
](33ce43dcec
))
* **travis:** add notifications => zulip [skip ci] ([a288342
](a288342070
))
* **workflows/commitlint:** add to repo [skip ci] ([437b28a
](437b28af25
))
### Styles
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([66f4ea7
](66f4ea7ed9
))
4 年之前
Imran Iqbal
f988e6d8f5
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
4 年之前
Imran Iqbal
802a8b2645
chore(gemfile+lock): update to latest gem versions (2020-W44) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/274
4 年之前
Imran Iqbal
26449ba7b0
chore(gemfile+lock): update to latest gem versions (2020-W43) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/273
4 年之前