Skip to content

Commit

Permalink
chore(release): 0.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.3](v0.4.2...v0.4.3) (2020-12-16)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([cfdbc77](cfdbc77))
* **release.config.js:** use full commit hash in commit link [skip ci] ([81f9aa6](81f9aa6))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([7125a74](7125a74))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([6efd384](6efd384))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([c608403](c608403))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([801c48d](801c48d))
* **kitchen:** change `log_level` to `debug` instead of `info` ([26963cd](26963cd))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([baf39bc](baf39bc))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([a446d89](a446d89))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([019df4c](019df4c))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([13ea1f3](13ea1f3))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([75f8db2](75f8db2))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([0397b55](0397b55))
* **kitchen+travis:** replace EOL pre-salted images ([a15ffb8](a15ffb8))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([80dbc59](80dbc59))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([0e9e0c8](0e9e0c8))
* **pre-commit:** add to formula [skip ci] ([3c78d1b](3c78d1b))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([391ead5](391ead5))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([d5d5946](d5d5946))
* **travis:** add notifications => zulip [skip ci] ([1523715](1523715))
* **travis:** apply changes from build config validation [skip ci] ([df299f6](df299f6))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([4f61ce4](4f61ce4))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6f6af16](6f6af16))
* **travis:** run `shellcheck` during lint job [skip ci] ([88ddf89](88ddf89))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([cbd9323](cbd9323))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([40f2e2d](40f2e2d))
* **travis:** use build config validation (beta) [skip ci] ([883ac7e](883ac7e))
* **workflows/commitlint:** add to repo [skip ci] ([f15cbf1](f15cbf1))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([4acd0ee](4acd0ee))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([b8d047d](b8d047d))
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([fecb8ea](fecb8ea))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([0b8c1fa](0b8c1fa))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([323a722](323a722))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([0ff4798](0ff4798))

### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([bb3a045](bb3a045))
  • Loading branch information
semantic-release-bot committed Dec 16, 2020
1 parent c608403 commit 7667d7d
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 11 deletions.
7 changes: 4 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|79
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|58
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|24
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|6
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>|[@aanriot](https://github.com/aanriot)|3
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|3
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-27.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Changelog

## [0.4.3](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.4.2...v0.4.3) (2020-12-16)


### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([cfdbc77](https://github.com/saltstack-formulas/rkhunter-formula/commit/cfdbc7767fee822963557271e49935640e29032d))
* **release.config.js:** use full commit hash in commit link [skip ci] ([81f9aa6](https://github.com/saltstack-formulas/rkhunter-formula/commit/81f9aa6a37cd91542a2e09d511aa9f7debcf846f))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([7125a74](https://github.com/saltstack-formulas/rkhunter-formula/commit/7125a74612f76de3c9eef2e4e6873e70cf45d119))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([6efd384](https://github.com/saltstack-formulas/rkhunter-formula/commit/6efd384e0f3ca688ad3e8c69629ba9efc6d80cd6))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([c608403](https://github.com/saltstack-formulas/rkhunter-formula/commit/c6084038631ad07bedc07b6d6bff5c1010fee746))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([801c48d](https://github.com/saltstack-formulas/rkhunter-formula/commit/801c48d5878112afdf10c98e519b9c6df479b005))
* **kitchen:** change `log_level` to `debug` instead of `info` ([26963cd](https://github.com/saltstack-formulas/rkhunter-formula/commit/26963cd9e23423ffc0d9d3a7a73c34157d107144))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([baf39bc](https://github.com/saltstack-formulas/rkhunter-formula/commit/baf39bce7621536a733da5c9ede5da79713e5fd4))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([a446d89](https://github.com/saltstack-formulas/rkhunter-formula/commit/a446d89247e8b89e0471c05f55b7864cc32fce7f))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([019df4c](https://github.com/saltstack-formulas/rkhunter-formula/commit/019df4ca6cdfe52f93438b768649163d0991af35))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([13ea1f3](https://github.com/saltstack-formulas/rkhunter-formula/commit/13ea1f3a5147d0f64c18028841607730058f5057))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([75f8db2](https://github.com/saltstack-formulas/rkhunter-formula/commit/75f8db2068f9543d3bf792a937ea8ae332ad2347))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([0397b55](https://github.com/saltstack-formulas/rkhunter-formula/commit/0397b55d6a1781adeda6a7deaba8869adcdbc750))
* **kitchen+travis:** replace EOL pre-salted images ([a15ffb8](https://github.com/saltstack-formulas/rkhunter-formula/commit/a15ffb85a336ea4ee87e6c7b53b90ad1a2c08120))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([80dbc59](https://github.com/saltstack-formulas/rkhunter-formula/commit/80dbc599370149425069350226d29e612ea563d6))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([0e9e0c8](https://github.com/saltstack-formulas/rkhunter-formula/commit/0e9e0c851bb841488c957b37139e3b8aeba02827))
* **pre-commit:** add to formula [skip ci] ([3c78d1b](https://github.com/saltstack-formulas/rkhunter-formula/commit/3c78d1b9ef606caf21558c7cfe48a52ab2247419))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([391ead5](https://github.com/saltstack-formulas/rkhunter-formula/commit/391ead57e7d1d262b741bc0bd84d41108c13de37))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([d5d5946](https://github.com/saltstack-formulas/rkhunter-formula/commit/d5d59462213ed02819b21e09937c5e306f055512))
* **travis:** add notifications => zulip [skip ci] ([1523715](https://github.com/saltstack-formulas/rkhunter-formula/commit/1523715202140d6bb793bbef6e8c856e1a803f81))
* **travis:** apply changes from build config validation [skip ci] ([df299f6](https://github.com/saltstack-formulas/rkhunter-formula/commit/df299f646b46ab68745beb8ad63e2c3097c5fed0))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([4f61ce4](https://github.com/saltstack-formulas/rkhunter-formula/commit/4f61ce4402a5bc7a0ac991eb10a3300fa4f65253))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6f6af16](https://github.com/saltstack-formulas/rkhunter-formula/commit/6f6af16de5080a2f020f3ce6b68ec13a828ff5c0))
* **travis:** run `shellcheck` during lint job [skip ci] ([88ddf89](https://github.com/saltstack-formulas/rkhunter-formula/commit/88ddf899b650b92f4315da563ba381f8b70aa704))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([cbd9323](https://github.com/saltstack-formulas/rkhunter-formula/commit/cbd932393c9032f943cd333fbe58006c5bf34e39))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([40f2e2d](https://github.com/saltstack-formulas/rkhunter-formula/commit/40f2e2d778c7afa6995d3733c56bb05c9c50453b))
* **travis:** use build config validation (beta) [skip ci] ([883ac7e](https://github.com/saltstack-formulas/rkhunter-formula/commit/883ac7e606c90bbcb3d3e890d97708ae5a1b5517))
* **workflows/commitlint:** add to repo [skip ci] ([f15cbf1](https://github.com/saltstack-formulas/rkhunter-formula/commit/f15cbf116756b1e194a337622039f7e143b584ec))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([4acd0ee](https://github.com/saltstack-formulas/rkhunter-formula/commit/4acd0ee945eccc75c3e1809f268ede86ecc47f01))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([b8d047d](https://github.com/saltstack-formulas/rkhunter-formula/commit/b8d047de34701abdda7ebdadda5c85a0d1dd0d52))
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([fecb8ea](https://github.com/saltstack-formulas/rkhunter-formula/commit/fecb8ea5d86a88af432375304831f2e4fa1e71c0))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([0b8c1fa](https://github.com/saltstack-formulas/rkhunter-formula/commit/0b8c1faa57d50a887002e890eb118f29db9f3ddf))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([323a722](https://github.com/saltstack-formulas/rkhunter-formula/commit/323a72243c951fa3ed9f1f9e33ad7b2bafe72f44))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([0ff4798](https://github.com/saltstack-formulas/rkhunter-formula/commit/0ff4798806fdab60375a7b05aa1427c0f191b35e))


### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([bb3a045](https://github.com/saltstack-formulas/rkhunter-formula/commit/bb3a0452c35d10671857f922807012a37cd92d27))

## [0.4.2](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.4.1...v0.4.2) (2019-08-27)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rkhunter
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 0.4.2
version: 0.4.3
release: 1
minimum_version: 2017.7
summary: Rkhunter formula
Expand Down
17 changes: 10 additions & 7 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,26 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - Avatar
- Contributor
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 79
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 58
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 24
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>`
- `@aanriot <https://github.com/aanriot>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/aboe76>`_
- 6
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>`
- `@aanriot <https://github.com/aanriot>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
- `@dafyddj <https://github.com/dafyddj>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
- `@javierbertoli <https://github.com/javierbertoli>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-27.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.
63 changes: 63 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,69 @@
Changelog
=========

`0.4.3 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.4.2...v0.4.3>`_ (2020-12-16)
----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `cfdbc77 <https://github.com/saltstack-formulas/rkhunter-formula/commit/cfdbc7767fee822963557271e49935640e29032d>`_\ )
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `81f9aa6 <https://github.com/saltstack-formulas/rkhunter-formula/commit/81f9aa6a37cd91542a2e09d511aa9f7debcf846f>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `7125a74 <https://github.com/saltstack-formulas/rkhunter-formula/commit/7125a74612f76de3c9eef2e4e6873e70cf45d119>`_\ )
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `6efd384 <https://github.com/saltstack-formulas/rkhunter-formula/commit/6efd384e0f3ca688ad3e8c69629ba9efc6d80cd6>`_\ )
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `c608403 <https://github.com/saltstack-formulas/rkhunter-formula/commit/c6084038631ad07bedc07b6d6bff5c1010fee746>`_\ )
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `801c48d <https://github.com/saltstack-formulas/rkhunter-formula/commit/801c48d5878112afdf10c98e519b9c6df479b005>`_\ )
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `26963cd <https://github.com/saltstack-formulas/rkhunter-formula/commit/26963cd9e23423ffc0d9d3a7a73c34157d107144>`_\ )
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `baf39bc <https://github.com/saltstack-formulas/rkhunter-formula/commit/baf39bce7621536a733da5c9ede5da79713e5fd4>`_\ )
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `a446d89 <https://github.com/saltstack-formulas/rkhunter-formula/commit/a446d89247e8b89e0471c05f55b7864cc32fce7f>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `019df4c <https://github.com/saltstack-formulas/rkhunter-formula/commit/019df4ca6cdfe52f93438b768649163d0991af35>`_\ )
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `13ea1f3 <https://github.com/saltstack-formulas/rkhunter-formula/commit/13ea1f3a5147d0f64c18028841607730058f5057>`_\ )
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `75f8db2 <https://github.com/saltstack-formulas/rkhunter-formula/commit/75f8db2068f9543d3bf792a937ea8ae332ad2347>`_\ )
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `0397b55 <https://github.com/saltstack-formulas/rkhunter-formula/commit/0397b55d6a1781adeda6a7deaba8869adcdbc750>`_\ )
* **kitchen+travis:** replace EOL pre-salted images (\ `a15ffb8 <https://github.com/saltstack-formulas/rkhunter-formula/commit/a15ffb85a336ea4ee87e6c7b53b90ad1a2c08120>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `80dbc59 <https://github.com/saltstack-formulas/rkhunter-formula/commit/80dbc599370149425069350226d29e612ea563d6>`_\ )
* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ `0e9e0c8 <https://github.com/saltstack-formulas/rkhunter-formula/commit/0e9e0c851bb841488c957b37139e3b8aeba02827>`_\ )
* **pre-commit:** add to formula [skip ci] (\ `3c78d1b <https://github.com/saltstack-formulas/rkhunter-formula/commit/3c78d1b9ef606caf21558c7cfe48a52ab2247419>`_\ )
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `391ead5 <https://github.com/saltstack-formulas/rkhunter-formula/commit/391ead57e7d1d262b741bc0bd84d41108c13de37>`_\ )
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `d5d5946 <https://github.com/saltstack-formulas/rkhunter-formula/commit/d5d59462213ed02819b21e09937c5e306f055512>`_\ )
* **travis:** add notifications => zulip [skip ci] (\ `1523715 <https://github.com/saltstack-formulas/rkhunter-formula/commit/1523715202140d6bb793bbef6e8c856e1a803f81>`_\ )
* **travis:** apply changes from build config validation [skip ci] (\ `df299f6 <https://github.com/saltstack-formulas/rkhunter-formula/commit/df299f646b46ab68745beb8ad63e2c3097c5fed0>`_\ )
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `4f61ce4 <https://github.com/saltstack-formulas/rkhunter-formula/commit/4f61ce4402a5bc7a0ac991eb10a3300fa4f65253>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `6f6af16 <https://github.com/saltstack-formulas/rkhunter-formula/commit/6f6af16de5080a2f020f3ce6b68ec13a828ff5c0>`_\ )
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `88ddf89 <https://github.com/saltstack-formulas/rkhunter-formula/commit/88ddf899b650b92f4315da563ba381f8b70aa704>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `cbd9323 <https://github.com/saltstack-formulas/rkhunter-formula/commit/cbd932393c9032f943cd333fbe58006c5bf34e39>`_\ )
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `40f2e2d <https://github.com/saltstack-formulas/rkhunter-formula/commit/40f2e2d778c7afa6995d3733c56bb05c9c50453b>`_\ )
* **travis:** use build config validation (beta) [skip ci] (\ `883ac7e <https://github.com/saltstack-formulas/rkhunter-formula/commit/883ac7e606c90bbcb3d3e890d97708ae5a1b5517>`_\ )
* **workflows/commitlint:** add to repo [skip ci] (\ `f15cbf1 <https://github.com/saltstack-formulas/rkhunter-formula/commit/f15cbf116756b1e194a337622039f7e143b584ec>`_\ )
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `4acd0ee <https://github.com/saltstack-formulas/rkhunter-formula/commit/4acd0ee945eccc75c3e1809f268ede86ecc47f01>`_\ )
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `b8d047d <https://github.com/saltstack-formulas/rkhunter-formula/commit/b8d047de34701abdda7ebdadda5c85a0d1dd0d52>`_\ )
* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `fecb8ea <https://github.com/saltstack-formulas/rkhunter-formula/commit/fecb8ea5d86a88af432375304831f2e4fa1e71c0>`_\ )

Documentation
^^^^^^^^^^^^^


* **contributing:** remove to use org-level file instead [skip ci] (\ `0b8c1fa <https://github.com/saltstack-formulas/rkhunter-formula/commit/0b8c1faa57d50a887002e890eb118f29db9f3ddf>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `323a722 <https://github.com/saltstack-formulas/rkhunter-formula/commit/323a72243c951fa3ed9f1f9e33ad7b2bafe72f44>`_\ )

Performance Improvements
^^^^^^^^^^^^^^^^^^^^^^^^


* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `0ff4798 <https://github.com/saltstack-formulas/rkhunter-formula/commit/0ff4798806fdab60375a7b05aa1427c0f191b35e>`_\ )

Styles
^^^^^^


* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `bb3a045 <https://github.com/saltstack-formulas/rkhunter-formula/commit/bb3a0452c35d10671857f922807012a37cd92d27>`_\ )

`0.4.2 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.4.1...v0.4.2>`_ (2019-08-27)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 7667d7d

Please sign in to comment.