Saltstack Official Nginx Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Changelog
Features
- yamllint: include for this repo and apply rules throughout (6b7d1fe)
Continuous Integration
- kitchen+travis: modify matrix to include
develop
platform (f6b357d)
Features
- linux: archlinux support (no osfinger grain) (ab6148c)
Bug Fixes
- snippets: removed appending of “.conf” (aa87721)
BREAKING CHANGES
- snippets: Users have to modify their pillar
according to this commit. Users MUST append ‘.conf’ for their
existing managed snippets.
Features
- tofs: first implemetation + tplroot (d5262ea)
Documentation
- readme: improve readme sections (3cc3407)
Bug Fixes
- prevent running of states deprecated in
v1.0.0
(46dff15)
Documentation
- readme: add warning banner about
v1.0.0
breaking changes (d553821)
Documentation
- readme: update README, add badges (adbac43)
Documentation
- remove obsolete CHANGELOG.rst file (698aadb)
Build System
Code Refactoring
- replace old
nginx
with nginx.ng
(0fc5070)
BREAKING CHANGES
- all previous
nginx
based configurations must be reviewed;
nginx.ng
usage must be promoted to nginx
and any uses of the original
nginx
will have to be converted.
Tests
Features
pillar.example
: add stock log_format
(95ff308)
Documentation
- semantic-release: implement an automated changelog (569b07a)