forked from noelmcloughlin/deepsea-formula
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
1 parent
988f467
commit be163ec
Showing
5 changed files
with
136 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>`_\ ) |