Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release v6.42.0 #6142

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a1f7c45
Merge pull request #6072 from opengovsg/release-al2
justynoh Apr 6, 2023
7606515
fix(deps): bump type-fest from 3.7.2 to 3.8.0 in /shared (#6064)
dependabot[bot] Apr 6, 2023
6db4fa2
fix(deps): bump vm2 from 3.9.11 to 3.9.15 (#6075)
dependabot[bot] Apr 7, 2023
ad47159
chore(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.58.0…
dependabot[bot] Apr 10, 2023
6cace07
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.1 to…
dependabot[bot] Apr 10, 2023
c475488
fix(deps): bump vm2 from 3.9.15 to 3.9.16 (#6092)
dependabot[bot] Apr 13, 2023
1e64c0c
chore(deps-dev): bump @types/lodash from 4.14.192 to 4.14.194 in /sha…
dependabot[bot] Apr 16, 2023
9ec1906
chore: prune error logs for ndi oidc key retrieval error (#6098)
tshuli Apr 17, 2023
f554116
chore(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.0…
dependabot[bot] Apr 17, 2023
a8ac2a2
fix: date-picker bug for negative UTC timezones (#6096)
LinHuiqing Apr 18, 2023
33701c4
fix(deps): bump libphonenumber-js from 1.10.26 to 1.10.28 in /shared …
dependabot[bot] Apr 19, 2023
3b512a9
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to…
dependabot[bot] Apr 19, 2023
06aa0d0
feat: track nodejs runtime metrics in APM (#6120)
timotheeg Apr 19, 2023
826a609
fix(deps): bump xml2js and aws-sdk (#6084)
dependabot[bot] Apr 19, 2023
6820b25
chore: make hsts header follow recommendation from csa (#6106)
timotheeg Apr 19, 2023
476b9a3
build: merge release v6.41.1 to develop (#6136)
justynoh Apr 19, 2023
539d75c
feat: payment mvp (#6095)
KenLSM Apr 19, 2023
70ab147
chore: bump version to v6.42.0
LinHuiqing Apr 20, 2023
0564e21
Merge remote-tracking branch 'origin/release-al2' into release_v6.42.0
LinHuiqing Apr 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ebextensions/env-file-creation.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ files:
aws ssm get-parameter --name "${ENV_NAME}-sgid" --with-decryption --region $AWS_REGION | jq -r '.Parameter.Value' >> $TARGET_DIR/.env
aws ssm get-parameter --name "${ENV_NAME}-verified-fields" --with-decryption --region $AWS_REGION | jq -r '.Parameter.Value' >> $TARGET_DIR/.env
aws ssm get-parameter --name "${ENV_NAME}-webhook-verified-content" --with-decryption --region $AWS_REGION | jq -r '.Parameter.Value' >> $TARGET_DIR/.env
aws ssm get-parameter --name "${ENV_NAME}-payment" --with-decryption --region $AWS_REGION | jq -r '.Parameter.Value' >> $TARGET_DIR/.env

packages:
yum:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
legacy-peer-deps=true
unsafe-perm=true
legacy-peer-deps=true
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v6.42.0](https://github.com/opengovsg/FormSG/compare/v6.42.0...v6.42.0)

#### [v6.42.0](https://github.com/opengovsg/FormSG/compare/v6.41.1...v6.42.0)

> 20 April 2023

- feat: payment mvp [`#6095`](https://github.com/opengovsg/FormSG/pull/6095)
- build: merge release v6.41.1 to develop [`#6136`](https://github.com/opengovsg/FormSG/pull/6136)
- chore: make hsts header follow recommendation from csa [`#6106`](https://github.com/opengovsg/FormSG/pull/6106)
- fix(deps): bump xml2js and aws-sdk [`#6084`](https://github.com/opengovsg/FormSG/pull/6084)
- feat: track nodejs runtime metrics in APM [`#6120`](https://github.com/opengovsg/FormSG/pull/6120)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 in /shared [`#6104`](https://github.com/opengovsg/FormSG/pull/6104)
- fix(deps): bump libphonenumber-js from 1.10.26 to 1.10.28 in /shared [`#6119`](https://github.com/opengovsg/FormSG/pull/6119)
- fix: date-picker bug for negative UTC timezones [`#6096`](https://github.com/opengovsg/FormSG/pull/6096)
- chore(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.0 in /shared [`#6105`](https://github.com/opengovsg/FormSG/pull/6105)
- chore: prune error logs for ndi oidc key retrieval error [`#6098`](https://github.com/opengovsg/FormSG/pull/6098)
- chore(deps-dev): bump @types/lodash from 4.14.192 to 4.14.194 in /shared [`#6100`](https://github.com/opengovsg/FormSG/pull/6100)
- fix(deps): bump vm2 from 3.9.15 to 3.9.16 [`#6092`](https://github.com/opengovsg/FormSG/pull/6092)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 in /shared [`#6082`](https://github.com/opengovsg/FormSG/pull/6082)
- chore(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.58.0 in /shared [`#6083`](https://github.com/opengovsg/FormSG/pull/6083)
- fix(deps): bump vm2 from 3.9.11 to 3.9.15 [`#6075`](https://github.com/opengovsg/FormSG/pull/6075)
- fix(deps): bump type-fest from 3.7.2 to 3.8.0 in /shared [`#6064`](https://github.com/opengovsg/FormSG/pull/6064)
- build: merge release v6.40.0 into develop [`#6072`](https://github.com/opengovsg/FormSG/pull/6072)
- chore: bump version to v6.42.0 [`39d299f`](https://github.com/opengovsg/FormSG/commit/39d299f3ab8830a2e01d3e11d4705ebbb72768b1)

#### [v6.41.1](https://github.com/opengovsg/FormSG/compare/v6.41.0...v6.41.1)

> 19 April 2023

- build: release v6.41.0 [`#6128`](https://github.com/opengovsg/FormSG/pull/6128)
- chore: bump version to 6.41.1 [`80ee0c4`](https://github.com/opengovsg/FormSG/commit/80ee0c4cae2d90ffd2f98c3d30d3fe3d08922243)

#### [v6.41.0](https://github.com/opengovsg/FormSG/compare/v6.40.0...v6.41.0)

Expand Down Expand Up @@ -156,6 +184,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(deps): bump type-fest from 3.6.0 to 3.6.1 in /shared [`#5840`](https://github.com/opengovsg/FormSG/pull/5840)
- feat: add prefix to OTPs [`#5828`](https://github.com/opengovsg/FormSG/pull/5828)
- build: merge release v6.32.0 into develop [`#5833`](https://github.com/opengovsg/FormSG/pull/5833)
- build: merge release v6.32.0 into develop [`#5833`](https://github.com/opengovsg/FormSG/pull/5833)
- [Snyk] Security upgrade @aws-sdk/client-cloudwatch-logs from 3.241.0 to 3.276.0 [`#5835`](https://github.com/opengovsg/FormSG/pull/5835)
- build: release v6.32.0 [`#5832`](https://github.com/opengovsg/FormSG/pull/5832)
- chore: bump version to v6.33.0 [`6508dc0`](https://github.com/opengovsg/FormSG/commit/6508dc09bb519392afbc426c6b68257c4e83515d)
Expand Down
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ services:
- REACT_MIGRATION_REMOVE_INFOBOX_THRESHOLD_ADMIN=101
- REACT_MIGRATION_REMOVE_INFOBOX_THRESHOLD_RESPONDENT=101
- REACT_MIGRATION_USE_FETCH_FOR_SUBMISSIONS=false
# env vars for stripe payment integration
- PAYMENT_STRIPE_PUBLISHABLE_KEY=publishableKey
- PAYMENT_STRIPE_SECRET_KEY=secretKey
- PAYMENT_STRIPE_CLIENT_ID=clientId
- PAYMENT_STRIPE_WEBHOOK_SECRET=webhookSecret
- PAYMENT_MAX_PAYMENT_AMOUNT_CENTS=100000
- PAYMENT_MIN_PAYMENT_AMOUNT_CENTS=50

mockpass:
build: https://github.com/opengovsg/mockpass.git
Expand Down
1 change: 1 addition & 0 deletions frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
Loading