We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b19baf commit 60d1270Copy full SHA for 60d1270
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## unreleased
2
3
+* Add xfsprogs-extra to csi-do-plugin container to support xfs grows
4
+ [[GH-405]](https://github.com/digitalocean/csi-digitalocean/pull/405)
5
+
6
## v2.1.2 - 2021.09.07
7
8
* Update Kubernetes dependency to 1.21.3
cmd/do-csi-plugin/Dockerfile
@@ -20,6 +20,7 @@ RUN apk add --no-cache ca-certificates \
20
e2fsprogs \
21
findmnt \
22
xfsprogs \
23
+ xfsprogs-extra \
24
blkid \
25
e2fsprogs-extra
26
0 commit comments