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

Commit 7638ab9

Browse files
authored
Update to v1.5.7 open-source release (#220)
1 parent e68a2ec commit 7638ab9

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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+
8+
## [1.5.7] - 2024-05-30
9+
### Fixed:
10+
- Updated API Handler Python runtime to 3.11 due to Python 3.8 Lambda runtime deprecation
11+
12+
### Changes:
13+
- Updated spoke template descriptions to include suffix
14+
715
## [1.5.6] - 2024-04-09
8-
### Fixed
16+
### Fixed:
917
- Updated axios sub-dependency to use v0.28.0 to resolve security vulnerabilities:
1018
- [CVE-2023-45857]
1119
- [CVE-2024-28849]

deployment/efs-file-manager-auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313
AWSTemplateFormatVersion: "2010-09-09"
14-
Description: (SO0145) Simple File Manager for Amazon EFS Solution Auth %%VERSION%%
14+
Description: (SO0145-Auth) Simple File Manager for Amazon EFS Solution Auth %%VERSION%%
1515

1616
Parameters:
1717
AdminEmail:

deployment/efs-file-manager-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313
AWSTemplateFormatVersion: "2010-09-09"
14-
Description: (SO0145) Simple File Manager for Amazon EFS Solution Web %%VERSION%%
14+
Description: (SO0145-Web) Simple File Manager for Amazon EFS Solution Web %%VERSION%%
1515

1616
Parameters:
1717
FileManagerAPIEndpoint:

source/api/external_resources.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0145) Simple File Manager for Amazon EFS Solution Auth %%VERSION%%",
2+
"Description": "(SO0145-Auth) Simple File Manager for Amazon EFS Solution Auth %%VERSION%%",
33
"Parameters": {
44
"DeploymentPackageBucket": {
55
"Type": "String",
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"Properties": {
46-
"Runtime": "python3.8",
46+
"Runtime": "python3.11",
4747
"Role": {"Ref": "ApiHandlerIamRole"},
4848
"Environment": {
4949
"Variables": {

0 commit comments

Comments
 (0)