Skip to content

Commit e8bf5a0

Browse files
authored
Merge pull request #80 from aws-solutions/release/v1.1.7
Release v1.1.7
2 parents c73eaf3 + c01f8d5 commit e8bf5a0

File tree

35 files changed

+3964
-6558
lines changed

35 files changed

+3964
-6558
lines changed

CHANGELOG.md

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

8+
## [1.1.7] - 2026-01-20
9+
10+
### Fixed
11+
12+
- Upgraded `aws-nuke` to v3.63.2 to resolve discovery short-circuit behavior when encountering SCP-protected log groups
13+
814
## [1.1.6] - 2026-01-12
915

1016
### Security

docs/openapi/innovation-sandbox-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Innovation Sandbox on AWS
44
description: API documentation for the Innovation Sandbox on AWS solution.
5-
version: 1.1.6
5+
version: 1.1.7
66
license:
77
name: Apache 2.0
88
url: "http://www.apache.org/licenses/LICENSE-2.0.html"

package-lock.json

Lines changed: 2179 additions & 1820 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/innovation-sandbox-on-aws",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Innovation Sandbox on AWS (SO0284)",
55
"scripts": {
66
"preinstall": "npm run generate-local-package-lock --workspaces --if-present",

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: SO0284
22
name: innovation-sandbox-on-aws
3-
version: v1.1.6
3+
version: v1.1.7
44
cloudformation_templates:
55
- template: InnovationSandbox-AccountPool.template
66
main_template: true

source/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@amzn/innovation-sandbox-commons",
33
"description": "Common - Innovation Sandbox on AWS (SO0284)",
4-
"version": "1.1.6",
4+
"version": "1.1.7",
55
"scripts": {
66
"build": "tsc --incremental --noEmit",
77
"test": "vitest run"

source/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@amzn/innovation-sandbox-frontend",
33
"description": "Frontend - Innovation Sandbox on AWS (SO0284)",
44
"private": true,
5-
"version": "1.1.6",
5+
"version": "1.1.7",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

source/infrastructure/lib/components/account-cleaner/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:13bffb7de7ef4836742a6be2b09642e819aaec50ceed1d7961424e19a95da0de
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:261fe8f87417b361b32182ce6dfe86d0dd784f350878939d64c31607fdcd0389
22

33
RUN dnf install -y tar gzip awscli jq sed
44

5-
ADD https://github.com/ekristen/aws-nuke/releases/download/v3.62.2/aws-nuke-v3.62.2-linux-amd64.tar.gz nuke-binary.tar.gz
5+
ADD https://github.com/ekristen/aws-nuke/releases/download/v3.63.2/aws-nuke-v3.63.2-linux-amd64.tar.gz nuke-binary.tar.gz
66

77
RUN mkdir /tmp/aws-nuke && \
88
tar -xzvf nuke-binary.tar.gz -C /tmp/aws-nuke && \

source/infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@amzn/innovation-sandbox-infrastructure",
33
"description": "Infrastructure - Innovation Sandbox on AWS (SO0284)",
4-
"version": "1.1.6",
4+
"version": "1.1.7",
55
"bin": {
66
"infrastructure": "bin/app.js"
77
},

source/infrastructure/test/__snapshots__/snapshots.test.ts.snap

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ exports[`IdcStack Snapshot > matches the snapshot 1`] = `
3737
"deploymentMode": "prod",
3838
"logLevel": "INFO",
3939
"publicEcrRegistry": "public.ecr.aws/aws-solutions",
40-
"publicEcrTag": "v1.1.6",
40+
"publicEcrTag": "v1.1.7",
4141
"s3LogsArchiveRetentionInDays": 365,
4242
"s3LogsGlacierRetentionInDays": 2555,
4343
"solutionId": "SO0284",
4444
"solutionName": "innovation-sandbox-on-aws",
45-
"version": "v1.1.6",
45+
"version": "v1.1.7",
4646
},
4747
},
4848
},
@@ -417,7 +417,7 @@ exports[`IdcStack Snapshot > matches the snapshot 1`] = `
417417
],
418418
},
419419
"POWERTOOLS_SERVICE_NAME": "IdcConfigurer",
420-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
420+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
421421
},
422422
},
423423
"FunctionName": {
@@ -1443,12 +1443,12 @@ exports[`IsbAccountPoolStack Snapshot > matches the snapshot 1`] = `
14431443
"deploymentMode": "prod",
14441444
"logLevel": "INFO",
14451445
"publicEcrRegistry": "public.ecr.aws/aws-solutions",
1446-
"publicEcrTag": "v1.1.6",
1446+
"publicEcrTag": "v1.1.7",
14471447
"s3LogsArchiveRetentionInDays": 365,
14481448
"s3LogsGlacierRetentionInDays": 2555,
14491449
"solutionId": "SO0284",
14501450
"solutionName": "innovation-sandbox-on-aws",
1451-
"version": "v1.1.6",
1451+
"version": "v1.1.7",
14521452
},
14531453
},
14541454
},
@@ -1767,7 +1767,7 @@ exports[`IsbAccountPoolStack Snapshot > matches the snapshot 1`] = `
17671767
],
17681768
},
17691769
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
1770-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
1770+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
17711771
},
17721772
},
17731773
"FunctionName": {
@@ -3900,12 +3900,12 @@ exports[`IsbComputeStack Snapshot > matches the snapshot 1`] = `
39003900
"deploymentMode": "prod",
39013901
"logLevel": "INFO",
39023902
"publicEcrRegistry": "public.ecr.aws/aws-solutions",
3903-
"publicEcrTag": "v1.1.6",
3903+
"publicEcrTag": "v1.1.7",
39043904
"s3LogsArchiveRetentionInDays": 365,
39053905
"s3LogsGlacierRetentionInDays": 2555,
39063906
"solutionId": "SO0284",
39073907
"solutionName": "innovation-sandbox-on-aws",
3908-
"version": "v1.1.6",
3908+
"version": "v1.1.7",
39093909
},
39103910
},
39113911
},
@@ -4780,7 +4780,7 @@ phases:
47804780
],
47814781
},
47824782
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
4783-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
4783+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
47844784
},
47854785
},
47864786
"FunctionName": {
@@ -5729,7 +5729,7 @@ phases:
57295729
"sandboxOuId",
57305730
],
57315731
},
5732-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
5732+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
57335733
},
57345734
},
57355735
"FunctionName": {
@@ -6450,7 +6450,7 @@ phases:
64506450
"sandboxOuId",
64516451
],
64526452
},
6453-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
6453+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
64546454
},
64556455
},
64566456
"FunctionName": {
@@ -7014,7 +7014,7 @@ phases:
70147014
},
70157015
],
70167016
},
7017-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
7017+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
70187018
},
70197019
},
70207020
"FunctionName": {
@@ -7375,7 +7375,7 @@ phases:
73757375
},
73767376
],
73777377
},
7378-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
7378+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
73797379
},
73807380
},
73817381
"FunctionName": {
@@ -7986,7 +7986,7 @@ phases:
79867986
],
79877987
},
79887988
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
7989-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
7989+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
79907990
},
79917991
},
79927992
"FunctionName": {
@@ -9056,7 +9056,7 @@ phases:
90569056
"reportingConfigConfigurationProfileId",
90579057
],
90589058
},
9059-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
9059+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
90609060
},
90619061
},
90629062
"FunctionName": {
@@ -9380,7 +9380,7 @@ phases:
93809380
],
93819381
},
93829382
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
9383-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
9383+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
93849384
},
93859385
},
93869386
"FunctionName": {
@@ -9988,7 +9988,7 @@ phases:
99889988
],
99899989
},
99909990
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
9991-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
9991+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
99929992
},
99939993
},
99949994
"FunctionName": {
@@ -10482,7 +10482,7 @@ phases:
1048210482
],
1048310483
},
1048410484
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
10485-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
10485+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1048610486
},
1048710487
},
1048810488
"FunctionName": {
@@ -10840,7 +10840,7 @@ phases:
1084010840
"REPORT_BUCKET_NAME": {
1084110841
"Ref": "GroupCostReportingLambdaGroupCostReportingBucketF096C1FB",
1084210842
},
10843-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
10843+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1084410844
},
1084510845
},
1084610846
"FunctionName": {
@@ -16062,7 +16062,7 @@ phases:
1606216062
],
1606316063
},
1606416064
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
16065-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
16065+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1606616066
},
1606716067
},
1606816068
"FunctionName": {
@@ -16578,7 +16578,7 @@ phases:
1657816578
],
1657916579
},
1658016580
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
16581-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
16581+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1658216582
},
1658316583
},
1658416584
"FunctionName": {
@@ -16888,7 +16888,7 @@ phases:
1688816888
],
1688916889
},
1689016890
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
16891-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
16891+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1689216892
},
1689316893
},
1689416894
"FunctionName": {
@@ -17304,7 +17304,7 @@ phases:
1730417304
"reportingConfigConfigurationProfileId",
1730517305
],
1730617306
},
17307-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
17307+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1730817308
},
1730917309
},
1731017310
"FunctionName": {
@@ -17840,7 +17840,7 @@ phases:
1784017840
"sandboxOuId",
1784117841
],
1784217842
},
17843-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
17843+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1784417844
},
1784517845
},
1784617846
"FunctionName": {
@@ -18426,7 +18426,7 @@ phases:
1842618426
],
1842718427
},
1842818428
"POWERTOOLS_SERVICE_NAME": "innovation-sandbox",
18429-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
18429+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1843018430
},
1843118431
},
1843218432
"FunctionName": {
@@ -19274,7 +19274,7 @@ fields @timestamp, @message
1927419274
"sandboxOuId",
1927519275
],
1927619276
},
19277-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
19277+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1927819278
},
1927919279
},
1928019280
"FunctionName": {
@@ -19986,7 +19986,7 @@ fields @timestamp, @message
1998619986
],
1998719987
},
1998819988
"POWERTOOLS_SERVICE_NAME": "SsoHandler",
19989-
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.6",
19989+
"USER_AGENT_EXTRA": "AwsSolution/SO0284/v1.1.7",
1999019990
},
1999119991
},
1999219992
"FunctionName": {
@@ -20283,12 +20283,12 @@ exports[`IsbDataStack Snapshot > matches the snapshot 1`] = `
2028320283
"deploymentMode": "prod",
2028420284
"logLevel": "INFO",
2028520285
"publicEcrRegistry": "public.ecr.aws/aws-solutions",
20286-
"publicEcrTag": "v1.1.6",
20286+
"publicEcrTag": "v1.1.7",
2028720287
"s3LogsArchiveRetentionInDays": 365,
2028820288
"s3LogsGlacierRetentionInDays": 2555,
2028920289
"solutionId": "SO0284",
2029020290
"solutionName": "innovation-sandbox-on-aws",
20291-
"version": "v1.1.6",
20291+
"version": "v1.1.7",
2029220292
},
2029320293
},
2029420294
},

0 commit comments

Comments
 (0)