Skip to content

Commit d2644d6

Browse files
committed
Merge remote-tracking branch 'origin/master' into codex/merge-master-into-next-20260416
# Conflicts: # Dockerfile-centos-api # package-lock.json
2 parents 303f22f + c9c4322 commit d2644d6

28 files changed

Lines changed: 744 additions & 13338 deletions

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
uses: actions/checkout@v6
4949

5050
- name: Log in to Docker Hub
51-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
51+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}
5555

5656
- name: Build and push Docker image
57-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
57+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
5858
with:
5959
push: true
6060
file: ./Dockerfile-core

.github/workflows/docker-image.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
echo ${{ steps.vars.outputs.tag }}
2727
2828
- name: Log in to Docker Hub
29-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
29+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333

3434
- name: Build and push Docker image
35-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
35+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
3636
with:
3737
context: .
3838
push: true
@@ -57,13 +57,13 @@ jobs:
5757
echo ${{ steps.vars.outputs.tag }}
5858
5959
- name: Log in to Docker Hub
60-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
60+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USERNAME }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
6464

6565
- name: Build and push Docker image
66-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
66+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
6767
with:
6868
push: true
6969
file: ./Dockerfile-api
@@ -88,13 +88,13 @@ jobs:
8888
echo ${{ steps.vars.outputs.tag }}
8989
9090
- name: Log in to Docker Hub
91-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
91+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
9292
with:
9393
username: ${{ secrets.DOCKERHUB_USERNAME }}
9494
password: ${{ secrets.DOCKERHUB_TOKEN }}
9595

9696
- name: Build and push Docker image
97-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
97+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
9898
with:
9999
push: true
100100
file: ./Dockerfile-frontend
@@ -119,13 +119,13 @@ jobs:
119119
echo ${{ steps.vars.outputs.tag }}
120120
121121
- name: Log in to Docker Hub
122-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
122+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
123123
with:
124124
username: ${{ secrets.DOCKERHUB_USERNAME }}
125125
password: ${{ secrets.DOCKERHUB_TOKEN }}
126126

127127
- name: Build and push Docker image
128-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
128+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
129129
with:
130130
push: true
131131
file: ./Dockerfile-core

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
## Version 25.03.X
2+
Enterprise Fixes:
3+
- [flow] Optimize timeline period query
4+
5+
Dependencies:
6+
- Bump follow-redirects from 1.15.11 to 1.16.0
7+
- Bump get-random-values from 4.1.1 to 4.1.2
8+
- Revert @vitejs/plugin-legacy from 8.0.1 to 7.2.1
9+
10+
## Version 25.03.42
211
Fixes:
12+
- [alerts] Fixed alert jobs using system's timezone instead of application's
313
- [core] Fixed duplicate conditional in form field template
414

15+
Enterprise Fixes:
16+
- [data-manager] Fix notification message after editing user property
17+
- [white-labeling] Update newsletter setting description
18+
19+
Dependencies:
20+
- Bump @vitejs/plugin-legacy from 7.2.1 to 8.0.1
21+
- Bump ejs from 5.0.1 to 5.0.2
22+
- Bump node-forge from 1.3.3 to 1.4.0 in /plugins/push
23+
524
## Version 25.03.41
625
Fixes:
726
- [push] Fix: Cannot create a push notification when configuration _id is a string
@@ -10,6 +29,26 @@ Fixes:
1029
Enterprise Fixes:
1130
- [journeys] Fix: prevent users entered stat to minus value for race conditions
1231
- [surveys] Fixed widget asset path with subdirectory
32+
- [journey-engin] Added new image handling mechanism for modal and half-modal content blocks
33+
34+
Dependencies:
35+
- Bump axios from 1.13.5 to 1.15.0
36+
- Bump basic-ftp from 5.2.0 to 5.2.1
37+
- Bump brace-expansion from 1.1.12 to 1.1.13
38+
- Bump brace-expansion from 2.0.2 to 2.0.3 in /plugins/hooks
39+
- Bump cypress from 15.13.0 to 15.13.1 in /ui-tests
40+
- Bump docker/login-action from 4.0.0 to 4.1.0 in the actions group
41+
- Bump file-type and jimp
42+
- Bump lodash from 4.17.23 to 4.18.1
43+
- Bump nodemailer from 8.0.2 to 8.0.5
44+
- Bump path-to-regexp from 0.1.12 to 0.1.13
45+
- Bump pdfjs-dist from 5.5.207 to 5.6.205 in /ui-tests
46+
- Bump picomatch from 4.0.3 to 4.0.4
47+
- Bump rate-limiter-flexible from 9.1.1 to 11.0.0
48+
- Bump sass from 1.98.0 to 1.99.0
49+
- Bump sass-embedded from 1.98.0 to 1.99.0
50+
- Bump swiper from 12.1.2 to 12.1.3
51+
- Bump vite from 7.3.1 to 7.3.2
1352

1453
## Version 25.03.40
1554
Fixes:

bin/countly.install_rhel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ if [[ "$CENTOS_MAJOR" = "9" ]]; then
5353
else
5454
curl -L -O -J "https://box.tools.count.ly/public.php/dav/files/Wj8opzNdyE5DyDX/?accept=zip"
5555
sudo yum install -y raven-release.el8.noarch.rpm
56-
sudo yum install -y ipa-gothic-fonts
5756
fi
5857

5958
#Install dependancies required by the puppeteer

bin/scripts/device_list/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)