Skip to content

Commit

Permalink
Merge pull request #527 from aws-solutions/release/v2.1.8
Browse files Browse the repository at this point in the history
update to v2.1.8
  • Loading branch information
svozza authored Jun 13, 2024
2 parents 090b667 + 276b9cd commit 32cc5ed
Show file tree
Hide file tree
Showing 27 changed files with 1,464 additions and 1,354 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project are documented in this file.
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).

## [2.1.8] - 2024-6-13

### Fixed

- Security [vulnerability](https://github.com/advisories/GHSA-2p57-rm9w-gvfp) in `ip`.
- Security [vulnerability](https://github.com/advisories/GHSA-grv7-fg5c-xmjg) in `braces`.

## [2.1.7] - 2024-5-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workload Discovery on AWS (v2.1.7)
# Workload Discovery on AWS (v2.1.8)

Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.
Expand Down
9 changes: 8 additions & 1 deletion deployment/build-open-source-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ npm i -g gitzip
echo "moving to root to generate zip file"
cd ../
echo "generating the zip using gitzip and ensuring exclusions are ignored as they do not need to be in GitHub"
gitzip -d $dist_dir/$1.zip -x codescan-funcs.sh codescan-prebuild-default.sh .taskcat.yml buildspec.yml .viperlight* aws-perspective-params.json taskcat-bucket-management.sh taskcat-buildspec.yaml
gitzip -d $dist_dir/$1.zip \
-x "codescan-*.sh" \
-x "buildspec.yml" \
-x ".viperlight*" \
-x "sonar-project.properties" \
-x "solution-manifest.yaml" \
-x ".nightswatch/*" \
-x "Config"
32 changes: 16 additions & 16 deletions source/backend/discovery/package-lock.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/backend/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-discovery",
"version": "2.1.7",
"version": "2.1.8",
"description": "This contains the code that forms the discovery process for AWS Perspective.",
"main": "index.js",
"scripts": {
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-import-templates",
"version": "2.1.7",
"version": "2.1.8",
"description": "Lambda function that serves cfn templates for account and region importing",
"main": "index.js",
"scripts": {
Expand Down
32 changes: 16 additions & 16 deletions source/backend/functions/cost-parser/package-lock.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/backend/functions/cost-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cost",
"version": "2.1.7",
"version": "2.1.8",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
32 changes: 16 additions & 16 deletions source/backend/functions/cur-notification/package-lock.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/backend/functions/cur-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cur-notification",
"version": "2.1.7",
"version": "2.1.8",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 32cc5ed

Please sign in to comment.