From c51d4b1063472ee6f987eb0a6e654074a5833caa Mon Sep 17 00:00:00 2001 From: metal-stack Date: Fri, 28 Jul 2023 10:55:47 +0000 Subject: [PATCH 1/2] Bump releases to version v0.14.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23cc351b50..8b509a2037 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.14.3") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.14.4") ifeq ($(CI),true) DOCKER_TTY_ARG= From 7d677022e8c8138cd9d5789bf3e2368b58866199 Mon Sep 17 00:00:00 2001 From: auto-build Date: Fri, 28 Jul 2023 10:57:55 +0000 Subject: [PATCH 2/2] Auto generate --- docs/src/external/csi-driver-lvm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/external/csi-driver-lvm/README.md b/docs/src/external/csi-driver-lvm/README.md index 69417005da..2fb7e03177 100644 --- a/docs/src/external/csi-driver-lvm/README.md +++ b/docs/src/external/csi-driver-lvm/README.md @@ -56,9 +56,9 @@ kubectl delete -f examples/csi-app.yaml kubectl delete -f examples/csi-pvc.yaml ``` -## Development ### +### Development ### -In order to run the integration tests locally, you need to create to loop devices on your host machine. Make sure the loop device mount paths are not used on your system (default path is `/dev/loop10{1,2}`). +In order to run the integration tests locally, you need to create to loop devices on your host machine. Make sure the loop device mount paths are not used on your system (default path is `/dev/loop10{0,1}`). You can create these loop devices like this: