From e3d218158938960c92a4568a70c805a3e619b106 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Jun 2021 13:26:54 +0000 Subject: [PATCH] chore(release): 3.1.6 ## [3.1.6](https://github.com/enix/dothill-csi/compare/v3.1.5...v3.1.6) (2021-06-09) ### Bug Fixes * **node:** add hostIPC flag on pod to prevent multipath -f from hanging ([d292c50](https://github.com/enix/dothill-csi/commit/d292c50f15bfab68839a4a9aacf0f37eac85da20)) * **node:** fix typo in logs and improve lsblk error handling ([d24b2cf](https://github.com/enix/dothill-csi/commit/d24b2cf52f529bf60f1d21b8407c7d847582dc22)), closes [#92](https://github.com/enix/dothill-csi/issues/92) * **node:** handle errors on read connection information properly ([a311b47](https://github.com/enix/dothill-csi/commit/a311b47238cdc9786ec4048d2594c7817314b6ac)), closes [#96](https://github.com/enix/dothill-csi/issues/96) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4cd780..c8e10bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.1.6](https://github.com/enix/dothill-csi/compare/v3.1.5...v3.1.6) (2021-06-09) + + +### Bug Fixes + +* **node:** add hostIPC flag on pod to prevent multipath -f from hanging ([d292c50](https://github.com/enix/dothill-csi/commit/d292c50f15bfab68839a4a9aacf0f37eac85da20)) +* **node:** fix typo in logs and improve lsblk error handling ([d24b2cf](https://github.com/enix/dothill-csi/commit/d24b2cf52f529bf60f1d21b8407c7d847582dc22)), closes [#92](https://github.com/enix/dothill-csi/issues/92) +* **node:** handle errors on read connection information properly ([a311b47](https://github.com/enix/dothill-csi/commit/a311b47238cdc9786ec4048d2594c7817314b6ac)), closes [#96](https://github.com/enix/dothill-csi/issues/96) + ## [3.1.5](https://github.com/enix/dothill-csi/compare/v3.1.4...v3.1.5) (2021-05-20)