Skip to content

Releases: bwester/consulfs

v0.2.1: Dependency changes

Pre-release

Choose a tag to compare

@bwester bwester released this 10 Dec 22:20

Minor changes to dependencies:

  • Start tracking dependencies with Go modules
  • Update logrus to v1.2.0, changing the import path case from Sirupsen to sirupsen

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@bwester bwester released this 10 Aug 00:09

New features:

  • Cancel Consul operations when the FS operation is canceled
  • Read a file's "session" xattr to get its locked session
  • Configurable timeouts
  • Mount a key prefix
  • Access control options

Breaking changes:

  • [library]: Renamed a few identifiers
  • [binary]: Changed the binary's path to github.com/bwester/consulfs/cmd/consulfs

v0.1.1

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@bwester bwester released this 10 Dec 22:25
Disallow metadata via mount options

Adds NoAppleDouble and NoAppleXattr to the default mount options.
AppleDouble is the technique of storing extended attributes in regular
files (._*). NoAppleXattr prevents Finder from looking for "com.apple.*"
xattrs.

Neither of these options prevent the "session" xattr from being read.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@bwester bwester released this 24 Jun 15:14
Initial commit of ConsulFS