Skip to content

Commit ca43822

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.6...v1.1.0) (2019-07-10) ### Bug Fixes * **package:** explicitly require package providing setcap ([d476700](d476700)) * **user:** handle removal of `gid_from_name` in Salt develop branch ([dee3748](dee3748)), closes [saltstack/salt#48640](saltstack/salt#48640) ### Code Refactoring * **defaults:** place common values in defaults.yaml ([3656e31](3656e31)) ### Continuous Integration * **kitchen+travis:** bring into line with `template-formula` ([34f05bd](34f05bd)) ### Features * add support for openSUSE ([76b8ac3](76b8ac3)) ### Tests * **user+group:** test for vault user/group existence ([ff5cdf9](ff5cdf9))
1 parent 82f76d1 commit ca43822

File tree

5 files changed

+73
-11
lines changed

5 files changed

+73
-11
lines changed

AUTHORS.md

Lines changed: 5 additions & 5 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://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|23
8-
<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)|23
9-
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1704798?v=4' width='36' height='36' alt='@rbjorklin'>|[@rbjorklin](https://github.com/rbjorklin)|14
7+
<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)|29
8+
<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)|24
9+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1704798?v=4' width='36' height='36' alt='@rbjorklin'>|[@rbjorklin](https://github.com/rbjorklin)|15
1010
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|9
1111
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4009658?v=4' width='36' height='36' alt='@avanier'>|[@avanier](https://github.com/avanier)|8
12-
<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)|4
12+
<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)|5
1313
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/5306980?v=4' width='36' height='36' alt='@johnkeates'>|[@johnkeates](https://github.com/johnkeates)|3
1414
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/19988979?v=4' width='36' height='36' alt='@MatthiasKuehneEllerhold'>|[@MatthiasKuehneEllerhold](https://github.com/MatthiasKuehneEllerhold)|3
1515
<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)|2
@@ -18,4 +18,4 @@ Avatar|Contributor|Contributions
1818

1919
---
2020

21-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-24.
21+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-10.

CHANGELOG.md

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

3+
# [1.1.0](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.6...v1.1.0) (2019-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **package:** explicitly require package providing setcap ([d476700](https://github.com/saltstack-formulas/vault-formula/commit/d476700))
9+
* **user:** handle removal of `gid_from_name` in Salt develop branch ([dee3748](https://github.com/saltstack-formulas/vault-formula/commit/dee3748)), closes [saltstack/salt#48640](https://github.com/saltstack/salt/issues/48640)
10+
11+
12+
### Code Refactoring
13+
14+
* **defaults:** place common values in defaults.yaml ([3656e31](https://github.com/saltstack-formulas/vault-formula/commit/3656e31))
15+
16+
17+
### Continuous Integration
18+
19+
* **kitchen+travis:** bring into line with `template-formula` ([34f05bd](https://github.com/saltstack-formulas/vault-formula/commit/34f05bd))
20+
21+
22+
### Features
23+
24+
* add support for openSUSE ([76b8ac3](https://github.com/saltstack-formulas/vault-formula/commit/76b8ac3))
25+
26+
27+
### Tests
28+
29+
* **user+group:** test for vault user/group existence ([ff5cdf9](https://github.com/saltstack-formulas/vault-formula/commit/ff5cdf9))
30+
331
## [1.0.6](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.5...v1.0.6) (2019-06-24)
432

533

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vault
22
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Amazon, SUSE
33
os_family: Debian, RedHat, Suse
4-
version: 1.0.6
4+
version: 1.1.0
55
release: 1
66
minimum_version: 2017.7
77
summary: Vault formula

docs/AUTHORS.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
1717
- `@dafyddj <https://github.com/dafyddj>`_
18-
- 23
18+
- 29
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/879922?v=4' width='36' height='36' alt='@myoung34'>`
2020
- `@myoung34 <https://github.com/myoung34>`_
21-
- 23
21+
- 24
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1704798?v=4' width='36' height='36' alt='@rbjorklin'>`
2323
- `@rbjorklin <https://github.com/rbjorklin>`_
24-
- 14
24+
- 15
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
2626
- `@n-rodriguez <https://github.com/n-rodriguez>`_
2727
- 9
@@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
3030
- 8
3131
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
3232
- `@myii <https://github.com/myii>`_
33-
- 4
33+
- 5
3434
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/5306980?v=4' width='36' height='36' alt='@johnkeates'>`
3535
- `@johnkeates <https://github.com/johnkeates>`_
3636
- 3
@@ -50,4 +50,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
5050

5151
----
5252

53-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-06-24.
53+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-07-10.

docs/CHANGELOG.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22
Changelog
33
=========
44

5+
`1.1.0 <https://github.com/saltstack-formulas/vault-formula/compare/v1.0.6...v1.1.0>`_ (2019-07-10)
6+
-------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **package:** explicitly require package providing setcap (\ `d476700 <https://github.com/saltstack-formulas/vault-formula/commit/d476700>`_\ )
13+
* **user:** handle removal of ``gid_from_name`` in Salt develop branch (\ `dee3748 <https://github.com/saltstack-formulas/vault-formula/commit/dee3748>`_\ ), closes `saltstack/salt#48640 <https://github.com/saltstack/salt/issues/48640>`_
14+
15+
Code Refactoring
16+
^^^^^^^^^^^^^^^^
17+
18+
19+
* **defaults:** place common values in defaults.yaml (\ `3656e31 <https://github.com/saltstack-formulas/vault-formula/commit/3656e31>`_\ )
20+
21+
Continuous Integration
22+
^^^^^^^^^^^^^^^^^^^^^^
23+
24+
25+
* **kitchen+travis:** bring into line with ``template-formula`` (\ `34f05bd <https://github.com/saltstack-formulas/vault-formula/commit/34f05bd>`_\ )
26+
27+
Features
28+
^^^^^^^^
29+
30+
31+
* add support for openSUSE (\ `76b8ac3 <https://github.com/saltstack-formulas/vault-formula/commit/76b8ac3>`_\ )
32+
33+
Tests
34+
^^^^^
35+
36+
37+
* **user+group:** test for vault user/group existence (\ `ff5cdf9 <https://github.com/saltstack-formulas/vault-formula/commit/ff5cdf9>`_\ )
38+
539
`1.0.6 <https://github.com/saltstack-formulas/vault-formula/compare/v1.0.5...v1.0.6>`_ (2019-06-24)
640
-------------------------------------------------------------------------------------------------------
741

0 commit comments

Comments
 (0)