Skip to content

Releases: cloudfoundry/nfs-volume-release

7.30.0

26 Jun 19:45
Compare
Choose a tag to compare

7.30.0

Release Date: June 26, 2025

Changes

  • Allows operators to completely override the metdata used by BBR for backup + restore locks

Bosh Job Spec changes:

diff --git a/jobs/nfsbroker-bbr-lock/spec b/jobs/nfsbroker-bbr-lock/spec
index 101e79dc..8abee21e 100644
--- a/jobs/nfsbroker-bbr-lock/spec
+++ b/jobs/nfsbroker-bbr-lock/spec
@@ -11,3 +11,31 @@ consumes:
   - name: nfsbrokerpush
     type: nfsbrokerpush
 
+properties:
+  bbr.metadata:
+    description: "BBR Metadata"
+    default: |
+      ---
+      backup_should_be_locked_before:
+      - job_name: uaa
+        release: uaa
+      - job_name: credhub
+        release: credhub
+      - job_name: cloud_controller_ng
+        release: capi
+      - job_name: cloud_controller_worker
+        release: capi
+      - job_name: cc_deployment_updater
+        release: capi
+
+      restore_should_be_locked_before:
+      - job_name: uaa
+        release: uaa
+      - job_name: credhub
+        release: credhub
+      - job_name: cloud_controller_ng
+        release: capi
+      - job_name: cloud_controller_worker
+        release: capi
+      - job_name: cc_deployment_updater
+        release: capi

✨ Built with go 1.24.4

Full Changelog: v7.29.0...v7.30.0

Resources

7.29.0

24 Jun 19:58
Compare
Choose a tag to compare

7.29.0

Release Date: June 24, 2025

Changes

  • Bump to OpenLDAP 2.6.10 for testing
  • Bump to Golang 1.24.4
  • ⚠️Removed the ability for operators to configure logging timestamps. RFC3339 timestamps are now always used.

Bosh Job Spec changes:

diff --git a/jobs/nfsbrokerpush/spec b/jobs/nfsbrokerpush/spec
index bb67a949..b8919abf 100644
--- a/jobs/nfsbrokerpush/spec
+++ b/jobs/nfsbrokerpush/spec
@@ -123,6 +123,3 @@ properties:
   nfsbrokerpush.log_level:
     description: "nfsbroker log level"
     default: "info"
-  nfsbrokerpush.log_time_format:
-    description: "Format for timestamp in component logs. Valid values are 'unix-epoch' and 'rfc3339'."
-    default: "rfc3339"
diff --git a/jobs/nfsv3driver/spec b/jobs/nfsv3driver/spec
index 7d5262d8..ceb3f10d 100644
--- a/jobs/nfsv3driver/spec
+++ b/jobs/nfsv3driver/spec
@@ -42,9 +42,6 @@ properties:
   nfsv3driver.log_level:
     description: "nfsv3driver log level"
     default: "info"
-  nfsv3driver.log_time_format:
-    description: "Format for timestamp in component logs. Valid values are 'unix-epoch' and 'rfc3339'."
-    default: "rfc3339"
   nfsv3driver.disable:
     description: "disable nfsv3driver"
     default: false

✨ Built with go 1.24.4

Full Changelog: v7.28.0...v7.29.0

Resources

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.26.0

19 May 15:53
Compare
Choose a tag to compare

7.26.0

Release Date: April 25, 2025

Changes

  • Bump dependancies

✨ Built with go 1.24.2

Full Changelog: v7.25.0...v7.26.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