From: semantic-release-bot Date: Tue, 16 Jun 2020 16:10:50 +0000 (+0000) Subject: chore(release): 0.2.1 [skip ci] X-Git-Url: https://git.arvados.org/arvados-formula.git/commitdiff_plain/f3b793e6201d9b11ad112d18f328ae2c88bb0ac4 chore(release): 0.2.1 [skip ci] ## [0.2.1](https://github.com/saltstack-formulas/arvados-formula/compare/v0.2.0...v0.2.1) (2020-06-16) ### Bug Fixes * **init:** enable all sub-modules ([dd5b832](https://github.com/saltstack-formulas/arvados-formula/commit/dd5b832e0209950b97f3d84c1bce71e96a5cde41)) ### Continuous Integration * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([ffc372d](https://github.com/saltstack-formulas/arvados-formula/commit/ffc372d4134debada69126f178493e0e7d6b68b3)) * **kitchen+travis:** adjust matrix to add `3000.3` [skip ci] ([34c3f28](https://github.com/saltstack-formulas/arvados-formula/commit/34c3f2889fd2f4d058c9c56972cc3b3fca28c417)) * **travis:** add notifications => zulip [skip ci] ([71b9243](https://github.com/saltstack-formulas/arvados-formula/commit/71b9243248531e8180fb9918564b0fbd744b89c8)) ### Documentation * **examples:** fix websocket nginx example stanza ([f1f4904](https://github.com/saltstack-formulas/arvados-formula/commit/f1f4904bce70447c910b07ba8745f05be7e1d1ae)) --- diff --git a/AUTHORS.md b/AUTHORS.md index 1bae000..99fec83 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|7 +@myii|[@myii](https://github.com/myii)|10 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|9 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-05. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7195f..35f8512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.1](https://github.com/saltstack-formulas/arvados-formula/compare/v0.2.0...v0.2.1) (2020-06-16) + + +### Bug Fixes + +* **init:** enable all sub-modules ([dd5b832](https://github.com/saltstack-formulas/arvados-formula/commit/dd5b832e0209950b97f3d84c1bce71e96a5cde41)) + + +### Continuous Integration + +* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([ffc372d](https://github.com/saltstack-formulas/arvados-formula/commit/ffc372d4134debada69126f178493e0e7d6b68b3)) +* **kitchen+travis:** adjust matrix to add `3000.3` [skip ci] ([34c3f28](https://github.com/saltstack-formulas/arvados-formula/commit/34c3f2889fd2f4d058c9c56972cc3b3fca28c417)) +* **travis:** add notifications => zulip [skip ci] ([71b9243](https://github.com/saltstack-formulas/arvados-formula/commit/71b9243248531e8180fb9918564b0fbd744b89c8)) + + +### Documentation + +* **examples:** fix websocket nginx example stanza ([f1f4904](https://github.com/saltstack-formulas/arvados-formula/commit/f1f4904bce70447c910b07ba8745f05be7e1d1ae)) + # [0.2.0](https://github.com/saltstack-formulas/arvados-formula/compare/v0.1.0...v0.2.0) (2020-05-05) diff --git a/FORMULA b/FORMULA index 62af764..39b98b4 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: arvados os: Debian, Ubuntu, RedHat, CentOS os_family: Debian, RedHat -version: 0.2.0 +version: 0.2.1 release: 1 minimum_version: 3000.1 summary: arvados formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 6e57beb..1be34c5 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,11 +13,14 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 10 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 7 + - 9 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-05. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d914192..7921c9b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`0.2.1 `_ (2020-06-16) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **init:** enable all sub-modules (\ `dd5b832 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `ffc372d `_\ ) +* **kitchen+travis:** adjust matrix to add ``3000.3`` [skip ci] (\ `34c3f28 `_\ ) +* **travis:** add notifications => zulip [skip ci] (\ `71b9243 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **examples:** fix websocket nginx example stanza (\ `f1f4904 `_\ ) + `0.2.0 `_ (2020-05-05) ---------------------------------------------------------------------------------------------------------