Skip to content

Commit c73eaf3

Browse files
authored
Merge pull request #76 from aws-solutions/release/v1.1.6
release v1.1.6
2 parents 19796c0 + 07701c4 commit c73eaf3

File tree

35 files changed

+3466
-103
lines changed

35 files changed

+3466
-103
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.6] - 2026-01-12
9+
10+
### Security
11+
12+
- Upgraded `@remix-run/router` to mitigate [CVE-2026-22029](https://nvd.nist.gov/vuln/detail/CVE-2026-22029)
13+
- Upgraded `glib2` to mitigate [CVE-2025-14087](https://nvd.nist.gov/vuln/detail/CVE-2025-14087)
14+
- Upgraded `libcap` to mitigate:
15+
- [CVE-2025-61727](https://nvd.nist.gov/vuln/detail/CVE-2025-61727)
16+
- [CVE-2025-61729](https://nvd.nist.gov/vuln/detail/CVE-2025-61729)
17+
- Upgraded `python3` to mitigate:
18+
- [CVE-2025-12084](https://nvd.nist.gov/vuln/detail/CVE-2025-12084)
19+
- [CVE-2025-13837](https://nvd.nist.gov/vuln/detail/CVE-2025-13837)
20+
- Upgraded `python3-libs` to mitigate:
21+
- [CVE-2025-12084](https://nvd.nist.gov/vuln/detail/CVE-2025-12084)
22+
- [CVE-2025-13837](https://nvd.nist.gov/vuln/detail/CVE-2025-13837)
23+
- Upgraded `python-unversioned-command` to mitigate:
24+
- [CVE-2025-12084](https://nvd.nist.gov/vuln/detail/CVE-2025-12084)
25+
- [CVE-2025-13837](https://nvd.nist.gov/vuln/detail/CVE-2025-13837)
26+
827
## [1.1.5] - 2026-01-05
928

1029
### 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.5
5+
version: 1.1.6
66
license:
77
name: Apache 2.0
88
url: "http://www.apache.org/licenses/LICENSE-2.0.html"

package-lock.json

Lines changed: 37 additions & 37 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.5",
3+
"version": "1.1.6",
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.5
3+
version: v1.1.6
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.5",
4+
"version": "1.1.6",
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.5",
5+
"version": "1.1.6",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:3f6c5a2858113e9bb6710dfccdace7dc698e83f7a012240a1d07b3a46d273999
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:13bffb7de7ef4836742a6be2b09642e819aaec50ceed1d7961424e19a95da0de
22

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

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.5",
4+
"version": "1.1.6",
55
"bin": {
66
"infrastructure": "bin/app.js"
77
},

0 commit comments

Comments
 (0)