Skip to content

Commit 90a8244

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.2.0...v1.0.0) (2020-06-01) ### Bug Fixes * **amazon:** remove improvable distro for UPS management ([424467b](424467b)) ### Code Refactoring * **states+config:** to conform to “template-formula” standard ([ae33686](ae33686)) ### BREAKING CHANGES * **states+config:** the templates are now under "nut/files/default". * **states+config:** "pkg" and "extra_pkgs" are now merged under a "pkgs" list. * **states+config:** config file names are now under "<server|client>.<component>.config.file"
1 parent 10bef91 commit 90a8244

5 files changed

Lines changed: 96 additions & 1 deletion

File tree

AUTHORS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Authors
2+
3+
This list is sorted by the number of commits per contributor in _descending_ order.
4+
5+
Avatar|Contributor|Contributions
6+
:-:|---|:-:
7+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|7
8+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>|[@kartnico](https://github.com/kartnico)|4
9+
<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)|3
10+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|1
11+
12+
---
13+
14+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-01.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
# [1.0.0](https://github.com/saltstack-formulas/nut-formula/compare/v0.2.0...v1.0.0) (2020-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **amazon:** remove improvable distro for UPS management ([424467b](https://github.com/saltstack-formulas/nut-formula/commit/424467befc3332770313200375b7c7ebb91867bb))
9+
10+
11+
### Code Refactoring
12+
13+
* **states+config:** to conform to “template-formula” standard ([ae33686](https://github.com/saltstack-formulas/nut-formula/commit/ae33686a90ce44c9f35a06a670a3370cfbf02680))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **states+config:** the templates are now under "nut/files/default".
19+
* **states+config:** "pkg" and "extra_pkgs" are now merged under a "pkgs" list.
20+
* **states+config:** config file names are now under "<server|client>.<component>.config.file"

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: nut
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, 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: 0.2.0
4+
version: 1.0.0
55
release: 1
66
minimum_version: 2019.2
77
summary: nut formula

docs/AUTHORS.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. role:: raw-html-m2r(raw)
2+
:format: html
3+
4+
5+
Authors
6+
=======
7+
8+
This list is sorted by the number of commits per contributor in *descending* order.
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* - Avatar
14+
- Contributor
15+
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
17+
- `@javierbertoli <https://github.com/javierbertoli>`_
18+
- 7
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>`
20+
- `@kartnico <https://github.com/kartnico>`_
21+
- 4
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
23+
- `@myii <https://github.com/myii>`_
24+
- 3
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
26+
- `@aboe76 <https://github.com/aboe76>`_
27+
- 1
28+
29+
30+
----
31+
32+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-06-01.

docs/CHANGELOG.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. role:: raw=html=m2r(raw)
2+
:format: html
3+
4+
5+
Changelog
6+
---------
7+
8+
`1.0.0 <https://github.com/saltstack-formulas/nut-formula/compare/v0.2.0...v1.0.0>`_ (2020-06-01)
9+
-----------------------------------------------------------------------------------------------------
10+
11+
Bug Fixes
12+
^^^^^^^^^
13+
14+
15+
* **amazon:** remove improvable distro for UPS management (\ `424467b <https://github.com/saltstack-formulas/nut-formula/commit/424467befc3332770313200375b7c7ebb91867bb>`_\ )
16+
17+
Code Refactoring
18+
^^^^^^^^^^^^^^^^
19+
20+
21+
* **states+config:** to conform to “template-formula” standard (\ `ae33686 <https://github.com/saltstack-formulas/nut-formula/commit/ae33686a90ce44c9f35a06a670a3370cfbf02680>`_\ )
22+
23+
BREAKING CHANGES
24+
^^^^^^^^^^^^^^^^
25+
26+
27+
* **states+config:** the templates are now under "nut/files/default".
28+
* **states+config:** "pkg" and "extra_pkgs" are now merged under a "pkgs" list.
29+
* **states+config:** config file names are now under "<server|client>.\ :raw-html-m2r:`<component>`.config.file"

0 commit comments

Comments
 (0)