Skip to content

Releases: ofkm/arcane

v0.9.1

15 May 00:59
b346088
Compare
Choose a tag to compare

Bug Fixes

  • settings not loading values from json file (ad65e80)
  • volumes cant be deleted from volume details page (76bc5b8)

v0.9.0

14 May 19:24
fc6d8a1
Compare
Choose a tag to compare

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

12 May 13:08
d6101ef
Compare
Choose a tag to compare

Features

  • private docker registries (#162) (cfeffd2)
  • remove delete button from actions dropdown menu for bulk removing (#169) (cc15fae)
  • used/unused filtering for images and volumes (#170) (451abf8)

Bug Fixes

  • dockerhost from settings not being respected (#171) (258c3f8)
  • importing stacks if files are in the data/stacks directory (#161) (9bfb479)
  • remove id columns from dashboard tables (a414cbb)
  • use uid/gid 2000 in container (#156) (bae85ae)

v0.7.1

10 May 02:14
43cc54e
Compare
Choose a tag to compare

Bug Fixes

  • compose stacks not starting from the stack directory (7090c4e)
  • container permissions and removed the need for DOCKER_GID (dde20c0)
  • show error messages in toasts (#148) (c5d6b90)

v0.7.0

09 May 02:22
62cf654
Compare
Choose a tag to compare

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

06 May 20:29
63dd45b
Compare
Choose a tag to compare

Features

Bug Fixes

  • password policy not able to be saved (976cd83)
  • remove ping group and iputils from container so GID 999 is available (4a9e619)
  • user creation button not showing loading state (d79b2ff)

v0.5.0

06 May 12:49
e0d3544
Compare
Choose a tag to compare

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

  • loading states on action buttons not reflecting status (8305078)
  • session cookie not being created on http sites (#112) (0ef6073)
  • use correct cursor on all buttons (50d4211)

v0.4.1

05 May 17:29
514a0cd
Compare
Choose a tag to compare

Bug Fixes

  • adjust ownership handling in entrypoint script (a3ec54a)

v0.4.0

05 May 04:46
b91fa93
Compare
Choose a tag to compare

Features

Bug Fixes

  • container table showing when no containers found (4f63742)
  • disable autofill for input fields (c7ff1c0)
  • make sure data is watched by effect (cd89d48)
  • set default restart policy to unless-stopped (4c578e4)
  • show ipvaln/macvlan ip address on details page (77495da)
  • use for watching containers (e99ec10)

v0.3.0

27 Apr 20:04
30cc5c2
Compare
Choose a tag to compare

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)