mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-10 14:51:42 +00:00
chore(release): 0.15.0 [skip ci]
# [0.15.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.1...v0.15.0) (2022-01-16) ### Continuous Integration * **kitchen:** remove `branch` for `node-formula` dependency ([e6d8065
](e6d80652bc
)) * **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([85e8b8b
](85e8b8b659
)) * **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([1df89bc
](1df89bcba3
)) * **proxy:** replace deprecated Windows `2016` with `2022` [skip ci] ([769e1d6
](769e1d6555
)) * **proxy+windows:** fix setting up WinRM [skip ci] ([a8b6534
](a8b653431d
)) * **windows:** use Salt version `3004` [skip ci] ([7c97573
](7c97573076
)) ### Features * **os*map:** add support for CentOS Stream 8 [skip ci] ([5594d16
](5594d164b6
)) ### Tests * **debian:** update `node` settings ([021a0b6
](021a0b6f86
)) * **debian:** use `python3-pip` ([79d3f7b
](79d3f7b7ed
)) * **pillar:** disable `dxpy` installation on Debian [skip ci] ([1f70007
](1f7000717c
))
This commit is contained in:
parent
7e1816a9bc
commit
17596fb4f1
3 changed files with 28 additions and 4 deletions
|
@ -4,12 +4,12 @@ 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)|111
|
||||
<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)|132
|
||||
<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
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|10
|
||||
<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/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|4
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>|[@kartnico](https://github.com/kartnico)|3
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>|[@ikogan](https://github.com/ikogan)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|1
|
||||
|
@ -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-10-02.
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-01-16.
|
||||
|
|
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,5 +1,29 @@
|
|||
# Changelog
|
||||
|
||||
# [0.15.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.1...v0.15.0) (2022-01-16)
|
||||
|
||||
|
||||
### Continuous Integration
|
||||
|
||||
* **kitchen:** remove `branch` for `node-formula` dependency ([e6d8065](https://github.com/saltstack-formulas/packages-formula/commit/e6d80652bc4bd19d0ca3b5f54d73eeccc2effc20))
|
||||
* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([85e8b8b](https://github.com/saltstack-formulas/packages-formula/commit/85e8b8b6597671943c79332078d0eec5cecc0b6c))
|
||||
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([1df89bc](https://github.com/saltstack-formulas/packages-formula/commit/1df89bcba3439e2387494e909b6c1af7c7f02e60))
|
||||
* **proxy:** replace deprecated Windows `2016` with `2022` [skip ci] ([769e1d6](https://github.com/saltstack-formulas/packages-formula/commit/769e1d6555d9c4770230454f06149d12c12b7d8f))
|
||||
* **proxy+windows:** fix setting up WinRM [skip ci] ([a8b6534](https://github.com/saltstack-formulas/packages-formula/commit/a8b653431d94da9545c28af4b86215f4eac344e9))
|
||||
* **windows:** use Salt version `3004` [skip ci] ([7c97573](https://github.com/saltstack-formulas/packages-formula/commit/7c97573076d440b4c641322246789e1a414e740a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **os*map:** add support for CentOS Stream 8 [skip ci] ([5594d16](https://github.com/saltstack-formulas/packages-formula/commit/5594d164b6e2df2648fb6549bc17f7f0c446eac9))
|
||||
|
||||
|
||||
### Tests
|
||||
|
||||
* **debian:** update `node` settings ([021a0b6](https://github.com/saltstack-formulas/packages-formula/commit/021a0b6f86b6edadc8a65b1512b626f8bbaa5461))
|
||||
* **debian:** use `python3-pip` ([79d3f7b](https://github.com/saltstack-formulas/packages-formula/commit/79d3f7b7ed82b8ca79194ef01fb6caf27f1f4eba))
|
||||
* **pillar:** disable `dxpy` installation on Debian [skip ci] ([1f70007](https://github.com/saltstack-formulas/packages-formula/commit/1f7000717c682f1086e6203d409e5d4c64717076))
|
||||
|
||||
## [0.14.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.0...v0.14.1) (2021-10-02)
|
||||
|
||||
|
||||
|
|
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.1
|
||||
version: 0.15.0
|
||||
release: 1
|
||||
minimum_version: 2017.7
|
||||
summary: packages formula
|
||||
|
|
Loading…
Add table
Reference in a new issue