Skip to content

Commit 904b75a

Browse files
Update Arcane to 1.17.4
Automated update from 1.16.4 to 1.17.4
1 parent 6bcbb27 commit 904b75a

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

arcane/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Version 1.17.4 (2026-04-16)
4+
5+
6+
### Bug fixes
7+
8+
* truncate long image refs in container table ([#2318](https://github.com/getarcaneapp/arcane/pull/2318) by `GiulioSavini`)
9+
* project icons not loading when used with yaml/env aliases ([#2324](https://github.com/getarcaneapp/arcane/pull/2324) by `kmendell`)
10+
* surface actual compose load error instead of generic 'no compose file found' ([#2326](https://github.com/getarcaneapp/arcane/pull/2326) by `mkaltner`)
11+
* project max depth not working for filesystem discovery ([#2325](https://github.com/getarcaneapp/arcane/pull/2325) by `kmendell`)
12+
* Locale selector background was inconsistent ([#2348](https://github.com/getarcaneapp/arcane/pull/2348) by `RJMurg`)
13+
* light mode contrast for container stats CPU/memory monitor ([#2344](https://github.com/getarcaneapp/arcane/pull/2344) by `GiulioSavini`)
14+
* keep project build context as container path so local builder can stat it ([#2346](https://github.com/getarcaneapp/arcane/pull/2346) by `GiulioSavini`)
15+
* preserve webhook URL query params
16+
17+
---
18+
19+
320
## Version 1.16.4 (2026-03-24)
421

522
### Bug fixes

arcane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILD_FROM
22
FROM $BUILD_FROM
33

44
# Build arguments for version
5-
ARG ARCANE_VERSION=1.16.4
5+
ARG ARCANE_VERSION=1.17.4
66

77
# Install requirements
88
# Upgrade first to resolve base image package version mismatches (e.g. libcrypto3/libssl3)

arcane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ Got questions or found a bug? Please open an issue on the GitHub repository.
8383

8484
## Version
8585

86-
Currently running Arcane 1.16.4
86+
Currently running Arcane 1.17.4

arcane/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ build_from:
22
aarch64: ghcr.io/hassio-addons/base:20.0.4
33
amd64: ghcr.io/hassio-addons/base:20.0.4
44
args:
5-
ARCANE_VERSION: 1.16.4
5+
ARCANE_VERSION: 1.17.4

arcane/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Arcane Docker Manager"
22
description: "Modern Docker management UI - lightweight alternative to Portainer"
3-
version: "1.16.4"
3+
version: "1.17.4"
44
slug: "arcane"
55
init: false
66
ingress: true

0 commit comments

Comments
 (0)