Browse Source

chore(release): 1.1.1 [skip ci]

## [1.1.1](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.1.0...v1.1.1) (2020-12-27)

### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([a615af1](a615af103e))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([472a16c](472a16c283))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([a88d749](a88d749499))

### Tests

* **_mapdata:** generate verification files ([7665d77](7665d77f67))
* **map:** verify `map.jinja` dump using `_mapdata` state ([22869e0](22869e0c7f))
tags/v1.1.1
semantic-release-bot 3 years ago
parent
commit
87df82dc79
5 changed files with 38 additions and 5 deletions
  1. +2
    -2
      AUTHORS.md
  2. +15
    -0
      CHANGELOG.md
  3. +1
    -1
      FORMULA
  4. +2
    -2
      docs/AUTHORS.rst
  5. +18
    -0
      docs/CHANGELOG.rst

+ 2
- 2
AUTHORS.md View File

@@ -4,7 +4,7 @@ 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)|53
<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)|60
<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)|24
<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)|13
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/6609453?v=4' width='36' height='36' alt='@Sxderp'>|[@Sxderp](https://github.com/Sxderp)|5
@@ -23,4 +23,4 @@ Avatar|Contributor|Contributions

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-24.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-27.

+ 15
- 0
CHANGELOG.md View File

@@ -1,5 +1,20 @@
# Changelog

## [1.1.1](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.1.0...v1.1.1) (2020-12-27)


### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([a615af1](https://github.com/saltstack-formulas/firewalld-formula/commit/a615af103e7a9d89b05e8e7a4f9d139ec112c599))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([472a16c](https://github.com/saltstack-formulas/firewalld-formula/commit/472a16c283f60f84acc25846ef03da346c0a2cc5))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([a88d749](https://github.com/saltstack-formulas/firewalld-formula/commit/a88d749499a613299dcb688f97aad9af97221ec6))


### Tests

* **_mapdata:** generate verification files ([7665d77](https://github.com/saltstack-formulas/firewalld-formula/commit/7665d77f67749722d5b3d8ef73aa75ede034d365))
* **map:** verify `map.jinja` dump using `_mapdata` state ([22869e0](https://github.com/saltstack-formulas/firewalld-formula/commit/22869e0c7fa5ae6c7f8d354d4302cb945202347a))

# [1.1.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.0.0...v1.1.0) (2020-10-24)



+ 1
- 1
FORMULA View File

@@ -1,7 +1,7 @@
name: firewalld
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
version: 1.1.0
version: 1.1.1
release: 1
minimum_version: 2017.7
summary: firewalld formula

+ 2
- 2
docs/AUTHORS.rst View File

@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 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>`_
- 53
- 60
* - :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>`_
- 24
@@ -65,4 +65,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-10-24.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-27.

+ 18
- 0
docs/CHANGELOG.rst View File

@@ -2,6 +2,24 @@
Changelog
=========

`1.1.1 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.1.0...v1.1.1>`_ (2020-12-27)
-----------------------------------------------------------------------------------------------------------

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


* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `a615af1 <https://github.com/saltstack-formulas/firewalld-formula/commit/a615af103e7a9d89b05e8e7a4f9d139ec112c599>`_\ )
* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `472a16c <https://github.com/saltstack-formulas/firewalld-formula/commit/472a16c283f60f84acc25846ef03da346c0a2cc5>`_\ )
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `a88d749 <https://github.com/saltstack-formulas/firewalld-formula/commit/a88d749499a613299dcb688f97aad9af97221ec6>`_\ )

Tests
^^^^^


* **_mapdata:** generate verification files (\ `7665d77 <https://github.com/saltstack-formulas/firewalld-formula/commit/7665d77f67749722d5b3d8ef73aa75ede034d365>`_\ )
* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `22869e0 <https://github.com/saltstack-formulas/firewalld-formula/commit/22869e0c7fa5ae6c7f8d354d4302cb945202347a>`_\ )

`1.1.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.0.0...v1.1.0>`_ (2020-10-24)
-----------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save