Releases: cloudfoundry/nfs-volume-release
Releases · cloudfoundry/nfs-volume-release
Release list
nfs-volume v1.1.1
Release Notes
- support for release level bosh backups
- use the latest service broker API
Known Issues
- This release is incompatible with garden-runc-release >= 1.3.0. Using it with a newer garden release will cause read-only NFS mounts to fail.
nfs-volume v1.0.9
merge PR from @kkallday to correct all the other errors in nfsbrokerpush errand
nfs-volume v1.0.8
merge PR from @kkallday to correct missing single quote in broker push bosh errand
nfs-volume v1.0.7
- Merged PR from @dennisjbell to fix failures at startup time when there are leftover mounts
- fixed issues parsing service bindings when nfsbroker is bound to a postgres database instance
- added property to broker push errand to change allowable mount options when LDAP is enabled
- improved documentation for docker pushed applications
nfs-volume v1.0.6
- Improved uid mapping support for docker apps using nfs mounts
- modified nfsv3driver drain script so that it can work with future versions of rep that don't run a
rep_as_vcapprocess - merged PR from @T0FFF to store nfstestserver data on persistent rather than ephemeral disk
- merged PR from @nota-ja to use octal notation in the chmod endpoint of our pora test application
nfs-volume v1.0.5
- fix to installed libfuse package so that we don't fail when mounting, then unmounting, then remounting on the same mount point (common during bosh upgrades against running environments.)
- better recovery from mount failures so that we don't leave partially mounted directories that block bosh pre-start.
- minor logging fixes in unmount error conditions
- add optional
export_cidrparameter to nfstestserver job to allow nfstestserver to be used in non10.xsubnets.
nfs-volume v1.0.4
- nfs-volume-release and its submodules moved from cloudfoundry-incubator to cloudfoundry
- bosh broker deployment errand templates fixed to remove erroneous property reference
- fixed README.md to correct suggested uid in service binding configuration
- removed kerbdriver submodule
- smaller image type for bash deployed service broker in AWS deployments
nfs-volume v1.0.0
- fix various small problems in lager logging
- clean up unnecessary code
- run fuse-nfs & fusermount executables from a private directory to minimize conflicts with other volume drivers
- document flock() and fcntl() limitations in README.md
nfs-volume v0.2.3
nfsbrokerpush bosh errand can find database address from a link.
nfs-volume v0.2.2
- Clean up documentation and fixed credentials logging bugs for LDAP integration with nfs
- Use cn instead of user name to search for records in LDAP.
- Fix random number generation in tests and test applications so that it is actually random
- Clean up service broker bosh properties so that we no longer care about source args vs mount args in the service broker.
- Add more robust logic for nfsv3driver drain, pre-start, and mount to avoid failures due to dangling mounts on the cell VM