Skip to content

Releases: jszwedko/ec2-metadatafs

1.0.0

11 May 15:26
Compare
Choose a tag to compare

Primarily cut to start building OS packages, but this has been stable enough that a 1.0 release was cut.

Changes:

  • Version number was simplified to remove the revision

ec2-metadatafs 0.4.0

13 Oct 17:01
Compare
Choose a tag to compare

Changes:

  • Support for caching file and directory attributes as well as directory
    listings via cachesec
  • Support for sending logs to syslog

Bug fixes:

  • Wait for daemonized process to notify when mounting before exiting. This will
    help users determine if it mounted correctly or not
  • Unmount when process is sent SIGINT or SIGTERM
  • Don't return user-data in directory listing of / if it isn't set on the instance

ec2-metadatafs 0.3.0

23 Aug 20:21
Compare
Choose a tag to compare

Changes:

  • -v can now be specified multiple times (up to 2) to additionally print FUSE
    logs

Bug fixes

  • Implement a stubbed StatFS so that programs like df do not complain.
    However, it appears that it ignores the filesystem completely. A future
    version will attempt to return accurate statistics.

ec2-metadatafs 0.2.0

14 Feb 00:51
Compare
Choose a tag to compare

Adds support for optionally mounting instance tags via --tags. See
README.md for more details on how to use this feature.

ec2-metadatafs 0.1.0

24 Jan 20:51
Compare
Choose a tag to compare

Initial release