Skip to content

Releases: cloudfoundry/volumedriver

0.100.0

13 Oct 00:07
Compare
Choose a tag to compare
Update go.mod dependencies

--------

index c3c4ae1..3318ce7 100644
@@ -5,23 +5,23 @@ go 1.23
 toolchain go1.23.2

-	code.cloudfoundry.org/dockerdriver v0.17.0
+	code.cloudfoundry.org/dockerdriver v0.18.0
 	code.cloudfoundry.org/goshims v0.43.0
-	code.cloudfoundry.org/lager/v3 v3.8.0
+	code.cloudfoundry.org/lager/v3 v3.9.0
 	github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0
 	github.com/onsi/ginkgo/v2 v2.20.2
 	github.com/onsi/gomega v1.34.2

0.99.0

07 Oct 15:53
Compare
Choose a tag to compare
Update go.mod dependencies

--------

index 5b0d75b..c3c4ae1 100644
@@ -1,33 +1,35 @@
 module code.cloudfoundry.org/volumedriver

-go 1.22.3
+go 1.23
+
+toolchain go1.23.2

-	code.cloudfoundry.org/dockerdriver v0.16.0
-	code.cloudfoundry.org/goshims v0.39.0
-	code.cloudfoundry.org/lager/v3 v3.6.0
-	github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
+	code.cloudfoundry.org/dockerdriver v0.17.0
+	code.cloudfoundry.org/goshims v0.43.0
+	code.cloudfoundry.org/lager/v3 v3.8.0
+	github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0
 	github.com/onsi/ginkgo/v2 v2.20.2
 	github.com/onsi/gomega v1.34.2

0.98.0

02 Oct 17:06
21da01e
Compare
Choose a tag to compare
Merge pull request #190 from cloudfoundry/with-updated-structure

Update repo