chore(release): 0.2.1 [skip ci]
authorsemantic-release-bot <semantic-release-bot@martynus.net>
Tue, 16 Jun 2020 16:10:50 +0000 (16:10 +0000)
committersemantic-release-bot <semantic-release-bot@martynus.net>
Tue, 16 Jun 2020 16:10:50 +0000 (16:10 +0000)
## [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))

AUTHORS.md
CHANGELOG.md
FORMULA
docs/AUTHORS.rst
docs/CHANGELOG.rst

index 1bae000d6ead75b6fd01dd6a04f45f370f2f1640..99fec834db3a0f4b6df7d81a7d6e970be0ff8552 100644 (file)
@@ -4,8 +4,9 @@ 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/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|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)|10
+<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@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.
index 7c7195f75c00f066755e0e9a48551d74d197c334..35f85127e842ff90919415538a7f48a8361fb868 100644 (file)
@@ -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 62af76413489ab8bc33ac5152b5bd7b1533f9f0f..39b98b4f2a7322ffa26f5a533e9b7e21921c1255 100644 (file)
--- 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
index 6e57beb5518037ec31d626a3e876baba79777d4e..1be34c5a8749fcd230c041aa3049aca0299c998f 100644 (file)
@@ -13,11 +13,14 @@ This list is sorted by the number of commits per contributor in *descending* ord
    * - Avatar
      - Contributor
      - 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>`_
+     - 10
    * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
      - `@javierbertoli <https://github.com/javierbertoli>`_
-     - 7
+     - 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.
index d914192088eaa1f15523f8436b16f59d03ce605a..7921c9b0c0748011600d70cd73b1b2a14e1a4474 100644 (file)
@@ -2,6 +2,29 @@
 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)
 ---------------------------------------------------------------------------------------------------------