Skip to content

Commit 84d65db

Browse files
committed
update to v2.1.15
1 parent 3a7e396 commit 84d65db

27 files changed

+900
-727
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project are documented in this file.
55
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+
## [2.1.15] - 2024-9-30
9+
10+
### Fixed
11+
12+
- Cron expression for running discovery process every 24 hours. [546](https://github.com/aws-solutions/workload-discovery-on-aws/discussions/546)
13+
- Security [vulnerability](https://github.com/advisories/GHSA-gcx4-mw62-g8wm) in `rollup`.
14+
- Security [vulnerability](https://github.com/advisories/GHSA-9cwx-2883-4wfx) in `vite`.
15+
- Security [vulnerability](https://github.com/advisories/GHSA-64vr-g452-qvp3) in `vite`.
16+
817
## [2.1.14] - 2024-9-18
918

1019
### Fixed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Workload Discovery on AWS (v2.1.14)
1+
# Workload Discovery on AWS (v2.1.15)
22

33
Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
44
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.

source/backend/discovery/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/discovery/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-discovery",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "This contains the code that forms the discovery process for AWS Perspective.",
55
"main": "index.js",
66
"scripts": {

source/backend/functions/account-import-templates-api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/account-import-templates-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-import-templates",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "Lambda function that serves cfn templates for account and region importing",
55
"main": "index.js",
66
"scripts": {

source/backend/functions/cost-parser/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/cost-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-cost",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

source/backend/functions/cur-notification/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/cur-notification/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-cur-notification",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

source/backend/functions/cur-setup/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/cur-setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-cur-setup",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

source/backend/functions/graph-api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/graph-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-graph-api",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "The lambda function that queries the Neptune database",
55
"main": "src/index.js",
66
"scripts": {

source/backend/functions/metrics/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/metrics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metrics",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

source/backend/functions/opensearch-setup/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/opensearch-setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-setup",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "Custom resource that creates index in OpenSearch.",
55
"main": "src/index.js",
66
"scripts": {

source/backend/functions/search-api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/search-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-search-api",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "The lambda function that queries the OpenSearch database",
55
"main": "src/index.js",
66
"scripts": {

source/backend/functions/settings/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/backend/functions/settings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-settings",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "Lambda function that stores WD configuration data in DynamoDB",
55
"main": "index.js",
66
"scripts": {

source/cfn/templates/main.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Mappings:
349349
'4hrs': cron(0 */4 * * ? *)
350350
'8hrs': cron(0 */8 * * ? *)
351351
'12hrs': cron(0 */12 * * ? *)
352-
'24hrs': cron(0 */24 * * ? *)
352+
'24hrs': cron(0 0/24 * * ? *)
353353
Metrics:
354354
CollectAnonymizedUsageMetrics: 'true'
355355

0 commit comments

Comments
 (0)