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 v5.43.0 #3432

Merged
merged 11 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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).

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

- fix(deps): bump vm2 from 3.9.5 to 3.9.7 [`#3431`](https://github.com/opengovsg/FormSG/pull/3431)
- fix(deps): bump @sentry/browser from 6.16.1 to 6.17.7 [`#3429`](https://github.com/opengovsg/FormSG/pull/3429)
- chore(deps-dev): bump @babel/core from 7.17.0 to 7.17.2 [`#3430`](https://github.com/opengovsg/FormSG/pull/3430)
- refactor: use combined route validators and handlers [`#3428`](https://github.com/opengovsg/FormSG/pull/3428)
- chore: bump spcp-auth-client to 1.14.15 [`#3341`](https://github.com/opengovsg/FormSG/pull/3341)
- fix(docs): Add missing characters for consistency [`#3426`](https://github.com/opengovsg/FormSG/pull/3426)
- fix(deps): bump helmet from 5.0.1 to 5.0.2 [`#3319`](https://github.com/opengovsg/FormSG/pull/3319)
- fix(deps): bump libphonenumber-js from 1.9.48 to 1.9.49 in /shared [`#3423`](https://github.com/opengovsg/FormSG/pull/3423)
- chore(deps-dev): bump eslint-plugin-jest from 26.0.0 to 26.1.0 [`#3419`](https://github.com/opengovsg/FormSG/pull/3419)
- build: merge release 5.42.0 into develop [`#3417`](https://github.com/opengovsg/FormSG/pull/3417)

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

> 10 February 2022

- chore(deps-dev): bump @types/node from 17.0.8 to 17.0.16 [`#3414`](https://github.com/opengovsg/FormSG/pull/3414)
- feat: log ses message id [`#3391`](https://github.com/opengovsg/FormSG/pull/3391)
- fix(deps): bump type-fest from 2.11.1 to 2.11.2 in /shared [`#3392`](https://github.com/opengovsg/FormSG/pull/3392)
Expand Down Expand Up @@ -1201,7 +1216,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(verification): loosen OTP waiting time by 2 seconds [`#1957`](https://github.com/opengovsg/FormSG/pull/1957)
- chore: bump version to 5.12.0 [`85759bc`](https://github.com/opengovsg/FormSG/commit/85759bc9dc01f73da3cbd0ec73c636e58e983948)

#### [v5.11.0](https://github.com/opengovsg/FormSG/compare/v5.10.0...v5.11.0)
#### [v5.11.0](https://github.com/opengovsg/FormSG/compare/v5.10.1...v5.11.0)

> 25 May 2021

Expand Down Expand Up @@ -1269,6 +1284,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#1868`](https://github.com/opengovsg/FormSG/pull/1868)
- fix(deps): bump @sentry/integrations from 6.3.5 to 6.3.6 [`#1850`](https://github.com/opengovsg/FormSG/pull/1850)
- chore: bump version to 5.11.0 [`54b1958`](https://github.com/opengovsg/FormSG/commit/54b1958d0968e670ef145461d9d7859384d573ef)

#### [v5.10.1](https://github.com/opengovsg/FormSG/compare/v5.10.0...v5.10.1)

> 17 May 2021

- chore: bump version to v5.10.1 [`0442cd7`](https://github.com/opengovsg/FormSG/commit/0442cd72637019fb1e43bce5f8f5abe14ee79f8c)
- fix: allow for unknown keys in updateEndPage validator [`617d86a`](https://github.com/opengovsg/FormSG/commit/617d86a28910eec6ebd3249a2de636086429d6a6)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ npm run dev

After the Docker image has finished building, the application can be accessed at [localhost:5000](localhost:5000).

If there have been no dependency changes in `package.json` or changes in the
If there are no dependency changes in `package.json` or changes in the
`src/app/server.ts` file, you can run

```bash
Expand All @@ -75,7 +75,7 @@ only takes ~15 seconds to finish starting up the image.

### Accessing email locally

We use [MailDev](https://github.com/maildev/maildev) to access emails in the development environment. The MailDev UI can be accessed at [localhost:1080](localhost:1080) when the Docker container is running.
We use [MailDev](https://github.com/maildev/maildev) to access emails in the development environment. The MailDev UI can be accessed at [localhost:1080](localhost:1080) when the Docker container runs.

### Environment variables

Expand All @@ -87,8 +87,8 @@ The following is the order of priority:
- Environment file
- Dockerfile

FormSG requires some environment variables in order to function.
More information about the required environment variables can be seen in
FormSG requires some environment variables to function.
More information about the required environment variables are in
[DEPLOYMENT_SETUP.md](/docs/DEPLOYMENT_SETUP.md).

We provide a [`.template-env`](./.template-env) file with the secrets blanked out. You can copy and
Expand Down Expand Up @@ -159,15 +159,15 @@ npm run test-e2e-ci

## Architecture

An overview of the architecture can be found [here](docs/ARCHITECTURE.md).
The architecture overview is [here](docs/ARCHITECTURE.md).

## MongoDB Scripts

Scripts for common tasks in MongoDB can be found [here](docs/MONGODB.md).

## Contributing

We welcome all contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas to code open sourced by the Government Technology Agency of Singapore. Contributors should read [CONTRIBUTING.md](CONTRIBUTING.md) and will also be asked to sign a Contributor License Agreement (CLA) in order to ensure that everybody is free to use their contributions.
We welcome all contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas to code open sourced by the Government Technology Agency of Singapore. Contributors should read [CONTRIBUTING.md](CONTRIBUTING.md) and will also be asked to sign a Contributor License Agreement (CLA) to ensure that everybody is free to use their contributions.

## Support

Expand Down
6 changes: 3 additions & 3 deletions docs/DEPLOYMENT_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Firstly, name the secret with a unique secret name and store the secret value in
```json
{
"accountSid": "<redacted>",
"apiKey": "redacted>",
"apiSecret": "redacted>",
"messagingServiceSid": "redacted>"
"apiKey": "<redacted>",
"apiSecret": "<redacted>",
"messagingServiceSid": "<redacted>"
}
```

Expand Down
Loading