Skip to content

Commit a683dbd

Browse files
Merge pull request #223 from SumoLogic/fy26q3
AWSO 2.13.0: Fixed app install to Admin Recommended Folder and CVE fixes
2 parents c86e173 + 73e446b commit a683dbd

File tree

19 files changed

+226
-189
lines changed

19 files changed

+226
-189
lines changed

awsautoenableS3Logging/packaged.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Metadata:
2424
- s3logging
2525
- flowlogs
2626
Name: sumologic-s3-logging-auto-enable
27-
SemanticVersion: 1.0.17
27+
SemanticVersion: 1.0.18
2828
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging
29-
LicenseUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.17/978602b5b9ec16f8bab0e38fd6b3998f
30-
ReadmeUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.17/d05d411471e0bb4db3389f2523f515f0
29+
LicenseUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.18/978602b5b9ec16f8bab0e38fd6b3998f
30+
ReadmeUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.18/d05d411471e0bb4db3389f2523f515f0
3131
SpdxLicenseId: Apache-2.0
3232
Mappings:
3333
Region2ELBAccountId:
@@ -229,7 +229,7 @@ Resources:
229229
Type: AWS::Serverless::Function
230230
Condition: auto_enable_new
231231
Properties:
232-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip
232+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip
233233
Handler: awsresource.enable_s3_logs
234234
Runtime: python3.13
235235
Role:
@@ -467,7 +467,7 @@ Resources:
467467
Properties:
468468
Handler: main.handler
469469
Runtime: python3.13
470-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip
470+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip
471471
MemorySize: 128
472472
Timeout: 900
473473
Role:

awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Metadata:
2424
- s3logging
2525
- flowlogs
2626
Name: sumologic-s3-logging-auto-enable
27-
SemanticVersion: 1.0.17
27+
SemanticVersion: 1.0.18
2828
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging
2929
LicenseUrl: ./LICENSE
3030
ReadmeUrl: ./README.md
@@ -208,7 +208,7 @@ Resources:
208208
Type: 'AWS::Serverless::Function'
209209
Condition: auto_enable_new
210210
Properties:
211-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip
211+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip
212212
Handler: "awsresource.enable_s3_logs"
213213
Runtime: python3.13
214214
Role: !GetAtt SumoLambdaRole.Arn
@@ -385,7 +385,7 @@ Resources:
385385
Properties:
386386
Handler: main.handler
387387
Runtime: python3.13
388-
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.20/sumo_app_utils.zip
388+
CodeUri: s3://appdevstore/sumo_app_utils/v2.0.21/sumo_app_utils.zip
389389
MemorySize: 128
390390
Timeout: 900
391391
Role:

cloudtrailbenchmark/packaged.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Metadata:
4343
- benchmark
4444
- cloudtrail
4545
Name: sumologic-aws-cloudtrail-benchmark
46-
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.20/cac1a6df52c685e0f6ebe4ae72078c80
47-
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.20/8a901bb4fbbe82f128fc502dd3077508
48-
SemanticVersion: 1.0.20
46+
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.21/cac1a6df52c685e0f6ebe4ae72078c80
47+
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.21/8a901bb4fbbe82f128fc502dd3077508
48+
SemanticVersion: 1.0.21
4949
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5050
Parameters:
5151
CollectorName:
@@ -128,7 +128,7 @@ Resources:
128128
Properties:
129129
Location:
130130
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
131-
SemanticVersion: 2.0.20
131+
SemanticVersion: 2.0.21
132132
Metadata:
133133
SamResourceId: SumoAppUtils
134134
SumoRole:

cloudtrailbenchmark/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Metadata:
4949
Name: sumologic-aws-cloudtrail-benchmark
5050
LicenseUrl: ./LICENSE
5151
ReadmeUrl: ./README.md
52-
SemanticVersion: 1.0.20
52+
SemanticVersion: 1.0.21
5353
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5454

5555

@@ -124,7 +124,7 @@ Resources:
124124
Properties:
125125
Location:
126126
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
127-
SemanticVersion: 2.0.20
127+
SemanticVersion: 2.0.21
128128

129129

130130
SumoRole:

cloudtrailbenchmark/testdeploy.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313
uid=$(cat /dev/random | LC_CTYPE=C tr -dc "[:lower:]" | head -c 6)
1414

15-
version="1.0.19"
15+
version="1.0.21"
1616

1717
sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix "cloudtrailbenchmark/v$version" --region $AWS_REGION --profile $AWS_PROFILE
1818

cloudwatchevents/guarddutybenchmark/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
AWS_REGION="us-east-2"
1212
fi
1313

14-
version="1.0.17"
14+
version="1.0.18"
1515

1616
echo "Creating package.yaml"
1717
sam package --template-file template_v2.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix "guarddutybenchmark/v"$version --region $AWS_REGION --profile $AWS_PROFILE

cloudwatchevents/guarddutybenchmark/packaged.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Metadata:
5353
- benchmark
5454
- guardduty
5555
Name: sumologic-guardduty-benchmark
56-
LicenseUrl: s3://appdevstore/guarddutybenchmark/v1.0.17/6092dd6c323e33634657102f570628e0
57-
ReadmeUrl: s3://appdevstore/guarddutybenchmark/v1.0.17/cab012d7fb7887671b751e6f5c0d2062
58-
SemanticVersion: 1.0.17
56+
LicenseUrl: s3://appdevstore/guarddutybenchmark/v1.0.18/6092dd6c323e33634657102f570628e0
57+
ReadmeUrl: s3://appdevstore/guarddutybenchmark/v1.0.18/cab012d7fb7887671b751e6f5c0d2062
58+
SemanticVersion: 1.0.18
5959
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudwatchevents/guarddutybenchmark
6060
SpdxLicenseId: Apache-2.0
6161
Parameters:
@@ -97,7 +97,7 @@ Parameters:
9797
Resources:
9898
CloudWatchEventFunction:
9999
Properties:
100-
CodeUri: s3://appdevstore/guarddutybenchmark/v1.0.17/22b7b226ca9ec3b9dbb28b94c0e5f824
100+
CodeUri: s3://appdevstore/guarddutybenchmark/v1.0.18/22b7b226ca9ec3b9dbb28b94c0e5f824
101101
Environment:
102102
Variables:
103103
SUMO_ENDPOINT:
@@ -121,7 +121,7 @@ Resources:
121121
Properties:
122122
Location:
123123
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
124-
SemanticVersion: 2.0.20
124+
SemanticVersion: 2.0.21
125125
Metadata:
126126
SamResourceId: SumoAppUtils
127127
SumoHostedCollector:

cloudwatchevents/guarddutybenchmark/template_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Metadata:
5656
Name: sumologic-guardduty-benchmark
5757
LicenseUrl: ../LICENSE
5858
ReadmeUrl: ./README.md
59-
SemanticVersion: 1.0.17
59+
SemanticVersion: 1.0.18
6060
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudwatchevents/guarddutybenchmark
6161
SpdxLicenseId: Apache-2.0
6262

@@ -119,7 +119,7 @@ Resources:
119119
Properties:
120120
Location:
121121
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
122-
SemanticVersion: 2.0.20
122+
SemanticVersion: 2.0.21
123123

124124
SumoHostedCollector:
125125
Type: Custom::Collector
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
requests==2.32.3
1+
requests==2.32.5
22
boto3==1.36.11
33
sumologic-sdk==0.1.17
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.32.3
1+
requests==2.32.5
22
boto3==1.36.11

0 commit comments

Comments
 (0)