Skip to content

Commit d2ac932

Browse files
authored
Merge pull request #60 from aws-solutions/release/v1.1.1
v1.1.1 release
2 parents a5825ec + c58163f commit d2ac932

File tree

46 files changed

+4372
-7580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4372
-7580
lines changed

.gitignore

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
*.js
2-
!jest.config.js
3-
*.d.ts
4-
!vite-env.d.ts
51
node_modules/
6-
!source/.typescript/lambda/**/*.js
7-
!source/lambda/**/*.js
8-
dist
2+
dist/
3+
coverage/
94
bom.json
105
.env
11-
git-info
126
build
7+
git-info
138
*.tsbuildinfo
149

1510
# CDK asset staging directory
@@ -26,8 +21,6 @@ staging/
2621
tmp/
2722
temp/
2823
.temp_*/
29-
.build
30-
.test-reports
3124

3225
### VisualStudioCode ###
3326
.vscode
@@ -36,5 +29,3 @@ temp/
3629
.DS_Store
3730

3831
.idea
39-
40-
**/coverage

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.1] - 2025-11-14
9+
10+
### Fixed
11+
12+
- Issue preventing cost report group from being set when `requireCostGroup` is set to `true` in AppConfig
13+
14+
### Security
15+
16+
- Upgraded `libcap` to mitigate:
17+
- [CVE-2025-58188](https://nvd.nist.gov/vuln/detail/CVE-2025-58188)
18+
- [CVE-2025-58185](https://nvd.nist.gov/vuln/detail/CVE-2025-58185)
19+
- [CVE-2025-58186](https://nvd.nist.gov/vuln/detail/CVE-2025-58186)
20+
- [CVE-2025-61723](https://nvd.nist.gov/vuln/detail/CVE-2025-61723)
21+
- [CVE-2025-61725](https://nvd.nist.gov/vuln/detail/CVE-2025-61725)
22+
823
## [1.1.0] - 2025-10-29
924

1025
### Added

0 commit comments

Comments
 (0)