Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Releases: minio/minfs

Release version v1.0.0

17 Oct 12:45
Compare
Choose a tag to compare

Changelog

c5fe2de Add MinFS deprecation message in README.md
7b71f7a Add insecure option to optionally disable cert verfication (#56)
1ac6b8a Add minfs POSIX compatible section (#57)
d155909 Add proper daemonize support for minfs. (#55)
e1fa593 Change to MinIO
7f97e12 Cleanup dependencies
f4f8a47 Fix docker-plugin builds
7f5c3d2 Fix root directory permissions (#47)
4242191 Include opts in volume definition (#28)
02e56dd Migrate docker-volume-plugin to 1.8-stretch golang image (#58)
dfd93a6 Migrate from bolt to bbolt (#54)
f7b00d8 Revive MinFS project to use go1.12
5285d22 Update the link to Docker plugin (#22)
455e343 Upgrade to latest minio and minio-go
311d945 Use the new CLI action
f8f6382 add architecture image
b3556b9 add multiarch docker options (#59)
13c4cae fix typos in messages (#52)
b0d9605 plugin: Make it easier for developer builds. (#31)
2e79efa reduce linters to golang-ci-lint
a70fde2 remove docker plugin docs
5f10959 remove minio dependency
5773f5d rename licensing on missing files and remove docker-plugin
4ca3cc4 update license to AGPLv3
237838a update link to fusermount manpage (#53)
6bff771 update readme docker pulls
8da7070 update release to v1.0.0
2b44798 upgrade minfs to start using v7 minio-go SDK
d19e9c6 upgrade to latest minio and minio-go

Stable release.

26 Feb 20:28
RELEASE.2017-02-26T20-20-56Z
Compare
Choose a tag to compare

Changelog

  • Add fuse options with proper case (8 days ago)
  • Add miscellaneous mount options. (12 days ago)
  • Migrate docker-plugin to minfs repo (13 days ago)
  • Mount quickly before opening and accessing the database. (3 weeks ago)
  • Fix all the todo's and address fixes. (3 weeks ago)
  • Move to latest minio-go and fix issues with signal handling. (3 weeks ago)
  • Add allow_other and default_permissions for fuse mount. (3 weeks ago)

Bug fix release.

25 Jan 00:15
Compare
Choose a tag to compare
RELEASE.2017-01-25T00-11-54Z

update minfs.spec RPM spec.

Bug fix release.

04 Oct 19:51
RELEASE.2016-10-04T19-44-43Z
Compare
Choose a tag to compare
RELEASE.2016-10-04T19-44-43Z

Bug fix release.

First release of MinFS

03 Oct 06:28
RELEASE.2016-10-03T06-23-33Z
Compare
Choose a tag to compare

MinFS is a fuse driver for Amazon S3 compatible object storage server. Use it to store photos, videos, VMs, containers, log files, or any blob of data as objects.

  • Talks to any Amazon S3 compatible object storage server.
  • Provides a custom mount.minfs to facilitate mounting through /etc/fstab
  • Supports only Linux x86_64, potentially can work on ARM and x86 as well.