From 2c8460d4f636cfa182b33b0c97d6826833c47686 Mon Sep 17 00:00:00 2001 From: Neil McLaughlin Date: Mon, 20 May 2024 09:50:04 +0100 Subject: [PATCH] Release 8.3.0 (#698) * Bump version number (8.3.0) * Add release notes (8.3.0) * Update CFF-8.3.0.md updated notes to include TA update ticket --------- Co-authored-by: GitHub Actions Co-authored-by: Lee Gordon <40238160+LeeGordon83@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- release-docs/CFF-8.3.0.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 release-docs/CFF-8.3.0.md diff --git a/package-lock.json b/package-lock.json index a9adfbfa6..51cb2a27c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flood-app", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flood-app", - "version": "8.2.0", + "version": "8.3.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 11d8772fc..1baa06438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood-app", - "version": "8.2.0", + "version": "8.3.0", "description": "Flood risk app", "main": "index.js", "repository": "github:defra/flood-app", diff --git a/release-docs/CFF-8.3.0.md b/release-docs/CFF-8.3.0.md new file mode 100644 index 000000000..90d05a2f5 --- /dev/null +++ b/release-docs/CFF-8.3.0.md @@ -0,0 +1,30 @@ +# Check For Flooding Release + +* Version: 8.3.0 +* Proposed Release Date: 22/05/2024 +* Jira Release Overview: https://eaflood.atlassian.net/projects/FSR/versions/16850/tab/release-report-all-issues + +## Tickets + + * FSR-1193 | TA Update - 22 May 2024 + +## Instructions + +This release is for target area updates + + 1 - Update LFW_{STAGE}_99_LOAD_FLOOD_ALERT_AREAS jenkins job with the following properties update for the updated database name for production: + + DB_NAME=floodprdg + ###### OR ######## + DB_NAME=floodprdb + + 2 - Execute LFW_{STAGE}_99_LOAD_FLOOD_ALERT_AREAS + + 3 - Execute LFW_{STAGE}_04_UPDATE_FLOOD_APP_AND_SERVICE_PIPELINE + + +Execute smoke tests and forward results + +## Related Infrastructure Changes Required + +* None