Skip to content

Commit 9d273bb

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2019-10-09) ### Bug Fixes * **cert-gen.sh.j2:** fix `salt-lint` errors ([](12fd2f9)) ### Continuous Integration * **kitchen:** install required packages to bootstrapped `opensuse` ([](5f1c3cd)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` ([](c090077)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](ba82312))
1 parent 6b70e6e commit 9d273bb

File tree

5 files changed

+40
-9
lines changed

5 files changed

+40
-9
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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)|31
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)|26
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)|33
8+
<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)|32
99
<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
1010
<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
1111
<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
@@ -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 2019-10-01.
22+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-09.

CHANGELOG.md

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

3+
## [1.2.2](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.1...v1.2.2) (2019-10-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **cert-gen.sh.j2:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/vault-formula/commit/12fd2f9))
9+
10+
11+
### Continuous Integration
12+
13+
* **kitchen:** install required packages to bootstrapped `opensuse` ([](https://github.com/saltstack-formulas/vault-formula/commit/5f1c3cd))
14+
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` ([](https://github.com/saltstack-formulas/vault-formula/commit/c090077))
15+
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/vault-formula/commit/ba82312))
16+
317
## [1.2.1](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.0...v1.2.1) (2019-10-01)
418

519

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.2.1
4+
version: 1.2.2
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
@@ -13,12 +13,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
1313
* - Avatar
1414
- Contributor
1515
- Contributions
16-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
17-
- `@dafyddj <https://github.com/dafyddj>`_
18-
- 31
1916
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2017
- `@myii <https://github.com/myii>`_
21-
- 26
18+
- 33
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
20+
- `@dafyddj <https://github.com/dafyddj>`_
21+
- 32
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/879922?v=4' width='36' height='36' alt='@myoung34'>`
2323
- `@myoung34 <https://github.com/myoung34>`_
2424
- 24
@@ -53,4 +53,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
5353

5454
----
5555

56-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-01.
56+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-09.

docs/CHANGELOG.rst

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

5+
`1.2.2 <https://github.com/saltstack-formulas/vault-formula/compare/v1.2.1...v1.2.2>`_ (2019-10-09)
6+
-------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **cert-gen.sh.j2:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/vault-formula/commit/12fd2f9>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **kitchen:** install required packages to bootstrapped ``opensuse`` (\ ` <https://github.com/saltstack-formulas/vault-formula/commit/5f1c3cd>`_\ )
19+
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` (\ ` <https://github.com/saltstack-formulas/vault-formula/commit/c090077>`_\ )
20+
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/vault-formula/commit/ba82312>`_\ )
21+
522
`1.2.1 <https://github.com/saltstack-formulas/vault-formula/compare/v1.2.0...v1.2.1>`_ (2019-10-01)
623
-------------------------------------------------------------------------------------------------------
724

0 commit comments

Comments
 (0)