Releases: cloudfoundry/nfs-volume-release
Releases · cloudfoundry/nfs-volume-release
7.21.0
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
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
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
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
7.17.0
7.17.0
Release Date: January 06, 2025
Changes
- Bump dependancies
✨ Built with go 1.23.4
Full Changelog: v7.16.0...v7.17.0
Resources
7.16.0
7.16.0
Release Date: January 03, 2025
Changes
- Bump dependancies
✨ Built with go 1.23.4
Full Changelog: v7.15.0...v7.16.0
Resources
7.15.0
7.15.0
Release Date: December 20, 2024
Changes
- Minor dependency bumps
✨ Built with go 1.23.4
Full Changelog: v7.14.0...v7.15.0
Resources
7.14.0
7.14.0
Release Date: December 16, 2024
Changes
- Bump dependencies
✨ Built with go 1.23.4
Full Changelog: v7.13.0...v7.14.0
Resources
7.13.0
7.13.0
Release Date: December 09, 2024
Changes
- Dependency Bumps
✨ Built with go 1.23.4
Full Changelog: v7.12.0...v7.13.0
Resources
7.12.0
7.12.0
Release Date: December 04, 2024
Changes
- Bump go to 1.23.4.
✨ Built with go 1.23.4
Full Changelog: v7.11.0...v7.12.0