Skip to content

Commit

Permalink
Bump releases to version v0.14.4 (#143)
Browse files Browse the repository at this point in the history
* Bump releases to version v0.14.4

* Auto generate

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Jul 31, 2023
1 parent 4d8388d commit f84c2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
4 changes: 2 additions & 2 deletions docs/src/external/csi-driver-lvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f84c2de

Please sign in to comment.