Skip to content

Commit

Permalink
Merge pull request #5 from DEFRA/rc-1.1.0
Browse files Browse the repository at this point in the history
Release candidate 1.1.0
  • Loading branch information
teddmason authored Oct 28, 2020
2 parents 1853699 + c962b5f commit 83ce4b5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
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": "1.0.0",
"version": "1.1.0",
"description": "Serverless (AWS Lambda) project for flood data processing",
"engines": {
"node": "12.x"
Expand Down
35 changes: 35 additions & 0 deletions release-docs/release-1.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#Beta (service refresh) flood-data release 1.1.0 - 28 October 2020

This is to deploy updated processing of negative river levels.

Note 1: that data processing AWS lambda functions for beta have diverged from those
on live and a decision was taken to create a new repo for the beta app. This
repo is https://github.com/DEFRA/flood-data and was created from the alpha
branch of https://github.com/DEFRA/lfw-data. This will require some changes to
the beta deployment pipeline.
Note 2: release 3.3.0 of the flood app should be deployed before this release is
deployed.

# Tickets
https://eaflood.atlassian.net/browse/FIS-673

# Deployment pipeline updates

Pipeline name: PRODUCTION/LFW_PRDG_MISC_JOBS/LFW_PRDG_99_DEPLOY_LFW_DATA_PIPELINE

Actions:
* Rename pipeline to:
* PRODUCTION/LFW_PRDG_MISC_JOBS/LFW_PRDG_99_DEPLOY_FLOOD_DATA_PIPELINE
* Properties Content Changes:
* APP_REPO_URL=https://github.com/DEFRA/flood-data
* APP_REPO_BRANCH=master
* APP_REPO_DIRECTORY=flood-data

# Deployment

Please run a full code build
Execute: PRODUCTION/LFW_PRDG_MISC_JOBS/LFW_PRDG_99_DEPLOY_FLOOD_DATA_PIPELINE

Inform flood devs

Thanks.

0 comments on commit 83ce4b5

Please sign in to comment.