Skip to content

Commit 0ef2c7d

Browse files
Merge pull request #6572 from Countly/master-v25.03.16-into-next
Master v25.03.16 into next
2 parents 6d408c3 + f7c8581 commit 0ef2c7d

File tree

7 files changed

+52
-42
lines changed

7 files changed

+52
-42
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Log in to Docker Hub
51-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
51+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo ${{ steps.vars.outputs.tag }}
2727
2828
- name: Log in to Docker Hub
29-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
29+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -57,7 +57,7 @@ jobs:
5757
echo ${{ steps.vars.outputs.tag }}
5858
5959
- name: Log in to Docker Hub
60-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
60+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USERNAME }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
echo ${{ steps.vars.outputs.tag }}
8989
9090
- name: Log in to Docker Hub
91-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
91+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
9292
with:
9393
username: ${{ secrets.DOCKERHUB_USERNAME }}
9494
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
119119
echo ${{ steps.vars.outputs.tag }}
120120
121121
- name: Log in to Docker Hub
122-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
122+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
123123
with:
124124
username: ${{ secrets.DOCKERHUB_USERNAME }}
125125
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release_notice.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: slackapi/[email protected]
1818
with:
1919
# This data can be any valid JSON from a previous step in the GitHub Action
20+
webhook: ${{ secrets.SLACK_RELEASE }}
21+
webhook-type: incoming-webhook
2022
payload: |
2123
{
2224
"repository": "${{ github.repository }}",

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22
Dependencies:
33
- Remove SQLite
44

5+
## Version 25.03.16
6+
Enterprise Fixes:
7+
- [journeys] Fix for skip threshold check in concurrent requests
8+
- [journeys] Prevent showing journey builder when viewing journey list page
9+
10+
Dependencies:
11+
- Bump get-random-values from 3.0.0 to 4.0.0
12+
- Bump puppeteer from 24.16.1 to 24.16.2
513

614
## Version 25.03.15
715
Enterprise Fixes:
816
- [cohorts] Unescape segmentation properties options to prevent duplicated values
917
- [ldap] Connection timeout values are added to LDAP config
1018

1119
## Version 25.03.14
12-
1320
Fixes:
1421
- [dashboard] Localized missing string in the dashboard
1522
- [localization] Added French translations
@@ -21,7 +28,7 @@ Dependencies:
2128
- Bump eslint-plugin-vue from 10.3.0 to 10.4.0
2229
- Bump fs-extra from 11.3.0 to 11.3.1
2330
- Bump lint-staged from 16.1.2 to 16.1.4
24-
- Bump puppeteer from 24.15.0 to 24.16.0
31+
- Bump puppeteer from 24.15.0 to 24.16.1
2532
- Bump sass from 1.89.2 to 1.90.0
2633
- Bump typescript from 5.8.3 to 5.9.2
2734

frontend/express/public/stylesheets/styles/manifest2.css

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

package-lock.json

Lines changed: 34 additions & 34 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
@@ -65,7 +65,7 @@
6565
"formidable": "2.1.3",
6666
"fs-extra": "11.3.1",
6767
"geoip-lite": "1.4.10",
68-
"get-random-values": "^3.0.0",
68+
"get-random-values": "^4.0.0",
6969
"grunt": "1.6.1",
7070
"grunt-cli": "1.5.0",
7171
"grunt-contrib-concat": "2.1.0",

0 commit comments

Comments
 (0)