Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Release v4.0.3
Browse files Browse the repository at this point in the history
- Upgrade CDK to version 2
- Upgrade nodejs version for build pipeline to 16
- Upgrade nodejs version for lambda functions to 16
- Include ClusterSize in deployment metrics
- Upgrade aws-sdk version to mitigate [CVE-2023-0842: xml2js vulnerable to prototype pollution](https://nvd.nist.gov/vuln/detail/CVE-2023-0842)
  • Loading branch information
tbelmega committed Apr 18, 2023
1 parent d8cf013 commit b632aea
Show file tree
Hide file tree
Showing 27 changed files with 3,077 additions and 6,170 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.3] - 2023-04-13

### Changed

- Upgrade CDK to version 2
- Upgrade nodejs version for build pipeline to 16
- Upgrade nodejs version for lambda functions to 16
- Include ClusterSize in deployment metrics
- Upgrade aws-sdk version to mitigate [CVE-2023-0842: xml2js vulnerable to prototype pollution](https://nvd.nist.gov/vuln/detail/CVE-2023-0842)

## [4.0.2] - 2022-09-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Centralized Logging on AWS solution contains the following components: **log

## Customization

- Prerequisite: Node.js>=14 | npm >= 7
- Prerequisite: Node.js>=16 | npm >= 8

### Setup

Expand Down
Loading

0 comments on commit b632aea

Please sign in to comment.