Skip to content

Releases: cloudfoundry/nfs-volume-release

7.28.0

16 May 14:56
Compare
Choose a tag to compare

7.28.0

Release Date: May 16, 2025

Changes

  • Bump dependencies
  • Bump to golang 1.24.3

✨ Built with go 1.24.3

Full Changelog: v7.27.0...v7.28.0

Resources

7.27.0

03 May 03:48
Compare
Choose a tag to compare

7.27.0

Release Date: May 02, 2025

Changes

  • Dependency bumps

✨ Built with go 1.24.2

Full Changelog: v7.25.0...v7.27.0

Resources

7.25.0

24 Mar 14:38
Compare
Choose a tag to compare

7.25.0

Release Date: March 24, 2025

Changes

  • Bump dependancies

✨ Built with go 1.24.1

Full Changelog: v7.24.0...v7.25.0

Resources

7.24.0

20 Mar 14:42
Compare
Choose a tag to compare

7.24.0

Release Date: March 20, 2025

Changes

  • Bump dependancies

✨ Built with go 1.23.7

Full Changelog: v7.23.0...v7.24.0

Resources

7.23.0

03 Mar 15:35
Compare
Choose a tag to compare

7.23.0

Release Date: March 03, 2025

Changes

  • Bump dependancies

✨ Built with go 1.23.6

Full Changelog: v7.22.0...v7.23.0

Resources

7.22.0

28 Feb 15:16
Compare
Choose a tag to compare

7.22.0

Release Date: February 28, 2025

Changes

  • Bump dependancies

✨ Built with go 1.23.6

Full Changelog: v7.21.0...v7.22.0

Resources

7.21.0

18 Feb 17:46
Compare
Choose a tag to compare

7.21.0

Release Date: February 18, 2025

Changes

  • bump dependancies

✨ Built with go 1.23.6

Full Changelog: v7.20.0...v7.21.0

Resources

7.20.0

03 Feb 21:20
Compare
Choose a tag to compare

7.20.0

Release Date: February 03, 2025

Changes

  • Bump dependancies

✨ Built with go 1.23.5

Full Changelog: v7.19.0...v7.20.0

Resources

7.19.0

31 Jan 16:44
Compare
Choose a tag to compare

7.19.0

Release Date: January 31, 2025

Changes

  • Fix map-fs-fuse packaging script to avoid collision with binaries installed on compilation-vms in case of re-using compilation vms.

✨ Built with go 1.23.5

Full Changelog: v7.18.0...v7.19.0

Resources

7.18.0

27 Jan 19:50
Compare
Choose a tag to compare

7.18.0

Release Date: January 27, 2025

Changes

  • Move code base from mapfs-release into nfs-volume-release
  • Add map-fs-performance-acceptance-tests errand

Bosh Job Spec changes:

diff --git a/jobs/dockerdriver-integration/spec b/jobs/dockerdriver-integration/spec
index 51e78351..02a908e9 100644
--- a/jobs/dockerdriver-integration/spec
+++ b/jobs/dockerdriver-integration/spec
@@ -9,6 +9,7 @@ templates:
 packages:
 - dockerdriver-integration
 - nfs-debs
+- map-fs
 - nfsv3driver
 
 
@@ -19,4 +20,4 @@ properties:
 
   mapfs_path:
     description: "Path to mapfs binary"
-    default: /var/vcap/packages/mapfs/bin/mapfs
+    default: /var/vcap/packages/map-fs/bin/mapfs
diff --git a/jobs/map-fs-performance-acceptance-tests/spec b/jobs/map-fs-performance-acceptance-tests/spec
new file mode 100644
index 00000000..a3f30383
--- /dev/null
+++ b/jobs/map-fs-performance-acceptance-tests/spec
@@ -0,0 +1,23 @@
+---
+name: map-fs-performance-acceptance-tests
+
+templates:
+  pre-start.erb: bin/pre-start
+  run.erb: bin/run
+  config.json.erb: config/config.json
+
+packages:
+- map-fs-performance-acceptance-tests
+- map-fs
+- map-fs-fuse
+- nfs-debs
+
+
+properties:
+  nfs_remote_path:
+    description: Address for SMB Remote Path 
+    default: nfstestserver.service.cf.internal:export
+
+  mapfs_path:
+    description: "Path to mapfs binary"
+    default: /var/vcap/packages/map-fs/bin/mapfs
diff --git a/jobs/nfsv3driver/spec b/jobs/nfsv3driver/spec
index fc9fe47b..7d5262d8 100644
--- a/jobs/nfsv3driver/spec
+++ b/jobs/nfsv3driver/spec
@@ -17,10 +17,8 @@ templates:
 packages:
 - nfs-debs
 - nfsv3driver
-
-consumes:
-- name: mapfs
-  type: mapfs
+- map-fs
+- map-fs-fuse
 
 properties:
   nfsv3driver.statd_port:

✨ Built with go 1.23.5

Full Changelog: v7.17.0...v7.18.0

Resources