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

Commit 4a682ed

Browse files
denisquesadakharbutli-metamabreuortegaMiguel Abreu
authored
Merge v1.7.0 release onto mainline (#868)
* Add support for analytics tracking Id in the backend (#858) * The table of contents has been simplified by removing the ability to choose which content items appear (#859) * Add support in the frontend for a Google Analytics tracking ID (#860) * Miguel.abreu/upgrade node (#862) * feat: upgrade to node 14 * feat: upgrade react-scripts to 5.0.1 * fix: fix snapshots and unit tests * revert react-script upgrade Co-authored-by: Miguel Abreu <miabreu@amazon.com> * Bump react-scripts to 5.0.1 in /frontend (#863) * Bump react-scripts in /frontend * feat: remove sass in favor of react-scripts sass loader Co-authored-by: Miguel Abreu <miabreu@amazon.com> * release-1.7.0 (#864) * release-1.7.0 (#865) * Release 1.7.0 - CHANGELOG.md (#867) * release-1.7.0 * CHANGELOG.md * Merge conflicts Co-authored-by: Mazen Kharbutli <89935687+mazenkh-amazon@users.noreply.github.com> Co-authored-by: Miguel Abreu <mabreuortega@gmail.com> Co-authored-by: Miguel Abreu <miabreu@amazon.com>
1 parent 86d6f29 commit 4a682ed

File tree

80 files changed

+13894
-13890
lines changed

Some content is hidden

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

80 files changed

+13894
-13890
lines changed

.github/workflows/mainline-dev-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x]
18+
node-version: [14.x]
1919

2020
steps:
2121
- name: Checkout

.github/workflows/mainline-dev-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x]
16+
node-version: [14.x]
1717

1818
steps:
1919
- name: Checkout

.github/workflows/mainline-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x]
16+
node-version: [14.x]
1717

1818
steps:
1919
- name: Checkout

.github/workflows/newpr-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [12.x]
17+
node-version: [14.x]
1818

1919
steps:
2020
- name: Checkout

.github/workflows/newpr-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [12.x]
17+
node-version: [14.x]
1818

1919
steps:
2020
- name: Checkout

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.7.0] - 2022-09-13
9+
10+
- Security vulnerabilities were addressed by upgrading the following libraries:
11+
- node v14.x
12+
- react-scripts 5.0.1
13+
- Dashboard creation simplifications
14+
- Support for Google Analytics tracking was added.
15+
16+
817
## [1.6.0] - 2022-08-22
918

1019
- Optimize resource usage for lambda functions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PDoA comes with pre-built code to provision an instance in your AWS account. You
3333

3434
| Region | Launch |
3535
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
36-
| Install in us-east-1 | [![Install in us-east-1](docs/images/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?templateURL=https://performance-dashboard-on-aws-solution-releases-us-west-2.s3.us-west-2.amazonaws.com/performance-dashboard-on-aws/v1.6.0/performance-dashboard-on-aws.template) |
36+
| Install in us-east-1 | [![Install in us-east-1](docs/images/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?templateURL=https://performance-dashboard-on-aws-solution-releases-us-west-2.s3.us-west-2.amazonaws.com/performance-dashboard-on-aws/v1.7.0/performance-dashboard-on-aws.template) |
3737

3838
### Clone this repository
3939

backend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.22.12
1+
lts/fermium

0 commit comments

Comments
 (0)