Skip to content

Commit a1b3688

Browse files
committed
added release notes an updated version
1 parent a050819 commit a1b3688

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

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,6 +1,6 @@
11
{
22
"name": "flood-data",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"description": "Serverless (AWS Lambda) project for flood data processing",
55
"engines": {
66
"node": "18.x"

release-docs/release-2.0.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#flood-data release 2.0.0 - 14th November 2023
2+
3+
Update of fwis-process, fgs-process, ffoi-process and station-process lambdas.
4+
These lambdas previously used the node-sql npm package to construct large INSERT sql statements.
5+
This package had a vulnerability and is no longer updated, this change removes this package from flood-data's dependencies.
6+
7+
# Tickets
8+
9+
https://eaflood.atlassian.net/browse/FSR-965 -
10+
11+
# Deployment
12+
13+
Note: this will require the application role to be updated with:
14+
permission: lambda:invokeFunction
15+
on resource: arn:aws:lambda:*:${aws-account-id}:function:${stage}ldnlfw-*
16+
17+
* LFW_{STAGE}_MISC_JOBS/LFW_{STAGE}_99_DEPLOY_FLOOD_DATA_PIPELINE
18+
19+
Inform flood devs
20+
21+
Thanks.

0 commit comments

Comments
 (0)