Releases: cloudfoundry/smb-volume-release
Releases · cloudfoundry/smb-volume-release
smb-volume v2.2.0
Release Notes
smbbroker
allows themfsymlinks
option for SMB volume mounts to enable CF applications to create symbolic links on SMB shares.- go module updates.
- minor code refactor in
smbdriver
.
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v2.1.1
Release Notes
- [Bug Fix] Corrects a defect in which SMB passwords containing commas cause application crash due to mount failure.
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v2.1.0
Release Notes
- Allow a new bind config
version
to be specified. Thisversion
value has to be a valid SMB version. ("1.0", "2.0", "2.1", "3.0")
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v2.0.4
Release Notes
- Bumps golang package to 1.13.3
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v2.0.3
Release Notes
- Improves redaction of sensitive data in smbdriver logs
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v2.0.2
Release Notes
- Improves the behavior of smbdriver drain logic when there is a stuck
rep
process on the diego cell - Fixes a bug causing the
domain
option to be rejected by the SMB service broker.
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v2.0.1
Release Notes
- Bumps golang to version 1.12.9.
- Fixes a regression bug causing mounts for applications bound to smb volume services with an older version of the smbbroker to fail on restart (or upgrade).
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v2.0.0
Release Notes
- Removes the
azurefilebroker
,azurefilebrokerpush
, andazurefilebroker-bbr
job from this bosh release. - Bumps golang to version 1.12.7.
- Improves the behavior of the
smbdriver
drain script in case of driver failure.
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v1.3.0
Release Notes
- The 'source' bind mount option is no longer allowed and will fail with a validation error.
- Removed the 'allowed-in-mount' and 'default-in-mount' default values from the 'smbdriver' job. They are now hardcoded in the 'smbdriver' codebase.
- Improve error message returned to user when an invalid bind option is provided.
- Fix a regression bug where the 'mount' bind option was being rejected. It is now allowed again.
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.
smb-volume v1.2.2
Release Notes
- Fixes an issue in the SMB volume driver startup script that can cause it to fail or modify application data permissions if the driver is restarted while there are active mounts.
Dependencies
- The
smbbrokerpush
errand requires thecf-cli-6-linux
job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.