From 17e32b17e9e6bfd8292649de08dc1cfc29699e1f Mon Sep 17 00:00:00 2001 From: seaerchin Date: Mon, 19 Feb 2024 18:27:55 +0800 Subject: [PATCH 1/2] fix(deploy-prod): update workflow name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0469e26f0..32ccbad33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,11 +183,11 @@ jobs: # NOTE: Not combining with above workflow to allow parallel execution deploy_ecs: - name: Build and deploy to EB + name: Build and deploy to ECS runs-on: ubuntu-latest needs: [gatekeep] if: needs.gatekeep.outputs.proceed == 'true' steps: - name: Deploy to ECS - uses: ./.github/wworkflows/deploy_prod.yml + uses: ./.github/workflows/deploy_prod.yml \ No newline at end of file From 6317645914ffd30a19d21528ea577c70ba070046 Mon Sep 17 00:00:00 2001 From: seaerchin Date: Mon, 19 Feb 2024 18:28:05 +0800 Subject: [PATCH 2/2] 0.66.1 --- CHANGELOG.md | 14 ++++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb5e6e4e..9bc7235c5 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.66.1](https://github.com/isomerpages/isomercms-backend/compare/v0.66.0...v0.66.1) + +- fix(deploy-prod): update workflow name [`17e32b1`](https://github.com/isomerpages/isomercms-backend/commit/17e32b17e9e6bfd8292649de08dc1cfc29699e1f) + #### [v0.66.0](https://github.com/isomerpages/isomercms-backend/compare/v0.65.0...v0.66.0) +> 19 February 2024 + - feat(deploy-prod): add workflwo to deploy to production [`#1134`](https://github.com/isomerpages/isomercms-backend/pull/1134) - 0.65.0 (dev) [`#1138`](https://github.com/isomerpages/isomercms-backend/pull/1138) @@ -45,12 +51,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) -> 10 January 2024 +> 11 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) @@ -132,12 +138,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) @@ -264,12 +270,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 e82749301..f6f7abdb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "isomercms", - "version": "0.66.0", + "version": "0.66.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "isomercms", - "version": "0.66.0", + "version": "0.66.1", "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 cac1566b4..fcb53564d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isomercms", - "version": "0.66.0", + "version": "0.66.1", "private": true, "scripts": { "build": "tsc -p tsconfig.build.json",