Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/docs/changelog.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const changelogData = [
{ date: '2026-01-22', version: 'v4.10.15'},
{ date: '2025-12-18', version: 'v4.10.14'},
{ date: '2025-11-20', version: 'v4.10.13'},
{ date: '2025-10-27', version: 'v4.10.12'},
Expand Down
2 changes: 1 addition & 1 deletion src/components/public/version.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const LatestVersion = 'v4.10.14'
const LatestVersion = 'v4.10.15'

export default LatestVersion
6 changes: 3 additions & 3 deletions src/pages/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Download the JumpServer Enterprise offline installation package.
<div>
Replace the download link and run the following command to download the offline installation package.
```sh
cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.14-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.14-x86_64.tar.gz"
cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.15-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.15-x86_64.tar.gz"
```
<Alert type="note">
Replace `{username}` and `{password}` with the actual username and password provided by the support team.
Expand All @@ -122,14 +122,14 @@ Download the JumpServer Enterprise offline installation package.
<div>
Extract the offline installation package.
```sh
tar -zxvf jumpserver-ee-v4.10.14-x86_64.tar.gz
tar -zxvf jumpserver-ee-v4.10.15-x86_64.tar.gz
```
</div>

<div>
Change to the extracted directory.
```sh
cd jumpserver-ee-v4.10.14-x86_64
cd jumpserver-ee-v4.10.15-x86_64
```
</div>

Expand Down
12 changes: 6 additions & 6 deletions src/pages/docs/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ Change to the `/opt` directory.
<div>
Download the latest installation package.
```sh
wget https://github.com/jumpserver/installer/releases/download/v4.10.14/jumpserver-installer-v4.10.14.tar.gz
wget https://github.com/jumpserver/installer/releases/download/v4.10.15/jumpserver-installer-v4.10.15.tar.gz
```
</div>

<div>
Extract the installation package.
```sh
tar -zxvf jumpserver-installer-v4.10.14.tar.gz
tar -zxvf jumpserver-installer-v4.10.15.tar.gz
```
</div>

<div>
Change to the extracted directory.
```sh
cd jumpserver-installer-v4.10.14
cd jumpserver-installer-v4.10.15
```
</div>

Expand Down Expand Up @@ -115,7 +115,7 @@ Download the JumpServer Enterprise offline installation package.
<div>
Replace the download link and run the following command to download the offline installation package.
```sh
cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.14-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.14-x86_64.tar.gz"
cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.15-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.15-x86_64.tar.gz"
```
<Alert type="note">
Replace `{username}` and `{password}` with the actual username and password provided by the support team.
Expand All @@ -129,14 +129,14 @@ Download the JumpServer Enterprise offline installation package.
<div>
Extract the installation package.
```sh
tar -zxvf jumpserver-ee-v4.10.14-x86_64.tar.gz
tar -zxvf jumpserver-ee-v4.10.15-x86_64.tar.gz
```
</div>

<div>
Change to the extracted directory.
```sh
cd jumpserver-ee-v4.10.14-x86_64
cd jumpserver-ee-v4.10.15-x86_64
```
</div>

Expand Down