Skip to content

Commit

Permalink
create release notes and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeGordon83 committed Jun 6, 2024
1 parent 334065f commit a064eea
Show file tree
Hide file tree
Showing 3 changed files with 26 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-data",
"version": "2.0.0",
"version": "2.1.0",
"description": "Serverless (AWS Lambda) project for flood data processing",
"engines": {
"node": "18.x"
Expand Down
23 changes: 23 additions & 0 deletions release-docs/release-2.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#flood-data release 2.1.0 - 11th June 2024

Creation of lambda function to use the DisplayTimeSeries property and various sonarcloud and dependency updates.

# Tickets

https://eaflood.atlassian.net/browse/FSR-1159 - Sonarcloud issues on Flood data

https://eaflood.atlassian.net/browse/FSR-1171 - Update dependencies in Flood data

https://eaflood.atlassian.net/browse/FSR-818 - Create lambda function to use the DisplayTimeSeries property from the IMTD API to populate the ffoi_station table

# Deployment

Note: this will require the application role to be updated with:
permission: lambda:invokeFunction
on resource: arn:aws:lambda:*:${aws-account-id}:function:${stage}ldnlfw-*

* LFW_{STAGE}_MISC_JOBS/LFW_{STAGE}_99_DEPLOY_FLOOD_DATA_PIPELINE

Inform flood devs

Thanks.

0 comments on commit a064eea

Please sign in to comment.