From 5e2db4ee2a9c5ac0b60dc9734d0f48bb68ca7b84 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Nov 2020 17:05:51 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/saltstack-formulas/arvados-formula/compare/v1.1.0...v1.1.1) (2020-11-24) ### Bug Fixes * **creds:** remove underscores ([64c887c](https://github.com/saltstack-formulas/arvados-formula/commit/64c887ce15cd538dc1cc003d2cde2773cd1d291e)) * **crunch-dispatch-local:** re-enable crunch-run.sh to tune docker call ([0fdc919](https://github.com/saltstack-formulas/arvados-formula/commit/0fdc919736977fbffdd4ba76ef0f41c67f279842)) * **dispatcher:** add missing crunch-dispatch-local config file ([91e5896](https://github.com/saltstack-formulas/arvados-formula/commit/91e5896ec5fad6edbb8cc2574cd02f6ddd5f3a1c)) ### Documentation * **single_host:** fix hostnames and tests ([6c52de7](https://github.com/saltstack-formulas/arvados-formula/commit/6c52de7c70c90784df58e6dbc6c43a71b9cc7e7c)) ### Tests * **dispatcher:** add helper state ([1bddf7e](https://github.com/saltstack-formulas/arvados-formula/commit/1bddf7efba4c6abeaa1a530664672bffa965998d)) * **dispatcher:** cert needs to match each hostname ([2ac8a85](https://github.com/saltstack-formulas/arvados-formula/commit/2ac8a85f91b60ebe5fb337bfcbeb09836842ed85)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 20 ++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 24 ++++++++++++++++++++++++ 5 files changed, 51 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index eba098f..885df2b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|25 @myii|[@myii](https://github.com/myii)|22 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @dafyddj|[@dafyddj](https://github.com/dafyddj)|2 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-11-03. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-11-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index cf87834..b621fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.1.1](https://github.com/saltstack-formulas/arvados-formula/compare/v1.1.0...v1.1.1) (2020-11-24) + + +### Bug Fixes + +* **creds:** remove underscores ([64c887c](https://github.com/saltstack-formulas/arvados-formula/commit/64c887ce15cd538dc1cc003d2cde2773cd1d291e)) +* **crunch-dispatch-local:** re-enable crunch-run.sh to tune docker call ([0fdc919](https://github.com/saltstack-formulas/arvados-formula/commit/0fdc919736977fbffdd4ba76ef0f41c67f279842)) +* **dispatcher:** add missing crunch-dispatch-local config file ([91e5896](https://github.com/saltstack-formulas/arvados-formula/commit/91e5896ec5fad6edbb8cc2574cd02f6ddd5f3a1c)) + + +### Documentation + +* **single_host:** fix hostnames and tests ([6c52de7](https://github.com/saltstack-formulas/arvados-formula/commit/6c52de7c70c90784df58e6dbc6c43a71b9cc7e7c)) + + +### Tests + +* **dispatcher:** add helper state ([1bddf7e](https://github.com/saltstack-formulas/arvados-formula/commit/1bddf7efba4c6abeaa1a530664672bffa965998d)) +* **dispatcher:** cert needs to match each hostname ([2ac8a85](https://github.com/saltstack-formulas/arvados-formula/commit/2ac8a85f91b60ebe5fb337bfcbeb09836842ed85)) + # [1.1.0](https://github.com/saltstack-formulas/arvados-formula/compare/v1.0.2...v1.1.0) (2020-11-03) diff --git a/FORMULA b/FORMULA index 9ec1d28..ab478ed 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: arvados os: Debian, Ubuntu, RedHat, CentOS os_family: Debian, RedHat -version: 1.1.0 +version: 1.1.1 release: 1 minimum_version: 3000.1 summary: arvados formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ad2afbe..6aaa4a0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,12 +13,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 25 * - :raw-html-m2r:`@myii` - `@myii `_ - 22 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 18 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 2 @@ -26,4 +26,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-11-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-11-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c935b51..c4d4d46 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`1.1.1 `_ (2020-11-24) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **creds:** remove underscores (\ `64c887c `_\ ) +* **crunch-dispatch-local:** re-enable crunch-run.sh to tune docker call (\ `0fdc919 `_\ ) +* **dispatcher:** add missing crunch-dispatch-local config file (\ `91e5896 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **single_host:** fix hostnames and tests (\ `6c52de7 `_\ ) + +Tests +^^^^^ + + +* **dispatcher:** add helper state (\ `1bddf7e `_\ ) +* **dispatcher:** cert needs to match each hostname (\ `2ac8a85 `_\ ) + `1.1.0 `_ (2020-11-03) --------------------------------------------------------------------------------------------------------- -- 2.30.2