Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2019-11-07)

### Bug Fixes

* **release.config.js:** use full commit hash in commit link [skip ci] ([297db70](297db70))

### Continuous Integration

* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([bc13a28](bc13a28))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([c38389c](c38389c))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([8c9631e](8c9631e))
* **kitchen+travis:** use bootstrapped `amazonlinux-1` images ([a9576e8](a9576e8))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([562874c](562874c))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([af7f503](af7f503))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([7214aa7](7214aa7))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([e5542dd](e5542dd))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([8b098a3](8b098a3))
  • Loading branch information
semantic-release-bot committed Nov 7, 2019
1 parent 3f8d3a9 commit 45457b0
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|33
<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)|45
<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
<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
Expand All @@ -19,4 +19,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-10-09.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-07.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.2.3](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.2...v1.2.3) (2019-11-07)


### Bug Fixes

* **release.config.js:** use full commit hash in commit link [skip ci] ([297db70](https://github.com/saltstack-formulas/vault-formula/commit/297db702a9956dbfb24c3a9eb484bff151cdb3c2))


### Continuous Integration

* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([bc13a28](https://github.com/saltstack-formulas/vault-formula/commit/bc13a28c4ca3a746dc9b79d87e66bd4cda566164))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([c38389c](https://github.com/saltstack-formulas/vault-formula/commit/c38389c181dfb663c7783680f5f448676647882c))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([8c9631e](https://github.com/saltstack-formulas/vault-formula/commit/8c9631efeaee70843ce1e727b47582292a192f33))
* **kitchen+travis:** use bootstrapped `amazonlinux-1` images ([a9576e8](https://github.com/saltstack-formulas/vault-formula/commit/a9576e816b292cd47abe4c609b794b16f879cc87))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([562874c](https://github.com/saltstack-formulas/vault-formula/commit/562874c1eba10f8cd196ca3fb965cb11a3333950))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([af7f503](https://github.com/saltstack-formulas/vault-formula/commit/af7f5037c0b15b481f1cfd3d24e18ab5faed5fb6))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([7214aa7](https://github.com/saltstack-formulas/vault-formula/commit/7214aa7361104b183b16fea0b3bea0a1974ba46d))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([e5542dd](https://github.com/saltstack-formulas/vault-formula/commit/e5542dd3c4c1333340fa8f13ad1caf39f5552167))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([8b098a3](https://github.com/saltstack-formulas/vault-formula/commit/8b098a3a2729740c25e9204c150e8679ba8546bd))

## [1.2.2](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.1...v1.2.2) (2019-10-09)


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.2.2
version: 1.2.3
release: 1
minimum_version: 2017.7
summary: Vault formula
Expand Down
4 changes: 2 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 33
- 45
* - :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>`_
- 32
Expand Down Expand Up @@ -53,4 +53,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-10-09.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-11-07.
33 changes: 33 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@
Changelog
=========

`1.2.3 <https://github.com/saltstack-formulas/vault-formula/compare/v1.2.2...v1.2.3>`_ (2019-11-07)
-------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **release.config.js:** use full commit hash in commit link [skip ci] (\ `297db70 <https://github.com/saltstack-formulas/vault-formula/commit/297db702a9956dbfb24c3a9eb484bff151cdb3c2>`_\ )

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


* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `bc13a28 <https://github.com/saltstack-formulas/vault-formula/commit/bc13a28c4ca3a746dc9b79d87e66bd4cda566164>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `c38389c <https://github.com/saltstack-formulas/vault-formula/commit/c38389c181dfb663c7783680f5f448676647882c>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `8c9631e <https://github.com/saltstack-formulas/vault-formula/commit/8c9631efeaee70843ce1e727b47582292a192f33>`_\ )
* **kitchen+travis:** use bootstrapped ``amazonlinux-1`` images (\ `a9576e8 <https://github.com/saltstack-formulas/vault-formula/commit/a9576e816b292cd47abe4c609b794b16f879cc87>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `562874c <https://github.com/saltstack-formulas/vault-formula/commit/562874c1eba10f8cd196ca3fb965cb11a3333950>`_\ )
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `af7f503 <https://github.com/saltstack-formulas/vault-formula/commit/af7f5037c0b15b481f1cfd3d24e18ab5faed5fb6>`_\ )

Documentation
^^^^^^^^^^^^^


* **contributing:** remove to use org-level file instead [skip ci] (\ `7214aa7 <https://github.com/saltstack-formulas/vault-formula/commit/7214aa7361104b183b16fea0b3bea0a1974ba46d>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `e5542dd <https://github.com/saltstack-formulas/vault-formula/commit/e5542dd3c4c1333340fa8f13ad1caf39f5552167>`_\ )

Performance Improvements
^^^^^^^^^^^^^^^^^^^^^^^^


* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `8b098a3 <https://github.com/saltstack-formulas/vault-formula/commit/8b098a3a2729740c25e9204c150e8679ba8546bd>`_\ )

`1.2.2 <https://github.com/saltstack-formulas/vault-formula/compare/v1.2.1...v1.2.2>`_ (2019-10-09)
-------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 45457b0

Please sign in to comment.