chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.1...v1.3.0) (2021-06-18) ### Continuous Integration * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([cdaade3](cdaade380a)) ### Features * **rich-rules:** add priority to rich rules ([9c2b41d](9c2b41d0f9)), closes [#51](https://github.com/saltstack-formulas/firewalld-formula/issues/51)
This commit is contained in:
		
							parent
							
								
									71e8d373d7
								
							
						
					
					
						commit
						47d3a27c05
					
				@ -4,10 +4,10 @@ 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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|75
 | 
			
		||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|78
 | 
			
		||||
<img class='float-left rounded-1' src='https://avatars.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://avatars.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://avatars.githubusercontent.com/u/6609453?v=4' width='36' height='36' alt='@Sxderp'>|[@Sxderp](https://github.com/Sxderp)|5
 | 
			
		||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/6609453?v=4' width='36' height='36' alt='@Sxderp'>|[@Sxderp](https://github.com/Sxderp)|6
 | 
			
		||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
 | 
			
		||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|3
 | 
			
		||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/12465797?v=4' width='36' height='36' alt='@hoonetorg'>|[@hoonetorg](https://github.com/hoonetorg)|3
 | 
			
		||||
@ -26,4 +26,4 @@ Avatar|Contributor|Contributions
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-26.
 | 
			
		||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-18.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@ -1,5 +1,17 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
# [1.3.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.1...v1.3.0) (2021-06-18)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Continuous Integration
 | 
			
		||||
 | 
			
		||||
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([cdaade3](https://github.com/saltstack-formulas/firewalld-formula/commit/cdaade380a4f4e42e2e4fe91cd60de1e179c3e0f))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Features
 | 
			
		||||
 | 
			
		||||
* **rich-rules:** add priority to rich rules ([9c2b41d](https://github.com/saltstack-formulas/firewalld-formula/commit/9c2b41d0f9de3e7601df465db2e1005effcbb0c7)), closes [#51](https://github.com/saltstack-formulas/firewalld-formula/issues/51)
 | 
			
		||||
 | 
			
		||||
## [1.2.1](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.0...v1.2.1) (2021-04-26)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								FORMULA
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								FORMULA
									
									
									
									
									
								
							@ -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.2.1
 | 
			
		||||
version: 1.3.0
 | 
			
		||||
release: 1
 | 
			
		||||
minimum_version: 2017.7
 | 
			
		||||
summary: firewalld formula
 | 
			
		||||
 | 
			
		||||
@ -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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
 | 
			
		||||
     - `@myii <https://github.com/myii>`_
 | 
			
		||||
     - 75
 | 
			
		||||
     - 78
 | 
			
		||||
   * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
 | 
			
		||||
     - `@aboe76 <https://github.com/aboe76>`_
 | 
			
		||||
     - 24
 | 
			
		||||
@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
 | 
			
		||||
     - 13
 | 
			
		||||
   * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/6609453?v=4' width='36' height='36' alt='@Sxderp'>`
 | 
			
		||||
     - `@Sxderp <https://github.com/Sxderp>`_
 | 
			
		||||
     - 5
 | 
			
		||||
     - 6
 | 
			
		||||
   * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
 | 
			
		||||
     - `@dafyddj <https://github.com/dafyddj>`_
 | 
			
		||||
     - 3
 | 
			
		||||
@ -74,4 +74,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 2021-04-26.
 | 
			
		||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-06-18.
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,21 @@
 | 
			
		||||
Changelog
 | 
			
		||||
=========
 | 
			
		||||
 | 
			
		||||
`1.3.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.1...v1.3.0>`_ (2021-06-18)
 | 
			
		||||
-----------------------------------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
Continuous Integration
 | 
			
		||||
^^^^^^^^^^^^^^^^^^^^^^
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `cdaade3 <https://github.com/saltstack-formulas/firewalld-formula/commit/cdaade380a4f4e42e2e4fe91cd60de1e179c3e0f>`_\ )
 | 
			
		||||
 | 
			
		||||
Features
 | 
			
		||||
^^^^^^^^
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
* **rich-rules:** add priority to rich rules (\ `9c2b41d <https://github.com/saltstack-formulas/firewalld-formula/commit/9c2b41d0f9de3e7601df465db2e1005effcbb0c7>`_\ ), closes `#51 <https://github.com/saltstack-formulas/firewalld-formula/issues/51>`_
 | 
			
		||||
 | 
			
		||||
`1.2.1 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.0...v1.2.1>`_ (2021-04-26)
 | 
			
		||||
-----------------------------------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user