Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.0...v0.2.0) (2019-07-08)

### Bug Fixes

* **deps:** ensure make is installed ([969f2b1](969f2b1))
* **deps:** skip python-boto package on Cent/Suse ([06158d3](06158d3))
* **example:** fix pillar.example version ([486f07d](486f07d))
* **gemfile:** use latest net-ssh gem ([07f4a75](07f4a75))
* **jinja:** pass dict as yaml to jinja renderer ([8464691](8464691))
* **makefile:** fix makefile cut+paste issue ([2676182](2676182))
* **map:** need osfingermap for debian ([c86f76a](c86f76a))
* **map:** update os mappings for centos/fedora ([5bd353b](5bd353b))
* **packages:** corrected dependency packages & user:group ([20b6c31](20b6c31))
* **python:** avoid downgrade to python2 ([d3e9f03](d3e9f03))
* **redhat:** correct python rados package; update kitchen ([905d85b](905d85b))
* **source:** fixes for building from source ([5f7ba72](5f7ba72))
* **travis:** use newer image and ruby ([6786612](6786612))

### Code Refactoring

* **jinja:** tidyup indention on jinja rendering ([86211e0](86211e0))

### Documentation

* **contribs:** update contributing.rst ([d005fb0](d005fb0))
* **readme:** add FreeBSD to readme ([96e275a](96e275a))
* **readme:** note basic post-formula integration ([b4bb933](b4bb933))

### Features

* **integration:** update ceph release-name & packages ([2db3acc](2db3acc))
* **template:** migrate to template-formula v3.0.0 ([4d9e571](4d9e571))

### Tests

* **matrix:** use opensuse15 (no py3 on cent6) ([26b126f](26b126f))
* **travis:** trigger new job ([f271ba3](f271ba3))
* **travis:** update .travis.yml adding "dist: xenial" ([3035ab7](3035ab7))
  • Loading branch information
semantic-release-bot committed Jul 8, 2019
1 parent 988f467 commit be163ec
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 4 deletions.
8 changes: 5 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ 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://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|2
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|38
<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)|1
<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
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|1

---

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

# [0.2.0](https://github.com/saltstack-formulas/deepsea-formula/compare/v0.1.0...v0.2.0) (2019-07-08)


### Bug Fixes

* **deps:** ensure make is installed ([969f2b1](https://github.com/saltstack-formulas/deepsea-formula/commit/969f2b1))
* **deps:** skip python-boto package on Cent/Suse ([06158d3](https://github.com/saltstack-formulas/deepsea-formula/commit/06158d3))
* **example:** fix pillar.example version ([486f07d](https://github.com/saltstack-formulas/deepsea-formula/commit/486f07d))
* **gemfile:** use latest net-ssh gem ([07f4a75](https://github.com/saltstack-formulas/deepsea-formula/commit/07f4a75))
* **jinja:** pass dict as yaml to jinja renderer ([8464691](https://github.com/saltstack-formulas/deepsea-formula/commit/8464691))
* **makefile:** fix makefile cut+paste issue ([2676182](https://github.com/saltstack-formulas/deepsea-formula/commit/2676182))
* **map:** need osfingermap for debian ([c86f76a](https://github.com/saltstack-formulas/deepsea-formula/commit/c86f76a))
* **map:** update os mappings for centos/fedora ([5bd353b](https://github.com/saltstack-formulas/deepsea-formula/commit/5bd353b))
* **packages:** corrected dependency packages & user:group ([20b6c31](https://github.com/saltstack-formulas/deepsea-formula/commit/20b6c31))
* **python:** avoid downgrade to python2 ([d3e9f03](https://github.com/saltstack-formulas/deepsea-formula/commit/d3e9f03))
* **redhat:** correct python rados package; update kitchen ([905d85b](https://github.com/saltstack-formulas/deepsea-formula/commit/905d85b))
* **source:** fixes for building from source ([5f7ba72](https://github.com/saltstack-formulas/deepsea-formula/commit/5f7ba72))
* **travis:** use newer image and ruby ([6786612](https://github.com/saltstack-formulas/deepsea-formula/commit/6786612))


### Code Refactoring

* **jinja:** tidyup indention on jinja rendering ([86211e0](https://github.com/saltstack-formulas/deepsea-formula/commit/86211e0))


### Documentation

* **contribs:** update contributing.rst ([d005fb0](https://github.com/saltstack-formulas/deepsea-formula/commit/d005fb0))
* **readme:** add FreeBSD to readme ([96e275a](https://github.com/saltstack-formulas/deepsea-formula/commit/96e275a))
* **readme:** note basic post-formula integration ([b4bb933](https://github.com/saltstack-formulas/deepsea-formula/commit/b4bb933))


### Features

* **integration:** update ceph release-name & packages ([2db3acc](https://github.com/saltstack-formulas/deepsea-formula/commit/2db3acc))
* **template:** migrate to template-formula v3.0.0 ([4d9e571](https://github.com/saltstack-formulas/deepsea-formula/commit/4d9e571))


### Tests

* **matrix:** use opensuse15 (no py3 on cent6) ([26b126f](https://github.com/saltstack-formulas/deepsea-formula/commit/26b126f))
* **travis:** trigger new job ([f271ba3](https://github.com/saltstack-formulas/deepsea-formula/commit/f271ba3))
* **travis:** update .travis.yml adding "dist: xenial" ([3035ab7](https://github.com/saltstack-formulas/deepsea-formula/commit/3035ab7))
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deepsea
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, SmartOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD
version: 1.0.0
version: 0.2.0
release: 1
minimum_version: 2016.11
summary: deepsea formula
Expand Down
32 changes: 32 additions & 0 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.. role:: raw-html-m2r(raw)
:format: html


Authors
=======

This list is sorted by the number of commits per contributor in *descending* order.

.. list-table::
:header-rows: 1

* - Avatar
- Contributor
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
- 38
* - :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>`_
- 1
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
- `@nmadhok <https://github.com/nmadhok>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-07-08.
53 changes: 53 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

Changelog
=========

`0.2.0 <https://github.com/saltstack-formulas/deepsea-formula/compare/v0.1.0...v0.2.0>`_ (2019-07-08)
---------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **deps:** ensure make is installed (\ `969f2b1 <https://github.com/saltstack-formulas/deepsea-formula/commit/969f2b1>`_\ )
* **deps:** skip python-boto package on Cent/Suse (\ `06158d3 <https://github.com/saltstack-formulas/deepsea-formula/commit/06158d3>`_\ )
* **example:** fix pillar.example version (\ `486f07d <https://github.com/saltstack-formulas/deepsea-formula/commit/486f07d>`_\ )
* **gemfile:** use latest net-ssh gem (\ `07f4a75 <https://github.com/saltstack-formulas/deepsea-formula/commit/07f4a75>`_\ )
* **jinja:** pass dict as yaml to jinja renderer (\ `8464691 <https://github.com/saltstack-formulas/deepsea-formula/commit/8464691>`_\ )
* **makefile:** fix makefile cut+paste issue (\ `2676182 <https://github.com/saltstack-formulas/deepsea-formula/commit/2676182>`_\ )
* **map:** need osfingermap for debian (\ `c86f76a <https://github.com/saltstack-formulas/deepsea-formula/commit/c86f76a>`_\ )
* **map:** update os mappings for centos/fedora (\ `5bd353b <https://github.com/saltstack-formulas/deepsea-formula/commit/5bd353b>`_\ )
* **packages:** corrected dependency packages & user:group (\ `20b6c31 <https://github.com/saltstack-formulas/deepsea-formula/commit/20b6c31>`_\ )
* **python:** avoid downgrade to python2 (\ `d3e9f03 <https://github.com/saltstack-formulas/deepsea-formula/commit/d3e9f03>`_\ )
* **redhat:** correct python rados package; update kitchen (\ `905d85b <https://github.com/saltstack-formulas/deepsea-formula/commit/905d85b>`_\ )
* **source:** fixes for building from source (\ `5f7ba72 <https://github.com/saltstack-formulas/deepsea-formula/commit/5f7ba72>`_\ )
* **travis:** use newer image and ruby (\ `6786612 <https://github.com/saltstack-formulas/deepsea-formula/commit/6786612>`_\ )

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


* **jinja:** tidyup indention on jinja rendering (\ `86211e0 <https://github.com/saltstack-formulas/deepsea-formula/commit/86211e0>`_\ )

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


* **contribs:** update contributing.rst (\ `d005fb0 <https://github.com/saltstack-formulas/deepsea-formula/commit/d005fb0>`_\ )
* **readme:** add FreeBSD to readme (\ `96e275a <https://github.com/saltstack-formulas/deepsea-formula/commit/96e275a>`_\ )
* **readme:** note basic post-formula integration (\ `b4bb933 <https://github.com/saltstack-formulas/deepsea-formula/commit/b4bb933>`_\ )

Features
^^^^^^^^


* **integration:** update ceph release-name & packages (\ `2db3acc <https://github.com/saltstack-formulas/deepsea-formula/commit/2db3acc>`_\ )
* **template:** migrate to template-formula v3.0.0 (\ `4d9e571 <https://github.com/saltstack-formulas/deepsea-formula/commit/4d9e571>`_\ )

Tests
^^^^^


* **matrix:** use opensuse15 (no py3 on cent6) (\ `26b126f <https://github.com/saltstack-formulas/deepsea-formula/commit/26b126f>`_\ )
* **travis:** trigger new job (\ `f271ba3 <https://github.com/saltstack-formulas/deepsea-formula/commit/f271ba3>`_\ )
* **travis:** update .travis.yml adding "dist: xenial" (\ `3035ab7 <https://github.com/saltstack-formulas/deepsea-formula/commit/3035ab7>`_\ )

0 comments on commit be163ec

Please sign in to comment.