Skip to content

Commit 17596fb

Browse files
chore(release): 0.15.0 [skip ci]
# [0.15.0](v0.14.1...v0.15.0) (2022-01-16) ### Continuous Integration * **kitchen:** remove `branch` for `node-formula` dependency ([e6d8065](e6d8065)) * **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([85e8b8b](85e8b8b)) * **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([1df89bc](1df89bc)) * **proxy:** replace deprecated Windows `2016` with `2022` [skip ci] ([769e1d6](769e1d6)) * **proxy+windows:** fix setting up WinRM [skip ci] ([a8b6534](a8b6534)) * **windows:** use Salt version `3004` [skip ci] ([7c97573](7c97573)) ### Features * **os*map:** add support for CentOS Stream 8 [skip ci] ([5594d16](5594d16)) ### Tests * **debian:** update `node` settings ([021a0b6](021a0b6)) * **debian:** use `python3-pip` ([79d3f7b](79d3f7b)) * **pillar:** disable `dxpy` installation on Debian [skip ci] ([1f70007](1f70007))
1 parent 7e1816a commit 17596fb

3 files changed

Lines changed: 28 additions & 4 deletions

File tree

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<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
7+
<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
88
<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
99
<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
1010
<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
1111
<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
12-
<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
12+
<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
1313
<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
1414
<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
1515
<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
1919

2020
---
2121

22-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-02.
22+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-01-16.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
# [0.15.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.1...v0.15.0) (2022-01-16)
4+
5+
6+
### Continuous Integration
7+
8+
* **kitchen:** remove `branch` for `node-formula` dependency ([e6d8065](https://github.com/saltstack-formulas/packages-formula/commit/e6d80652bc4bd19d0ca3b5f54d73eeccc2effc20))
9+
* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([85e8b8b](https://github.com/saltstack-formulas/packages-formula/commit/85e8b8b6597671943c79332078d0eec5cecc0b6c))
10+
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([1df89bc](https://github.com/saltstack-formulas/packages-formula/commit/1df89bcba3439e2387494e909b6c1af7c7f02e60))
11+
* **proxy:** replace deprecated Windows `2016` with `2022` [skip ci] ([769e1d6](https://github.com/saltstack-formulas/packages-formula/commit/769e1d6555d9c4770230454f06149d12c12b7d8f))
12+
* **proxy+windows:** fix setting up WinRM [skip ci] ([a8b6534](https://github.com/saltstack-formulas/packages-formula/commit/a8b653431d94da9545c28af4b86215f4eac344e9))
13+
* **windows:** use Salt version `3004` [skip ci] ([7c97573](https://github.com/saltstack-formulas/packages-formula/commit/7c97573076d440b4c641322246789e1a414e740a))
14+
15+
16+
### Features
17+
18+
* **os*map:** add support for CentOS Stream 8 [skip ci] ([5594d16](https://github.com/saltstack-formulas/packages-formula/commit/5594d164b6e2df2648fb6549bc17f7f0c446eac9))
19+
20+
21+
### Tests
22+
23+
* **debian:** update `node` settings ([021a0b6](https://github.com/saltstack-formulas/packages-formula/commit/021a0b6f86b6edadc8a65b1512b626f8bbaa5461))
24+
* **debian:** use `python3-pip` ([79d3f7b](https://github.com/saltstack-formulas/packages-formula/commit/79d3f7b7ed82b8ca79194ef01fb6caf27f1f4eba))
25+
* **pillar:** disable `dxpy` installation on Debian [skip ci] ([1f70007](https://github.com/saltstack-formulas/packages-formula/commit/1f7000717c682f1086e6203d409e5d4c64717076))
26+
327
## [0.14.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.0...v0.14.1) (2021-10-02)
428

529

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: packages
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 0.14.1
4+
version: 0.15.0
55
release: 1
66
minimum_version: 2017.7
77
summary: packages formula

0 commit comments

Comments
 (0)