Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jul 10, 2019
1 parent 82f76d1 commit ca43822
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 11 deletions.
10 changes: 5 additions & 5 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|23
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
Expand All @@ -18,4 +18,4 @@ Avatar|Contributor|Contributions

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-24.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-10.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

# [1.1.0](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.6...v1.1.0) (2019-07-10)


### Bug Fixes

* **package:** explicitly require package providing setcap ([d476700](https://github.com/saltstack-formulas/vault-formula/commit/d476700))
* **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)


### Code Refactoring

* **defaults:** place common values in defaults.yaml ([3656e31](https://github.com/saltstack-formulas/vault-formula/commit/3656e31))


### Continuous Integration

* **kitchen+travis:** bring into line with `template-formula` ([34f05bd](https://github.com/saltstack-formulas/vault-formula/commit/34f05bd))


### Features

* add support for openSUSE ([76b8ac3](https://github.com/saltstack-formulas/vault-formula/commit/76b8ac3))


### Tests

* **user+group:** test for vault user/group existence ([ff5cdf9](https://github.com/saltstack-formulas/vault-formula/commit/ff5cdf9))

## [1.0.6](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.5...v1.0.6) (2019-06-24)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: vault
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Amazon, SUSE
os_family: Debian, RedHat, Suse
version: 1.0.6
version: 1.1.0
release: 1
minimum_version: 2017.7
summary: Vault formula
Expand Down
10 changes: 5 additions & 5 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<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
- 29
* - :raw-html-m2r:`<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
- 24
* - :raw-html-m2r:`<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
- 15
* - :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'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 9
Expand All @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 8
* - :raw-html-m2r:`<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
- 5
* - :raw-html-m2r:`<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
Expand All @@ -50,4 +50,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-06-24.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-07-10.
34 changes: 34 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@
Changelog
=========

`1.1.0 <https://github.com/saltstack-formulas/vault-formula/compare/v1.0.6...v1.1.0>`_ (2019-07-10)
-------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **package:** explicitly require package providing setcap (\ `d476700 <https://github.com/saltstack-formulas/vault-formula/commit/d476700>`_\ )
* **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>`_

Code Refactoring
^^^^^^^^^^^^^^^^


* **defaults:** place common values in defaults.yaml (\ `3656e31 <https://github.com/saltstack-formulas/vault-formula/commit/3656e31>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **kitchen+travis:** bring into line with ``template-formula`` (\ `34f05bd <https://github.com/saltstack-formulas/vault-formula/commit/34f05bd>`_\ )

Features
^^^^^^^^


* add support for openSUSE (\ `76b8ac3 <https://github.com/saltstack-formulas/vault-formula/commit/76b8ac3>`_\ )

Tests
^^^^^


* **user+group:** test for vault user/group existence (\ `ff5cdf9 <https://github.com/saltstack-formulas/vault-formula/commit/ff5cdf9>`_\ )

`1.0.6 <https://github.com/saltstack-formulas/vault-formula/compare/v1.0.5...v1.0.6>`_ (2019-06-24)
-------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit ca43822

Please sign in to comment.