Skip to content

Commit 03015fd

Browse files
committed
v5.4.2
1 parent 650ebdf commit 03015fd

File tree

10 files changed

+17
-7
lines changed

10 files changed

+17
-7
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
*
22
*/
33

4-
!deployarr_v5.4.1.app
5-
!deployarr_v5.4.1-arm.app
4+
!deployarr_v5.4.2.app
5+
!deployarr_v5.4.2-arm.app
66

77
!.gitignore
88
!announcement

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<h3>Releases</h3>
22

3+
<h5>v5.4.2 - December 30, 2024</h5>
4+
<ul>
5+
<li>FIX: Icons of some apps were not being set on Deployarr Dashboard.</li>
6+
<li>FIX: qBittorrent VPN required manually adding stuff to configuration to allow initial login with admin/adminadmin.</li>
7+
<li>ENHANCEMENT: Modified internet connectivity check. Expert mode will allow overriding this step. </li>
8+
<li>ENHANCEMENT: Remove yq requirement. Implemented an alternate method to manage secrets in master docker compose file.</li>
9+
<li>ENHANCEMENT: More descriptive messages when requirements for a step are not met.</li>
10+
<li>A few other minor improvements.</li>
11+
</ul>
12+
313
<h5>v5.4.1 - December 24, 2024</h5>
414
<ul>
515
<li>ENHANCEMENT: Disabled ports in Authentik docker compose. Not needed. Was causing conflict with Portainer.</li>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ As Deployarr simplifies setup of several homelab apps, and not just Traefik, it
3535

3636
# Downloading and Running Deployarr
3737
```
38-
wget https://raw.githubusercontent.com/anandslab/deployarr/main/deployarr_v5.4.1.app
38+
wget https://raw.githubusercontent.com/anandslab/deployarr/main/deployarr_v5.4.2.app
3939
```
4040
```
41-
chmod +x deployarr_v5.4.1.app
41+
chmod +x deployarr_v5.4.2.app
4242
```
4343
```
44-
./deployarr_v5.4.1.app
44+
./deployarr_v5.4.2.app
4545
```
4646

4747
Use the <strong>-arm.app</strong> version of the file for Raspberry Pi.

announcement

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
\n\Z7 ANNOUNCEMENT: \Zn v5.4.1 out with support for 115 apps. See \Z5Changelog\Zn in \Z4About\Zn menu.\n
1+
\n\Z7 ANNOUNCEMENT: \Zn v5.4.2 out with support for 115 apps. See \Z5Changelog\Zn in \Z4About\Zn menu.\n

deployarr_v5.4.1-arm.app

-143 KB
Binary file not shown.

deployarr_v5.4.1.app

-89.1 KB
Binary file not shown.

deployarr_v5.4.2-arm.app

84.7 KB
Binary file not shown.

deployarr_v5.4.2.app

84.4 KB
Binary file not shown.
-17.3 KB
Loading

latest-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.1
1+
5.4.2

0 commit comments

Comments
 (0)