Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/release-4.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# CAP-XML Release 4.1.0 - Thursday, 18/06/2026

## Information
Minor release 4.1.0

Including
- Node v24 update
- Fortigate deployment

## Branches

The branches for this release are rc-4.1.0 for cap-xml (https://github.com/DEFRA/cap-xml/tree/rc-4.1.0)

## Tickets

Tickets linked to the release in Jira: [https://eaflood.atlassian.net/projects/NI/versions/37344/tab/release-report-all-issues](https://eaflood.atlassian.net/projects/NI/versions/37344/tab/release-report-all-issues)

## Instructions

Special (please note, order and detail may differ from actual process, leave to ccoe):

- Deploy Fortigate settings for production cpx environment, ensuring that the meteoalarm api is whitelisted as per work on development/test environments

- Merge/Update terraform scripts to set lambda node version to 24.x

CCOE Deployment steps:
- Deploy _02_DEPLOY_API_LAMBDA - MODULE_DEPLOY=lambda and use branch rc-4.1.0 for cap-xml repository


Confirm deployment with the flood dev and test team.

2 changes: 1 addition & 1 deletion 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": "cap-xml",
"version": "4.0.1",
"version": "4.1.0",
"description": "CAP XML service",
"engines": {
"node": "24.x"
Expand Down
Loading