This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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]
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313AWSTemplateFormatVersion : " 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
1616Parameters :
1717 AdminEmail :
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313AWSTemplateFormatVersion : " 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
1616Parameters :
1717 FileManagerAPIEndpoint :
Original file line number Diff line number Diff line change 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" ,
4343 }
4444 },
4545 "Properties" : {
46- "Runtime" : " python3.8 " ,
46+ "Runtime" : " python3.11 " ,
4747 "Role" : {"Ref" : " ApiHandlerIamRole" },
4848 "Environment" : {
4949 "Variables" : {
You can’t perform that action at this time.
0 commit comments