Skip to content

Commit 86adc9e

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-12-16) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([88cc5e4](88cc5e4)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([4c4c93a](4c4c93a)) * **pre-commit:** add to formula [skip ci] ([5c6ac84](5c6ac84)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([65d4b7b](65d4b7b)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([f4009a0](f4009a0)) ### Styles * **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([1f0a3d2](1f0a3d2))
1 parent 88cc5e4 commit 86adc9e

File tree

5 files changed

+47
-8
lines changed

5 files changed

+47
-8
lines changed

AUTHORS.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|13
7+
<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)|26
88
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|12
99
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|8
1010
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/305622?v=4' width='36' height='36' alt='@Granjow'>|[@Granjow](https://github.com/Granjow)|7
@@ -19,6 +19,7 @@ Avatar|Contributor|Contributions
1919
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/879922?v=4' width='36' height='36' alt='@myoung34'>|[@myoung34](https://github.com/myoung34)|3
2020
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>|[@iggy](https://github.com/iggy)|2
2121
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/218060?v=4' width='36' height='36' alt='@johnklehm'>|[@johnklehm](https://github.com/johnklehm)|2
22+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
2223
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/5825419?v=4' width='36' height='36' alt='@JulioECastro'>|[@JulioECastro](https://github.com/JulioECastro)|2
2324
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|2
2425
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|2
@@ -34,8 +35,8 @@ Avatar|Contributor|Contributions
3435
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/935080?v=4' width='36' height='36' alt='@smitelli'>|[@smitelli](https://github.com/smitelli)|1
3536
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|1
3637
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/228723?v=4' width='36' height='36' alt='@abednarik'>|[@abednarik](https://github.com/abednarik)|1
37-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/505649?v=4' width='36' height='36' alt='@0xCMP'>|[@0xCMP](https://github.com/0xCMP)|1
38+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/505649?v=4' width='36' height='36' alt='@chrisportela'>|[@chrisportela](https://github.com/chrisportela)|1
3839

3940
---
4041

41-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-01.
42+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/saltstack-formulas/node-formula/compare/v1.0.0...v1.0.1) (2020-12-16)
4+
5+
6+
### Continuous Integration
7+
8+
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([88cc5e4](https://github.com/saltstack-formulas/node-formula/commit/88cc5e4f8176f9c61f3aa67ae278a6356b017155))
9+
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([4c4c93a](https://github.com/saltstack-formulas/node-formula/commit/4c4c93aa3904de698f55d4db1b55f7bfa8a3ee06))
10+
* **pre-commit:** add to formula [skip ci] ([5c6ac84](https://github.com/saltstack-formulas/node-formula/commit/5c6ac846426ed63d107d5e26c9b6f7723c9d0d89))
11+
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([65d4b7b](https://github.com/saltstack-formulas/node-formula/commit/65d4b7ba353d52b9f5ec2db865c5f77d4e319d8a))
12+
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([f4009a0](https://github.com/saltstack-formulas/node-formula/commit/f4009a06a8db3e017b3c3df0b0d527e670e9e911))
13+
14+
15+
### Styles
16+
17+
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([1f0a3d2](https://github.com/saltstack-formulas/node-formula/commit/1f0a3d2c0eb25e31e22d66e8388787050f13a381))
18+
319
# [1.0.0](https://github.com/saltstack-formulas/node-formula/compare/v0.14.2...v1.0.0) (2020-06-01)
420

521

FORMULA

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: node
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 1.0.0
4+
version: 1.0.1
55
release: 1
66
minimum_version: 2016.11
77
summary: node formula

docs/AUTHORS.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 13
18+
- 26
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2020
- `@gravyboat <https://github.com/gravyboat>`_
2121
- 12
@@ -58,6 +58,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
5858
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/218060?v=4' width='36' height='36' alt='@johnklehm'>`
5959
- `@johnklehm <https://github.com/johnklehm>`_
6060
- 2
61+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
62+
- `@dafyddj <https://github.com/dafyddj>`_
63+
- 2
6164
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/5825419?v=4' width='36' height='36' alt='@JulioECastro'>`
6265
- `@JulioECastro <https://github.com/JulioECastro>`_
6366
- 2
@@ -103,11 +106,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
103106
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/228723?v=4' width='36' height='36' alt='@abednarik'>`
104107
- `@abednarik <https://github.com/abednarik>`_
105108
- 1
106-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/505649?v=4' width='36' height='36' alt='@0xCMP'>`
107-
- `@0xCMP <https://github.com/0xCMP>`_
109+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/505649?v=4' width='36' height='36' alt='@chrisportela'>`
110+
- `@chrisportela <https://github.com/chrisportela>`_
108111
- 1
109112

110113

111114
----
112115

113-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-06-01.
116+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.

docs/CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
=========
44

5+
`1.0.1 <https://github.com/saltstack-formulas/node-formula/compare/v1.0.0...v1.0.1>`_ (2020-12-16)
6+
------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `88cc5e4 <https://github.com/saltstack-formulas/node-formula/commit/88cc5e4f8176f9c61f3aa67ae278a6356b017155>`_\ )
13+
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `4c4c93a <https://github.com/saltstack-formulas/node-formula/commit/4c4c93aa3904de698f55d4db1b55f7bfa8a3ee06>`_\ )
14+
* **pre-commit:** add to formula [skip ci] (\ `5c6ac84 <https://github.com/saltstack-formulas/node-formula/commit/5c6ac846426ed63d107d5e26c9b6f7723c9d0d89>`_\ )
15+
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `65d4b7b <https://github.com/saltstack-formulas/node-formula/commit/65d4b7ba353d52b9f5ec2db865c5f77d4e319d8a>`_\ )
16+
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `f4009a0 <https://github.com/saltstack-formulas/node-formula/commit/f4009a06a8db3e017b3c3df0b0d527e670e9e911>`_\ )
17+
18+
Styles
19+
^^^^^^
20+
21+
22+
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `1f0a3d2 <https://github.com/saltstack-formulas/node-formula/commit/1f0a3d2c0eb25e31e22d66e8388787050f13a381>`_\ )
23+
524
`1.0.0 <https://github.com/saltstack-formulas/node-formula/compare/v0.14.2...v1.0.0>`_ (2020-06-01)
625
-------------------------------------------------------------------------------------------------------
726

0 commit comments

Comments
 (0)