Skip to content

Commit

Permalink
Merge pull request #7580 from opengovsg/release_v6.140.0
Browse files Browse the repository at this point in the history
build: release v6.140.0
  • Loading branch information
kevin9foong committed Aug 8, 2024
2 parents 541b7ee + 5ff8367 commit 01da3d4
Show file tree
Hide file tree
Showing 13 changed files with 387 additions and 107 deletions.
2 changes: 0 additions & 2 deletions .sentryignore

This file was deleted.

15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,25 @@ 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.139.0](https://github.com/opengovsg/FormSG/compare/v6.139.0...v6.139.0)
#### [v6.140.0](https://github.com/opengovsg/FormSG/compare/v6.139.0...v6.140.0)

- fix: forbid stripe acc connection with pdf summary enabled [`#7570`](https://github.com/opengovsg/FormSG/pull/7570)
- fix: failing gh actions due to runner out of disk space [`#7565`](https://github.com/opengovsg/FormSG/pull/7565)
- refactor: worker pool [`#7553`](https://github.com/opengovsg/FormSG/pull/7553)
- chore(admin): mrf v1.1 content [`#7579`](https://github.com/opengovsg/FormSG/pull/7579)
- build: merge release v6.139.0 to develop [`#7575`](https://github.com/opengovsg/FormSG/pull/7575)
- docs: remove Sentry references and .sentryignore file [`#7573`](https://github.com/opengovsg/FormSG/pull/7573)
- build: release v6.139.0 [`#7564`](https://github.com/opengovsg/FormSG/pull/7564)

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

> 5 August 2024
> 6 August 2024

- fix: forbid stripe acc connection with pdf summary enabled [`#7570`](https://github.com/opengovsg/FormSG/pull/7570)
- fix: failing gh actions due to runner out of disk space [`#7565`](https://github.com/opengovsg/FormSG/pull/7565)
- fix: enable pdf attachment for encrypt mode forms [`#7523`](https://github.com/opengovsg/FormSG/pull/7523)
- build: merge release v6.138.0 to develop [`#7559`](https://github.com/opengovsg/FormSG/pull/7559)
- chore: remove unused sgid toggle [`#7563`](https://github.com/opengovsg/FormSG/pull/7563)
- build: release v6.138.0 [`#7558`](https://github.com/opengovsg/FormSG/pull/7558)
- chore: bump version to v6.139.0 [`711b328`](https://github.com/opengovsg/FormSG/commit/711b328e999091e5e3ed52968087efa6894385ca)
- chore: bump version to v6.139.0 [`90ff12e`](https://github.com/opengovsg/FormSG/commit/90ff12e2178e29bc351fe6ef7c4b054a647b4258)

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

Expand Down
64 changes: 0 additions & 64 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,70 +645,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


-------------------------------------------------------------------------------

## Project
@sentry/browser

### Source
https://github.com/getsentry/sentry-javascript

### License
MIT License

Copyright (c) 2022 Functional Software, Inc. dba Sentry

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


-------------------------------------------------------------------------------

## Project
@sentry/integrations

### Source
https://github.com/getsentry/sentry-javascript

### License
MIT License

Copyright (c) 2022 Functional Software, Inc. dba Sentry

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


-------------------------------------------------------------------------------

## Project
Expand Down
11 changes: 0 additions & 11 deletions docs/DEPLOYMENT_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ SMS

Analytics and Monitoring

- Sentry.io
- Google Analytics

Spam protection
Expand Down Expand Up @@ -270,16 +269,6 @@ Forms can be protected with [recaptcha](https://www.google.com/recaptcha/about/)
| :------------------------- | ----------------------------- |
| `REACT_APP_GA_TRACKING_ID` | Google Analytics tracking ID. |

#### Sentry.io

Client-side error events are piped to [sentry.io](https://sentry.io/welcome/) for monitoring purposes.

| Variable | Description |
| :------------------ | ----------------------------------------------------------------------------------------------------- |
| `CSP_REPORT_URI` | Reporting URL for Content Security Policy violdations. Can be configured to use a Sentry.io endpoint. |
| `SENTRY_CONFIG_URL` | Sentry.io URL for configuring the Raven SDK. |
| `CSP_REPORT_URI` | Reporting URL for Content Security Policy violdations. Can be configured to use a Sentry.io endpoint. |

#### SMS with Twilio

The Mobile Number field supports form-fillers verifying their mobile numbers via a One-Time-Pin sent to their mobile phones. All messages are sent using [Twilio](https://www.twilio.com/) messaging APIs.
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-frontend",
"version": "6.139.0",
"version": "6.140.0",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down
Loading

0 comments on commit 01da3d4

Please sign in to comment.