Releases: ofkm/arcane
Releases · ofkm/arcane
v0.9.1
v0.9.0
Features
- add dark / light mode toggle (f24cae1)
- add logged in users name in sidebar (e86659b)
- image maturity indicator and image update indicators (#181) (2eff068)
- oidc login support (#172) (43609a8)
Bug Fixes
- container logs duplicated and not formatted correctly (5aa5f04)
- duplicated service badge links on stack start (aca8932)
- selectedIds persisting after api call is returned (0c01485)
- sort images and containers but uptime and size (05cc599)
- stacks not deploying if a health check is defined (664f330)
- truncate long images names on dashboard table (87556c9)
- UI consistency and layout updates (#185) (1b85225)
- use svg icon over png (da5a591)
v0.8.0
v0.7.1
v0.7.0
Features
Bug Fixes
- container logs not streaming from server (#138) (e5d9903)
- container stats not live updating (#139) (d4f773c)
- onboarding errors and protections (#142) (bceb0ec)
- redirect to list view after removing a container or stack (0fa0f03)
- remove stack name link when its external (7499aee)
- use data in relative path for base directory (7f8dd2c)
v0.6.0
v0.5.0
Important
This updated includes two new ENV variables. One of which is required for Arcane to start:
REQUIRED: PUBLIC_SESSION_SECRET=your-secure-random-32-character-string-here # Generate using: openssl rand -base64 32
OPTIONAL: PUBLIC_ALLOW_INSECURE_COOKIES=true # Only should be used for local HTTP testing without SSL/TLS
Features
- add confirmation dialog before stopping all running containers (1a696c0)
Bug Fixes
v0.4.1
v0.4.0
v0.3.0
Features
- add container resource card (37ec736)
- add create container logic (#53) (23b6e86)
- add in-use/unused badge on volumes and images (75ea68b)
- mass-delete images, volumes, and networks (#69) (b56303e)
- settings page overhaul (#48) (f5ac649)
Bug Fixes
- add api endpoints for stacks and container actions (#73) (6844e35)
- add link to container details in table column (72bd842)
- custom badge colors and look (a1e59bd)
- disable checkbox if stack is external (93884eb)
- image pulling not repecting user defined tag (41af290)
- remove badges on detail pages (1da4c79)
- remove badges on detail pages (4404bd2)
- remove docker connected label from sidebar (13d9060)
- restore yaml editor functionality (f0484ec)
- show docker engine version in card (8e5fc5b)
- show total image size in dashboard card (9e4749c)
- stacks not saving on edit (ba13d7b)
- unused badge color and layout (67e5bc5)
- use new status badge instead of custom-badge (90303a6)