v1.16.3

getarcaneapp/arcanev1.16.3Mar 16, 2026by kmendell

AI Summary

Fixes Docker container creation logic, adds configurable security options for Trivy scans, and resolves issues with environment editing and Git repository syncing.

Key Highlights

  • Fix docker container creation on API 1.44 network attachment
  • Add configurable security options for Trivy scans
  • Allow configuring whether to prune Trivy cache
  • Fix unable to edit env when synced from git
  • Update compose schema detection to remove false positive secret detections

Full Release Notes


### Bug fixes

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

### Dependencies

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



**Full Changelog**: https://github.com/getarcaneapp/arcane/compare/v1.16.2...v1.16.3