mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-10 23:01:42 +00:00
chore(release): 0.14.1 [skip ci]
## [0.14.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.0...v0.14.1) (2021-10-02) ### Bug Fixes * **rubocop:** fix violation [skip ci] ([901d706
](901d7069ce
)) ### Tests * **_mapdata:** generate verification files ([96a1a03
](96a1a034c1
)) * **map:** verify `map.jinja` dump using `_mapdata` state ([0fdcbd4
](0fdcbd4288
))
This commit is contained in:
parent
aa0f1e0099
commit
4250e88bee
5 changed files with 34 additions and 5 deletions
|
@ -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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|103
|
||||
<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)|111
|
||||
<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)|44
|
||||
<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)|36
|
||||
<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)|12
|
||||
|
@ -19,4 +19,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-09-06.
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-02.
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## [0.14.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.0...v0.14.1) (2021-10-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **rubocop:** fix violation [skip ci] ([901d706](https://github.com/saltstack-formulas/packages-formula/commit/901d7069ce7f523c550a08ee2a5388f93641f4cd))
|
||||
|
||||
|
||||
### Tests
|
||||
|
||||
* **_mapdata:** generate verification files ([96a1a03](https://github.com/saltstack-formulas/packages-formula/commit/96a1a034c1e438c5695f4f03e9f79bcdf7ff9142))
|
||||
* **map:** verify `map.jinja` dump using `_mapdata` state ([0fdcbd4](https://github.com/saltstack-formulas/packages-formula/commit/0fdcbd428839d5459ed9e6503b7765a4bd320149))
|
||||
|
||||
# [0.14.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.13.1...v0.14.0) (2021-09-06)
|
||||
|
||||
|
||||
|
|
2
FORMULA
2
FORMULA
|
@ -1,7 +1,7 @@
|
|||
name: packages
|
||||
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
|
||||
os_family: Debian, RedHat, Suse
|
||||
version: 0.14.0
|
||||
version: 0.14.1
|
||||
release: 1
|
||||
minimum_version: 2017.7
|
||||
summary: packages 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>`_
|
||||
- 103
|
||||
- 111
|
||||
* - :raw-html-m2r:`<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>`_
|
||||
- 44
|
||||
|
@ -53,4 +53,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-09-06.
|
||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-10-02.
|
||||
|
|
|
@ -2,6 +2,22 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
`0.14.1 <https://github.com/saltstack-formulas/packages-formula/compare/v0.14.0...v0.14.1>`_ (2021-10-02)
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
* **rubocop:** fix violation [skip ci] (\ `901d706 <https://github.com/saltstack-formulas/packages-formula/commit/901d7069ce7f523c550a08ee2a5388f93641f4cd>`_\ )
|
||||
|
||||
Tests
|
||||
^^^^^
|
||||
|
||||
|
||||
* **_mapdata:** generate verification files (\ `96a1a03 <https://github.com/saltstack-formulas/packages-formula/commit/96a1a034c1e438c5695f4f03e9f79bcdf7ff9142>`_\ )
|
||||
* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `0fdcbd4 <https://github.com/saltstack-formulas/packages-formula/commit/0fdcbd428839d5459ed9e6503b7765a4bd320149>`_\ )
|
||||
|
||||
`0.14.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.13.1...v0.14.0>`_ (2021-09-06)
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue