Skip to content

Commit

Permalink
add release notes and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Bladen-Clark committed Oct 17, 2023
1 parent 82d21f5 commit b2dc1e5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flood-app",
"version": "7.3.0",
"version": "7.4.0",
"description": "Flood risk app",
"main": "index.js",
"repository": "github:defra/flood-app",
Expand Down
21 changes: 21 additions & 0 deletions release-docs/CFF-7.4.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Check for flooding 7.4.0 19th October 2023

# Release

7.4.0

https://eaflood.atlassian.net/projects/FSR/versions/16684/tab/release-report-all-issues

# Tickets

https://eaflood.atlassian.net/browse/FSR-1037 - Switch logging to use pino rather than console
https://eaflood.atlassian.net/browse/FSR-1061 - Add caching to calls to Bing location API and fix issue with request timeouts


# Instructions

1 - Configure the cloudwatch agent to pull logs from logs/.pino.err.log and logs/.pino.out.log into appropriate LogGroups
{stage}LDNLFW-nodejs-flood-app-pino-err and {stage}LDNLFW-nodejs-flood-app-pino-out respectively.
2 - Execute LFW_{STAGE}_04_UPDATE_FLOOD_APP_AND_SERVICE_PIPELINE

Execute smoke tests and forward results

0 comments on commit b2dc1e5

Please sign in to comment.