Skip to content

Commit e15bfb1

Browse files
authored
Merge pull request #2312 from DEFRA/develop
SEMVER - MINOR: Release 1.67.0
2 parents 421a461 + ae93b4f commit e15bfb1

File tree

74 files changed

+882
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+882
-375
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install node
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: '20.19.5'
28+
node-version: '22.x'
2929
- name: Install NPM
3030
run: npm install -g npm@11.5.1
3131
- name: Install dependencies
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install node
6262
uses: actions/setup-node@v1
6363
with:
64-
node-version: '20.19.5'
64+
node-version: '22.x'
6565
- name: Install NPM
6666
run: npm install -g npm@11.5.1
6767
- name: Install dependencies

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11

22

3+
## v1.67.0-rc.5 (2026-02-17)
4+
5+
#### :rocket: Enhancement
6+
* `gafl-webapp-service`
7+
* [#2311](https://github.com/DEFRA/rod-licensing/pull/2311) Remove Welsh language feature toggle ([@lailien3](https://github.com/lailien3))
8+
9+
#### Committers: 1
10+
- laila aleissa ([@lailien3](https://github.com/lailien3))
11+
12+
## v1.67.0-rc.4 (2026-02-12)
13+
14+
#### :rocket: Enhancement
15+
* `gafl-webapp-service`
16+
* [#2307](https://github.com/DEFRA/rod-licensing/pull/2307) Remove RCP feature flag ([@jaucourt](https://github.com/jaucourt))
17+
18+
#### Committers: 1
19+
- Phil Benson ([@jaucourt](https://github.com/jaucourt))
20+
21+
## v1.67.0-rc.3 (2026-02-10)
22+
23+
#### :rocket: Enhancement
24+
* `connectors-lib`, `gafl-webapp-service`, `sales-api-service`
25+
* [#2306](https://github.com/DEFRA/rod-licensing/pull/2306) GAFL:Dev - Cancellation journey page 3 functionality ([@gkoos](https://github.com/gkoos))
26+
27+
#### Committers: 1
28+
- Gabor Koos ([@gkoos](https://github.com/gkoos))
29+
30+
## v1.67.0-rc.2 (2026-02-09)
31+
32+
#### :bug: Bug Fix
33+
* `gafl-webapp-service`
34+
* [#2303](https://github.com/DEFRA/rod-licensing/pull/2303) GAFL: RCP cancellation and renewal journey "back" link not working on static pages ([@gkoos](https://github.com/gkoos))
35+
36+
#### Committers: 1
37+
- Gabor Koos ([@gkoos](https://github.com/gkoos))
38+
39+
## v1.67.0-rc.1 (2026-02-03)
40+
41+
#### :bug: Bug Fix
42+
* `gafl-webapp-service`
43+
* [#2305](https://github.com/DEFRA/rod-licensing/pull/2305) GAFL: Dev – incorrect statement in RCP T&C page ([@gkoos](https://github.com/gkoos))
44+
45+
#### Committers: 1
46+
- Gabor Koos ([@gkoos](https://github.com/gkoos))
47+
48+
## v1.67.0-rc.0 (2026-01-29)
49+
50+
#### :rocket: Enhancement
51+
* `gafl-webapp-service`
52+
* [#2304](https://github.com/DEFRA/rod-licensing/pull/2304) GAFL:Dev - Remove information banner from fullfilment page ([@gkoos](https://github.com/gkoos))
53+
54+
#### Committers: 1
55+
- Gabor Koos ([@gkoos](https://github.com/gkoos))
56+
57+
358

459

560
## v1.65.0-rc.23 (2026-01-21)

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################################################################################
22
# Create an image suitable to act as the base image for all fish services
33
########################################################################################
4-
FROM node:20.19.2-alpine
4+
FROM node:22.22.0-alpine
55

66
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
77
ENV PATH=$PATH:/home/node/.npm-global/bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Mono-repo for the rod licensing digital services.
2323

2424
## Prerequisites
2525

26-
- Node v18.x
26+
- Node v22.x
2727
- Docker v18.06.0+
2828

2929
## Cloning

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- Node v14+ (to execute npm helper scripts only)
5+
- Node v22+ (to execute npm helper scripts only)
66
- Docker v18.06.0+ (to run the docker services)
77

88
You'll also need to initialise a local docker swarm before you can run the infrastructure or services locally. To do so, run the following

docker/env/gafl_webapp.env.example

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,11 @@ DEBUG=webapp:*
3030
# ANALYTICS_PRIMARY_PROPERTY=G-DJMSHRPMW8 // this is the non-prod tracking update as required
3131
# GTM_CONTAINER_ID=GTM-ABC1234
3232

33-
# Welsh language feature switch
34-
SHOW_WELSH_CONTENT=true
35-
3633
# Error handler feature switch
3734
ERROR_PAGE_ROUTE=false
3835

3936
# Log Analytics switch
4037
ENABLE_ANALYTICS_OPT_IN_DEBUGGING=true
4138

42-
# Notification banner switch
43-
SHOW_NOTIFICATION_BANNER=true
44-
4539
# Recurring payments content
46-
SHOW_RECURRING_PAYMENTS=true
47-
SHOW_CANCELLATION_JOURNEY=true
40+
SHOW_CANCELLATION_JOURNEY=true

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.66.0",
5+
"version": "1.67.0-rc.6",
66
"npmClient": "npm",
77
"publishConfig": {
88
"registry": "http://registry.npmjs.org/"

package-lock.json

Lines changed: 35 additions & 35 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
@@ -4,7 +4,7 @@
44
"description": "rod licensing digital services",
55
"private": true,
66
"engines": {
7-
"node": ">=20"
7+
"node": ">=22"
88
},
99
"keywords": [
1010
"rod",

packages/business-rules-lib/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.

0 commit comments

Comments
 (0)