Skip to content

Commit 8369d32

Browse files
committed
perf: update client
1 parent 9f94c2c commit 8369d32

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/check-deps-versions.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: '0 1 * * *'
3+
- cron: "0 1 * * *"
44
push:
55
branches:
66
- dev
@@ -40,7 +40,7 @@ jobs:
4040
echo "Branch does not exist, will create new one."
4141
echo "branch_exists=false" >> $GITHUB_ENV
4242
fi
43-
43+
4444
- name: Checkout existing branch or create new one
4545
run: |
4646
if [ "$branch_exists" == "true" ]; then
@@ -54,12 +54,6 @@ jobs:
5454
version=$(curl -s https://api.github.com/repos/jumpserver/clients/releases/latest | jq -r .tag_name)
5555
sed -i "s/Client_VERSION=.*/Client_VERSION=${version}/g" versions.txt
5656
57-
- name: Check player version
58-
run: |
59-
version=$(curl -s https://api.github.com/repos/jumpserver/VideoPlayer/releases/latest | jq -r .tag_name | sed 's/v//')
60-
echo "version=${version}" >> $GITHUB_ENV
61-
sed -i "s/VIDEO_PLAYER_VERSION=.*/VIDEO_PLAYER_VERSION=${version}/g" versions.txt
62-
6357
- name: Check tinker version
6458
run: |
6559
version=$(curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/jumpserver/tinker/releases/latest | jq -r .tag_name)

prepare.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ wget ${DOWNLOAD_URL}/public/Tinker_Installer_${TINKER_VERSION}.exe
3434
mkdir -p ${DOWNLOAD_DIR}/public
3535
cd ${DOWNLOAD_DIR}/public || exit 1
3636
# wget ${DOWNLOAD_URL}/public/Microsoft_Remote_Desktop_${MRD_VERSION}_installer.pkg
37-
# wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.dmg
38-
# wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.exe
3937
wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION}p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION}.msi
4038

4139
clients=(

versions.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ OPENSSH_VERSION=v9.4.0.0
1111
MONGOSH_VERSION=2.2.12
1212
TINKER_VERSION=v0.2.3
1313

14-
VIDEO_PLAYER_VERSION=0.5.2
15-
CLIENT_VERSION=4.1.3
16-
CLIENT_NAME=OSM
14+
CLIENT_VERSION=4.1.5
15+
CLIENT_NAME=JumpServer

0 commit comments

Comments
 (0)