Skip to content

Commit 437a7d3

Browse files
authored
Merge pull request #8875 from opengovsg/release_v6.268.0
build: release v6.268.0
2 parents a01428c + ebe2103 commit 437a7d3

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

.github/workflows/deploy-ecs-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
aws-region: 'ap-southeast-1'
2626
ecr-repository: 'formsg'
2727
# ECS configuration
28-
ecs-cpu: 2048
28+
ecs-cpu: 1024
2929
ecs-memory: 4096
3030
ecs-cluster-name: 'formsg-prod-ecs'
3131
ecs-service-name: 'formsg-prod-ecs-service'

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v6.268.0](https://github.com/opengovsg/FormSG/compare/v6.267.0...v6.268.0)
8+
9+
- feat: reduce vpcu to 1vcpu [`#8870`](https://github.com/opengovsg/FormSG/pull/8870)
10+
- build: merge v6.267.0 back to develop [`#8874`](https://github.com/opengovsg/FormSG/pull/8874)
11+
- build: release v6.267.0 [`#8873`](https://github.com/opengovsg/FormSG/pull/8873)
12+
713
#### [v6.267.0](https://github.com/opengovsg/FormSG/compare/v6.266.1...v6.267.0)
814

15+
> 10 November 2025
16+
917
- feat: add SaveDraftButton to FormHeader [`#8856`](https://github.com/opengovsg/FormSG/pull/8856)
1018
- fix(copy): update MyInfo fields banner text [`#8868`](https://github.com/opengovsg/FormSG/pull/8868)
1119
- build: merge v6.266.1 to develop [`#8863`](https://github.com/opengovsg/FormSG/pull/8863)
1220
- build: release v6.266.1 [`#8866`](https://github.com/opengovsg/FormSG/pull/8866)
21+
- chore: bump version to v6.267.0 [`1b04532`](https://github.com/opengovsg/FormSG/commit/1b04532843842a6241568399889e686812fd5045)
1322

1423
#### [v6.266.1](https://github.com/opengovsg/FormSG/compare/v6.266.0...v6.266.1)
1524

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-frontend",
3-
"version": "6.267.0",
3+
"version": "6.268.0",
44
"homepage": ".",
55
"type": "module",
66
"private": true,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "FormSG",
33
"description": "Form Manager for Government",
4-
"version": "6.267.0",
4+
"version": "6.268.0",
55
"homepage": "https://form.gov.sg",
66
"authors": [
77
"FormSG <[email protected]>"

0 commit comments

Comments
 (0)