Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 340b984

Browse files
authored
update to v1.5.0 open-source release (#191)
1 parent a1f4d9d commit 340b984

File tree

11 files changed

+15
-743
lines changed

11 files changed

+15
-743
lines changed

.viperlightignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ deployment/efs-file-manager-auth.yaml:171
1111
deployment/simple-file-manager-for-amazon-efs.yaml:74
1212
deployment/simple-file-manager-for-amazon-efs.yaml:59
1313
deployment/simple-file-manager-for-amazon-efs.yaml:84
14-
deployment/simple-file-manager-for-amazon-efs.yaml:69
14+
deployment/simple-file-manager-for-amazon-efs.yaml:69
15+
test/

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.5.0] - 2022-10-17
8+
- Paginated response for list filesystems that allows greater than 10 EFS filesystems to be displayed
9+
- AppRegistry Integration
10+
- Buildspec upgrades
11+
- Unit tests to 80% overall coverage
12+
- Code refactoring to reduce cognitive complexity
13+
- File manager lambda creation now checks for valid security group rules
14+
- Misc documentation
715

816
## [1.4.1] - 2022-08-24
917
- Python version bump to handle 3.6 EOL
@@ -15,14 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1523
- Misc documentation
1624

1725
## [1.3.0] - 2021-06-01
18-
## New:
26+
### New:
1927
- Add delete functionality for SFM created resources #115
2028

21-
## Security:
29+
### Security:
2230
- IAM permissions scoped down #114
2331

24-
## Documentation:
25-
Diagrams from previous update
32+
### Documentation:
33+
- Diagrams from previous update
2634
- Detailed architecture diagram #1
2735
- Simplified architecture diagram #1
2836
- Security sequence diagram #1
@@ -48,7 +56,7 @@ Diagrams from previous update
4856
- FS lambda fails to launch due to SG constraint #75
4957

5058
### Documentation:
51-
Diagrams from previous update
59+
- Diagrams from previous update
5260
- Detailed architecture diagram #1
5361
- Simplified architecture diagram #1
5462
- Security sequence diagram #1

buildspec.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

deployment/.idea/deployment.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

deployment/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

deployment/.idea/misc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

deployment/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

deployment/.idea/workspace.xml

Lines changed: 0 additions & 113 deletions
This file was deleted.

deployment/build-open-source-dist.sh

Lines changed: 0 additions & 112 deletions
This file was deleted.

sonar-project.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ sonar.sources= \
1717
sonar.exclusions= \
1818
test/
1919

20-
sonar.tests= \
21-
test/unit
22-
2320
sonar.sourceEncoding=UTF-8
2421

2522
## Python Specific Properties*

0 commit comments

Comments
 (0)