Update arcane to version v1.14.1 (#4625)
This commit is contained in:
parent
228ca4bc3d
commit
a485fdc1d1
@ -27,7 +27,7 @@ services:
|
||||
- ${APP_DATA_DIR}/data/docker:/data
|
||||
|
||||
arcane:
|
||||
image: ghcr.io/getarcaneapp/arcane:v1.13.2@sha256:1d38f9ab22d8f41bd8235b2692ba92442a7ce34eb2bc78c5ba06afa0868a097e
|
||||
image: ghcr.io/getarcaneapp/arcane:v1.14.1@sha256:72dde8379dd8f32cfd3f81198823ce913179ba426295bd4637a1f6c0637b5422
|
||||
depends_on:
|
||||
- docker
|
||||
restart: on-failure
|
||||
|
||||
7
arcane/hooks/pre-start
Executable file
7
arcane/hooks/pre-start
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
APP_DATA_DIR="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/..)/data"
|
||||
|
||||
# Remove stale docker.pid file that can cause issues after power outages or crashes
|
||||
rm -f "${APP_DATA_DIR}/docker/docker.pid"
|
||||
@ -1,8 +1,8 @@
|
||||
manifestVersion: 1
|
||||
manifestVersion: 1.1
|
||||
id: arcane
|
||||
category: developer
|
||||
name: Arcane
|
||||
version: "1.13.2"
|
||||
version: "1.14.1"
|
||||
tagline: An easy and modern Docker management platform
|
||||
description: >-
|
||||
⚠️ Make sure to only use named Docker volumes for your containers and projects. Data in bind-mounted volumes will be lost when the Arcane app is restarted or updated.
|
||||
@ -48,19 +48,24 @@ path: ""
|
||||
defaultUsername: "arcane"
|
||||
defaultPassword: "arcane-admin"
|
||||
releaseNotes: >-
|
||||
⚠️ This update patches critical security vulnerabilities. We recommend upgrading to this version immediately.
|
||||
|
||||
|
||||
Key highlights in this release include:
|
||||
- Ability to resize editor panels horizontally
|
||||
- Support for HTTP and HTTPS proxy environment variables
|
||||
- Glass UI is now the default theme
|
||||
- Volume browsing and backups
|
||||
- AMD GPU monitoring support
|
||||
- Pushover and Gotfy notification providers
|
||||
- Keyboard shortcuts for easier navigation
|
||||
- Custom labels for icons and URLs
|
||||
- Job schedules page improvements
|
||||
|
||||
|
||||
Bug fixes and improvements:
|
||||
- Fixed security issue with environment proxying
|
||||
- Fixed generic webhooks not allowing ports
|
||||
- Fixed logo color not applying on refreshes
|
||||
- Improved port badge color for better visibility
|
||||
- Fixed duplicated logs when refreshing log viewer
|
||||
- Fixed keyboard shortcuts for non-QWERTY layouts
|
||||
- Fixed incorrect backgrounds on light mode elements
|
||||
- Fixed container exec sessions not being cleaned up properly
|
||||
- Fixed memory count discrepancies
|
||||
- Fixes issue where the Docker daemon would not start after a power outage or crash
|
||||
- Improved alignment of view options dropdown
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/getarcaneapp/arcane/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user