File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 - name : Checking out git repo
1111 uses : actions/checkout@v4
1212
13- - name : Use Node.js 18.19
14- uses : actions/setup-node@v2
13+ - name : Use Node.js from .nvmrc
14+ uses : actions/setup-node@v4
1515 with :
16- node-version : ' 18.19 '
17- cache : ' npm '
16+ node-version-file : .nvmrc
17+ cache : ' yarn '
1818
1919 - name : Runs dependency installation
2020 run : yarn
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.4
4+
5+ ### Bug fixes
6+
7+ - Query the location tree directly from the config service to improve performance for large datasets
8+
39## 1.6.3
410
511### Breaking changes
Original file line number Diff line number Diff line change @@ -887,6 +887,7 @@ services:
887887 - APN_SERVICE_URL=http://apm-server:8200
888888 - CERT_PUBLIC_KEY_PATH=/run/secrets/jwt-public-key.{{ts}}
889889 - MONGO_URL=mongodb://config:${CONFIG_MONGODB_PASSWORD}@mongo1/application-config?replicaSet=rs0
890+ - HEARTH_MONGO_URL=mongodb://hearth:${HEARTH_MONGODB_PASSWORD}@mongo1/hearth-dev?replicaSet=rs0
890891 - LOGIN_URL=https://login.{{hostname}}
891892 - CLIENT_APP_URL=https://register.{{hostname}}
892893 - DOMAIN={{hostname}}
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ services:
8585 - NODE_ENV=production
8686 - SENTRY_DSN=${SENTRY_DSN:-}
8787 - MONGO_URL=mongodb://config:${CONFIG_MONGODB_PASSWORD}@mongo1/application-config?replicaSet=rs0
88+ - HEARTH_MONGO_URL=mongodb://hearth:${HEARTH_MONGODB_PASSWORD}@mongo1/hearth-dev?replicaSet=rs0
8889 - DISABLE_RATE_LIMIT=true
8990 deploy :
9091 replicas : 1
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/countryconfig" ,
3- "version" : " 1.6.3 " ,
3+ "version" : " 1.6.4 " ,
44 "description" : " OpenCRVS country configuration for reference data" ,
55 "os" : [
66 " darwin" ,
You can’t perform that action at this time.
0 commit comments