From c0ecdc6911b1ed517b2feb084174f32f7ed5a317 Mon Sep 17 00:00:00 2001 From: Alexander Lee Date: Tue, 5 Mar 2024 15:10:23 +0800 Subject: [PATCH 1/2] chore: increase cpu --- .aws/deploy/backend-task-definition.prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aws/deploy/backend-task-definition.prod.json b/.aws/deploy/backend-task-definition.prod.json index 42a0f2aab..4f68bf2d7 100644 --- a/.aws/deploy/backend-task-definition.prod.json +++ b/.aws/deploy/backend-task-definition.prod.json @@ -293,6 +293,6 @@ "requiresCompatibilities": ["FARGATE"], "taskRoleArn": "arn:aws:iam:::role/isomer-prod-ecs-task-role", "executionRoleArn": "arn:aws:iam:::role/isomer-prod-ecs-task-exec-role", - "cpu": "1024", + "cpu": "4096", "memory": "8192" } From 59ed6402732d8d2881a9840e100cbf4b5a4a1d41 Mon Sep 17 00:00:00 2001 From: Alexander Lee Date: Tue, 5 Mar 2024 15:13:12 +0800 Subject: [PATCH 2/2] 0.68.2 --- CHANGELOG.md | 17 ++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d360e4c93..e94a76aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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). +#### [v0.68.2](https://github.com/isomerpages/isomercms-backend/compare/v0.68.1...v0.68.2) + +- chore: increase cpu [`c0ecdc6`](https://github.com/isomerpages/isomercms-backend/commit/c0ecdc6911b1ed517b2feb084174f32f7ed5a317) + #### [v0.68.1](https://github.com/isomerpages/isomercms-backend/compare/v0.68.0...v0.68.1) +> 29 February 2024 + - fix(repoChecker): unintended alarms [`612d843`](https://github.com/isomerpages/isomercms-backend/commit/612d843518dfcc3824ee3fc4a33f7c71ba2f125c) #### [v0.68.0](https://github.com/isomerpages/isomercms-backend/compare/v0.67.1...v0.68.0) @@ -42,13 +48,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Release/0.66.2 [`#1144`](https://github.com/isomerpages/isomercms-backend/pull/1144) - release(0.66.1): merge to develop [`#1142`](https://github.com/isomerpages/isomercms-backend/pull/1142) - 0.66.0 [`#1140`](https://github.com/isomerpages/isomercms-backend/pull/1140) +- fix(tsak-def): add env vars [`fdf1230`](https://github.com/isomerpages/isomercms-backend/commit/fdf123001fc5fa6d8feaed0545eacb2670ff4ffb) #### [v0.66.4](https://github.com/isomerpages/isomercms-backend/compare/v0.66.3...v0.66.4) > 20 February 2024 - fix(ci): use workflwo [`a5a225d`](https://github.com/isomerpages/isomercms-backend/commit/a5a225dd203826726ad9f8e39c420bdb4a8e0d2c) -- fix(tsak-def): add env vars [`fdf1230`](https://github.com/isomerpages/isomercms-backend/commit/fdf123001fc5fa6d8feaed0545eacb2670ff4ffb) +- fix(tsak-def): add env vars [`ad02a2f`](https://github.com/isomerpages/isomercms-backend/commit/ad02a2f630d657b468bb48fd48f0572051ae85e3) #### [v0.66.3](https://github.com/isomerpages/isomercms-backend/compare/v0.66.2...v0.66.3) @@ -111,12 +118,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix: remove unnecessary push logs [`#1109`](https://github.com/isomerpages/isomercms-backend/pull/1109) - fix(rr): skip checking the existence of review request [`#1102`](https://github.com/isomerpages/isomercms-backend/pull/1102) - release/0.61.0 [`#1104`](https://github.com/isomerpages/isomercms-backend/pull/1104) +- fix(sl): include issuewild if CAA records are needed [`#1106`](https://github.com/isomerpages/isomercms-backend/pull/1106) #### [v0.61.0](https://github.com/isomerpages/isomercms-backend/compare/v0.60.0...v0.61.0) -> 11 January 2024 +> 10 January 2024 -- fix(sl): include issuewild if CAA records are needed [`#1106`](https://github.com/isomerpages/isomercms-backend/pull/1106) - chore: upgrade axios [`#1100`](https://github.com/isomerpages/isomercms-backend/pull/1100) - build(deps): bump follow-redirects from 1.15.2 to 1.15.4 [`#1101`](https://github.com/isomerpages/isomercms-backend/pull/1101) - fix(ci): reverts ci changes to allow staging updates [`#1084`](https://github.com/isomerpages/isomercms-backend/pull/1084) @@ -198,12 +205,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(siteCreate): add redirect rules [`#1036`](https://github.com/isomerpages/isomercms-backend/pull/1036) - chore: remove extra and unused submodules [`#1031`](https://github.com/isomerpages/isomercms-backend/pull/1031) - release/0.54.0 [`#1033`](https://github.com/isomerpages/isomercms-backend/pull/1033) +- fix: use cTimeMs instead of birthtime due to EFS [`#1035`](https://github.com/isomerpages/isomercms-backend/pull/1035) #### [v0.54.0](https://github.com/isomerpages/isomercms-backend/compare/v0.53.0...v0.54.0) > 14 November 2023 -- fix: use cTimeMs instead of birthtime due to EFS [`#1035`](https://github.com/isomerpages/isomercms-backend/pull/1035) - fix(pagination): total length [`#1032`](https://github.com/isomerpages/isomercms-backend/pull/1032) - fix(staging-lite): apps were created for wrong br [`#1014`](https://github.com/isomerpages/isomercms-backend/pull/1014) - fix(cm): extra timeout [`#1027`](https://github.com/isomerpages/isomercms-backend/pull/1027) @@ -330,12 +337,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 [`#984`](https://github.com/isomerpages/isomercms-backend/pull/984) - release/v0.48.0 [`#979`](https://github.com/isomerpages/isomercms-backend/pull/979) - feat(staging-id): add column to store the id [`#983`](https://github.com/isomerpages/isomercms-backend/pull/983) +- Fix: collaborators service tests [`#978`](https://github.com/isomerpages/isomercms-backend/pull/978) #### [v0.48.0](https://github.com/isomerpages/isomercms-backend/compare/v0.47.0...v0.48.0) > 18 October 2023 -- Fix: collaborators service tests [`#978`](https://github.com/isomerpages/isomercms-backend/pull/978) - chore(commitService): proper naming [`#975`](https://github.com/isomerpages/isomercms-backend/pull/975) - Feat/is 585 govt sgid login rollout [`#976`](https://github.com/isomerpages/isomercms-backend/pull/976) - test(quickie): unit tests [`#973`](https://github.com/isomerpages/isomercms-backend/pull/973) diff --git a/package-lock.json b/package-lock.json index 2349d4950..6a65ddfa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "isomercms", - "version": "0.68.1", + "version": "0.68.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "isomercms", - "version": "0.68.1", + "version": "0.68.2", "dependencies": { "@aws-sdk/client-amplify": "^3.370.0", "@aws-sdk/client-cloudwatch-logs": "^3.370.0", diff --git a/package.json b/package.json index 490749df6..8444242b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isomercms", - "version": "0.68.1", + "version": "0.68.2", "private": true, "scripts": { "build": "tsc -p tsconfig.build.json",