Skip to content

Releases: getarcaneapp/arcane

v1.16.4 (Hotfix)

23 Mar 21:38
v1.16.4
6a2de0c

Choose a tag to compare

Bug fixes

Full Changelog: v1.16.3...v1.16.4

v1.16.3

16 Mar 03:43
v1.16.3
3172f36

Choose a tag to compare

Bug fixes

  • docker container creation on api 1.44 attach primary network then remaining networks (#2053 by @kmendell)
  • add configurable security options for trivy scans (#2072 by @kmendell)
  • allow configuring whether to prune trivy cache or not (#2075 by @kmendell)
  • use configured DOCKER_HOST for trivy containers (#2076 by @kmendell)
  • add missing arcane labels for auto updater (#2079 by @kmendell)
  • unable to edit env when synced from git (#2069 by @kmendell)
  • image update inspection fallback to manual vs using mobys distribution inspect (#2080 by @kmendell)

Dependencies

  • bump charm.land/lipgloss/v2 from 2.0.0 to 2.0.2 in /cli (#2056 by @dependabot[bot])
  • bump github.com/nicholas-fedor/shoutrrr from 0.13.2 to 0.14.0 in /backend (#2057 by @dependabot[bot])
  • bump golang.org/x/text from 0.34.0 to 0.35.0 in /backend (#2058 by @dependabot[bot])
  • bump golang.org/x/mod from 0.33.0 to 0.34.0 in /backend (#2063 by @dependabot[bot])
  • bump charm.land/bubbletea/v2 from 2.0.1 to 2.0.2 in /cli (#2059 by @dependabot[bot])
  • bump golang.org/x/crypto from 0.48.0 to 0.49.0 in /backend (#2061 by @dependabot[bot])
  • bump golang.org/x/net from 0.51.0 to 0.52.0 in /backend (#2060 by @dependabot[bot])
  • bump github.com/getarcaneapp/arcane/types from 1.16.0 to 1.16.2 in /cli (#2054 by @dependabot[bot])
  • bump marocchino/sticky-pull-request-comment from 2 to 3 (#2055 by @dependabot[bot])
  • upgrade frontend deps(d83fb41 by @kmendell)
  • bump pnpm to v10.32.1(3b71e1b by @kmendell)
  • bump @react-email/components from 1.0.8 to 1.0.9 (#2064 by @dependabot[bot])

Full Changelog: v1.16.2...v1.16.3

v1.16.2

13 Mar 23:32
v1.16.2
2b72175

Choose a tag to compare

Bug fixes

  • forward and validate origin header in websocket tunnel (#2003 by @kmendell)
  • containers on user created networks not restarted when updated (#2006 by @kmendell)
  • avoid restoring offline environment on app init (#2011 by @timwedde)
  • incorrect volume mount in agent snippets (#2027 by @kmendell)
  • strip TE: trailers header to prevent false grpc requests (#2026 by @kmendell)
  • allow yaml merge syntax (#2033 by @kmendell)
  • dialogs in light mode showing too dark(8a29abc by @kmendell)
  • build workspace panels using incorrect colors(e46f445 by @kmendell)
  • analytics job managed interally without a fixed cron schedule (#2028 by @kmendell)
  • volume size usage not showing on docker api >1.52 (#2037 by @kmendell)
  • containers fail to start due to cgroup oci error (#2039 by @kmendell)
  • unable to create users with rfc compliant emails (#2038 by @kmendell)
  • incorrect ipv6 parsing on api responses (#2040 by @kmendell)
  • only allow deleting admins if more than one exists (#2041 by @kmendell)
  • use docker daemon backed trust store for registry operations (#2042 by @kmendell)
  • send all notifications from the manager, add environment info to notifications (#2046 by @kmendell)
  • containers grouped by projects split between pages (#2049 by @kmendell)
  • memory_unit json unmarshaling format error (#2051 by @kmendell)

Documentation

  • Update SECURITY.md to include AI submission guidelines (#2023 by @ben-kuhn)

Dependencies

Other

Full Changelog: v1.16.1...v1.16.2

v1.16.1

07 Mar 22:16
v1.16.1
1327836

Choose a tag to compare

Bug fixes

  • explicitly set docker api version based on daemon api version (#1964 by @kmendell)
  • dockerfile_inline builds not working from projects (#1965 by @kmendell)
  • allow rolling back migrations via ALLOW_DOWNGRADE env (#1966 by @kmendell)
  • allow remote git build contexts (#1968 by @kmendell)
  • env variables not resolving in volumes and labels (#1970 by @nargotik)
  • last used date not being updated for environment api keys(b1f3287 by @kmendell)

Dependencies

  • bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 in /backend (#1917 by @dependabot[bot])
  • update frontend dependencies(a261df8 by @kmendell)
  • bump docker/login-action from 3 to 4 (#1972 by @dependabot[bot])
  • bump docker/metadata-action from 5 to 6 (#1973 by @dependabot[bot])
  • bump github.com/shirou/gopsutil/v4 from 4.26.1 to 4.26.2 in /backend (#1976 by @dependabot[bot])
  • bump github.com/gin-gonic/gin from 1.11.0 to 1.12.0 in /backend (#1977 by @dependabot[bot])
  • bump google.golang.org/grpc from 1.79.1 to 1.79.2 in /backend (#1974 by @dependabot[bot])
  • bump charm.land/bubbletea/v2 from 2.0.0 to 2.0.1 in /cli (#1998 by @dependabot[bot])

Full Changelog: v1.16.0...v1.16.1

v1.16.0

06 Mar 05:22
v1.16.0
452cd02

Choose a tag to compare

New features

CLI - New features

  • implement missing cli commands (projects, jobs, containers, gitops) (#1946 by @james-crowley)

Bug fixes

Dependencies

Other

Full Changelog: v1.15.3...v1.16.0

v1.15.3

20 Feb 19:22
v1.15.3
3658a04

Choose a tag to compare

Bug fixes

  • use cpuset instead of cpusnano on synology devices (#1782 by @kmendell)
  • clear image update records by image ID not just repo/tag (#1809 by @kmendell)
  • clear update records by image ID and fail closed on used-image discovery errors (#1810 by @kmendell)
  • bound environment health sync concurrency and prevent overlapping runs (#1813 by @kmendell)
  • track active updates in status maps and bound error-event logging path (#1817 by @kmendell)
  • dont force pull images on project start and respect pull policy (#1820 by @kmendell)
  • registry syncing to environments not running on initially pairing (#1822 by @kmendell)
  • limit container create options based on docker api (#1823 by @kmendell)

Performance improvements

  • improve performance of image update, prune, and vuln actions (#1808 by @kmendell)
  • remove N+1 project service calls in used-image collection (#1811 by @kmendell)
  • reduce restart planning API calls by deferring container inspect (#1812 by @kmendell)
  • fetch vulnerability summaries only for paginated image results (#1814 by @kmendell)
  • replace nested usage enrichment loop with map lookup (#1815 by @kmendell)
  • prefilter list-all scans and inline ignored vuln filtering (#1816 by @kmendell)

Dependencies

  • bump github.com/getarcaneapp/arcane/types from 0.0.0-20260209233421-0952125a149f to 1.15.2 in /backend (#1800 by @dependabot[bot])
  • bump github.com/getarcaneapp/arcane/types from 1.15.0 to 1.15.2 in /cli (#1796 by @dependabot[bot])
  • bump golang.org/x/net from 0.49.0 to 0.50.0 in /backend (#1797 by @dependabot[bot])
  • bump github.com/lmittmann/tint from 1.1.2 to 1.1.3 in /backend (#1801 by @dependabot[bot])
  • bump github.com/mattn/go-runewidth from 0.0.19 to 0.0.20 in /cli (#1798 by @dependabot[bot])
  • bump github.com/danielgtaylor/huma/v2 from 2.35.0 to 2.36.0 in /backend (#1799 by @dependabot[bot])
  • bump svelte from 5.51.0 to 5.51.5 in the npm_and_yarn group across 1 directory (#1805 by @dependabot[bot])

Full Changelog: v1.15.2...v1.15.3

v1.15.2

18 Feb 06:01
v1.15.2
8f73e03

Choose a tag to compare

Bug fixes

Dependencies

Other

Full Changelog: v1.15.1...v1.15.2

v1.15.1

15 Feb 17:05
v1.15.1
ae5553d

Choose a tag to compare

Bug fixes

Dependencies

  • bump github.com/getarcaneapp/arcane/types from 0.0.0-20260110011808-8759100aa57c to 1.15.0 in /cli (#1740 by @dependabot[bot])
  • bump svelte from 5.50.0 to 5.51.0 (#1745 by @dependabot[bot])
  • bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 in /backend (#1734 by @dependabot[bot])
  • bump golang.org/x/text from 0.33.0 to 0.34.0 in /backend (#1738 by @dependabot[bot])
  • bump golang.org/x/crypto from 0.47.0 to 0.48.0 in /backend (#1735 by @dependabot[bot])
  • bump golang.org/x/mod from 0.32.0 to 0.33.0 in /backend (#1736 by @dependabot[bot])
  • bump github.com/samber/slog-gin from 1.20.1 to 1.21.0 in /backend (#1733 by @dependabot[bot])
  • bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.10 in /cli (#1737 by @dependabot[bot])
  • bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 in /cli (#1741 by @dependabot[bot])

Other

Full Changelog: v1.15.0...v1.15.1

v1.15.0

13 Feb 15:32
v1.15.0
376a9c4

Choose a tag to compare

New features

CLI - New features

Bug fixes

Dependencies

Other

Full Changelog: v1.14.1...v1.15.0

v1.14.1

02 Feb 01:30
v1.14.1
09c3aad

Choose a tag to compare

Bug fixes

Dependencies

Other

Full Changelog: v1.14.0...v1.14.1