Skip to content

Releases: aws-solutions/simple-file-manager-for-amazon-efs

Simple File Manager for Amazon EFS v1.5.7

30 May 19:54
7638ab9
Compare
Choose a tag to compare

Fixed:

  • Updated API Handler Python runtime to 3.11 due to Python 3.8 Lambda runtime deprecation

Changes:

  • Updated spoke template descriptions to include suffix

Simple File Manager for Amazon EFS v1.5.6

10 Apr 18:36
e68a2ec
Compare
Choose a tag to compare

Fixed

Simple File Manager for Amazon EFS v1.5.5

03 Nov 15:07
b638348
Compare
Choose a tag to compare

Fixed:

  • Updated crypto.js dependency to fix security vulnerabilities [CVE-2023-46233]
  • Updated react-dev-tools dependency to fix security vulnerabilities [CVE-2023-5654]
  • Update urllib3 dependency to v1.26.18

Simple File Manager for Amazon EFS v1.5.4

20 Oct 20:53
4860e3e
Compare
Choose a tag to compare

Fixed:

  • Fixing Security Vulnerabilities

Simple File Manager for Amazon EFS v1.5.3

20 Sep 20:49
Compare
Choose a tag to compare

Bug Fixes:

  • Merge Website Bucket policy statements to prevent deployment failures on policy creation slowdowns
  • Remove uneeded exit in Unit test script
  • Added downline dependencies to NOTICE.txt

Security:

  • Upgrade Node version to 18
  • Upgrade Python runtime to 3.11
  • Update NPM packages to fix vulnerabilities

Simple File Manager for Amazon EFS v1.5.2

08 Jun 18:20
2aa7055
Compare
Choose a tag to compare

Bug Fixes:

  • elasticfilesystem:TagResource permission added to Manager Lambda
  • Urllib3 downgraded to < v2

Simple File Manager for Amazon EFS v1.5.1

18 Apr 18:45
64554b1
Compare
Choose a tag to compare

Security:

  • Enable versioning/encryption on logging bucket

Bug Fixes:

  • Enable Amazon S3 ACLs on logging bucket
  • Include package-lock.json to prevent incompatibilities with future package versions

Simple File Manager for Amazon EFS v1.5.0

18 Apr 17:39
340b984
Compare
Choose a tag to compare

New:

  • Paginated response for list filesystems that allows greater than 10 EFS filesystems to be displayed
  • AppRegistry Integration
  • File manager lambda creation now checks for valid security group rules

Changes:

  • Code refactoring to reduce cognitive complexity
  • Buildspec upgrades
  • Unit tests to 80% overall coverage

Documentation:

  • Misc documentation

Simple File Manager for Amazon EFS v1.4.1

18 Apr 17:13
Compare
Choose a tag to compare

Changed

  • Python version bump to handle 3.6 EOL

Simple File Manager for Amazon EFS v1.4.0

08 Jul 17:37
c10357f
Compare
Choose a tag to compare

This is the first release of this project as an official AWS Solutions Implementation. You can find the details here:
https://aws.amazon.com/solutions/

  • General bug fixes
  • Code refactoring to support pylint
  • cfn-lint / bandit code cleanup
  • Misc documentation