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

Commit

Permalink
Merge pull request #43 from G-Lenz/main
Browse files Browse the repository at this point in the history
Release v1.8.12
  • Loading branch information
abewub authored Sep 20, 2024
2 parents 4454c99 + 6d70b15 commit 9aa3034
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 67 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [1.8.12] - 2024-09-18
### Changed
- Upgraded path-to-regexp to mitigate CVE-2024-45296
- Upgraded micromatch to mitigate CVE-2024-4067

## [1.8.11] - 2024-08-16
### Changed
- Upgraded axios to mitigate CVE-2024-39338
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Reporting Security Issues
We take all security reports seriously. When we receive such reports, we will investigate and
subsequently address any potential vulnerabilities as quickly as possible. If you discover a potential
security issue in this project, please notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or
directly via email to [AWS Security](mailto:[email protected]). Please do not create a public GitHub issue in this project.
directly via email to [AWS Security](mailto:[email protected]). Please do not create a public GitHub issue in this project.
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: SO0143 # Solution Id
name: devops-monitoring-dashboard-on-aws # trademarked name
opensource_archive: aws-devops-monitoring-dashboard.zip
version: v1.8.11 # current version of the solution. Used to verify template headers
version: v1.8.12 # current version of the solution. Used to verify template headers
cloudformation_templates: # This list should match with AWS CloudFormation templates section of IG
- template: aws-devops-monitoring-dashboard.template
main_template: true
Expand Down
28 changes: 14 additions & 14 deletions source/lambda/event_parser/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions source/lambda/multi_account_custom_resources/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions source/lambda/query_runner/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions source/lambda/tag_query/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions source/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws_devops_monitoring_dashboard",
"description": "CDK app to provision AWS resources for the solution",
"version": "1.8.11",
"version": "1.8.12",
"bin": {
"aws_devops_monitoring_dashboard": "bin/aws_devops_monitoring_dashboard.js"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ exports[`Snapshot test for primary devopsDashboardStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "f4fd05151c560d0c6b8364b4a2add5e75600534d0dfbc0679ea1efe5aa7f7f63.zip",
"S3Key": "ca8aa2360e37b80efd42f09b76a1e5f131a812cb2bb0c4ffeda33173f70743ad.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function runs on a daily schedule and adds a new partition to Amazon Athena table",
"Environment": {
Expand Down Expand Up @@ -1122,7 +1122,7 @@ exports[`Snapshot test for primary devopsDashboardStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "240e359dfbddd5a1f34a91445a3224f32a4fb1859012c760306c1e654e3b65f5.zip",
"S3Key": "c630f97eb2c42a717af78477815b434f59094d54563f429f2f2f05b7334a2e77.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function performs lambda transformation within kinesis firehose. It parses CloudWatch metrics for CodeBuild, sends relevant data to S3 for downstream operation",
"Environment": {
Expand Down Expand Up @@ -2545,7 +2545,7 @@ exports[`Snapshot test for primary devopsDashboardStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "240e359dfbddd5a1f34a91445a3224f32a4fb1859012c760306c1e654e3b65f5.zip",
"S3Key": "c630f97eb2c42a717af78477815b434f59094d54563f429f2f2f05b7334a2e77.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function performs lambda transformation within kinesis firehose. It parses raw cloudwatch events, sends relevant data to S3 for downstream operation",
"Environment": {
Expand Down Expand Up @@ -2718,7 +2718,7 @@ exports[`Snapshot test for primary devopsDashboardStack 1`] = `
{
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"/6a7f795e43e0139b1144186492f0874070c3c0cf88af9b65b07694bfdf9d7fda.json",
"/518e8dd1a32bdaae7bbd7345dd7e8bd6f2b24a1e0e17e7ae97d4dd7c873d91f9.json",
],
],
},
Expand Down Expand Up @@ -3445,7 +3445,7 @@ exports[`Snapshot test for primary devopsDashboardStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "f4fd05151c560d0c6b8364b4a2add5e75600534d0dfbc0679ea1efe5aa7f7f63.zip",
"S3Key": "ca8aa2360e37b80efd42f09b76a1e5f131a812cb2bb0c4ffeda33173f70743ad.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function runs Amazon Athena queries and creates views.",
"Environment": {
Expand Down Expand Up @@ -3745,7 +3745,7 @@ exports[`Snapshot test for primary devopsDashboardStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "73200f82b93cc5a96e7fc16ecd98bc88acad5a2451553b152228fdcab5f8ac2a.zip",
"S3Key": "cd3ad7dccc1befe3ed8d030d73127733b79bb73cce9c8b56014fe641eeef3541.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function queries CodeCommit, CodeBuild, and CodePipeline resources for tag information.",
"Environment": {
Expand Down Expand Up @@ -4362,7 +4362,7 @@ exports[`Snapshot test for primary devopsDashboardStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "2efb257d6185920b53ab436d195b557aaf741c2b1cfe9bb88e0de8bd4a2cc41b.zip",
"S3Key": "09b58641894e03f71236261a76b7330786115af3f496f6eeef97c64c9f668d84.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function manages permissions in the central monitoring account that are required for processing metrics sent by other accounts.",
"Environment": {
Expand Down
4 changes: 2 additions & 2 deletions source/test/__snapshots__/sharing_account_stack.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ exports[`Snapshot test for primary SharingAccountStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "240e359dfbddd5a1f34a91445a3224f32a4fb1859012c760306c1e654e3b65f5.zip",
"S3Key": "c630f97eb2c42a717af78477815b434f59094d54563f429f2f2f05b7334a2e77.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function performs lambda transformation within kinesis firehose. It parses CloudWatch metrics for CodeBuild, sends relevant data to S3 for downstream operation",
"Environment": {
Expand Down Expand Up @@ -1204,7 +1204,7 @@ exports[`Snapshot test for primary SharingAccountStack 1`] = `
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}",
},
"S3Key": "73200f82b93cc5a96e7fc16ecd98bc88acad5a2451553b152228fdcab5f8ac2a.zip",
"S3Key": "cd3ad7dccc1befe3ed8d030d73127733b79bb73cce9c8b56014fe641eeef3541.zip",
},
"Description": "DevOps Monitoring Dashboard on AWS solution - This function queries CodeCommit, CodeBuild, and CodePipeline resources for tag information.",
"Environment": {
Expand Down

0 comments on commit 9aa3034

Please sign in to comment.