Skip to content

Commit 3658a04

Browse files
committed
release: 1.15.3
1 parent 2037207 commit 3658a04

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

.arcane.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.15.2",
3-
"revision": "0efdd8033ec9ce6a6a6c361032e182a5e123e729"
2+
"version": "1.15.3",
3+
"revision": "20372071a931cce467acad18093d563e02c418e5"
44
}

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## v1.15.3
2+
3+
### Bug fixes
4+
5+
* use cpuset instead of cpusnano on synology devices ([#1782](https://github.com/getarcaneapp/arcane/pull/1782) by @kmendell)
6+
* clear image update records by image ID not just repo/tag ([#1809](https://github.com/getarcaneapp/arcane/pull/1809) by @kmendell)
7+
* clear update records by image ID and fail closed on used-image discovery errors ([#1810](https://github.com/getarcaneapp/arcane/pull/1810) by @kmendell)
8+
* bound environment health sync concurrency and prevent overlapping runs ([#1813](https://github.com/getarcaneapp/arcane/pull/1813) by @kmendell)
9+
* track active updates in status maps and bound error-event logging path ([#1817](https://github.com/getarcaneapp/arcane/pull/1817) by @kmendell)
10+
* dont force pull images on project start and respect pull policy ([#1820](https://github.com/getarcaneapp/arcane/pull/1820) by @kmendell)
11+
* registry syncing to environments not running on initially pairing ([#1822](https://github.com/getarcaneapp/arcane/pull/1822) by @kmendell)
12+
* limit container create options based on docker api ([#1823](https://github.com/getarcaneapp/arcane/pull/1823) by @kmendell)
13+
14+
### Performance improvements
15+
16+
* improve performance of image update, prune, and vuln actions ([#1808](https://github.com/getarcaneapp/arcane/pull/1808) by @kmendell)
17+
* remove N+1 project service calls in used-image collection ([#1811](https://github.com/getarcaneapp/arcane/pull/1811) by @kmendell)
18+
* reduce restart planning API calls by deferring container inspect ([#1812](https://github.com/getarcaneapp/arcane/pull/1812) by @kmendell)
19+
* fetch vulnerability summaries only for paginated image results ([#1814](https://github.com/getarcaneapp/arcane/pull/1814) by @kmendell)
20+
* replace nested usage enrichment loop with map lookup ([#1815](https://github.com/getarcaneapp/arcane/pull/1815) by @kmendell)
21+
* prefilter list-all scans and inline ignored vuln filtering ([#1816](https://github.com/getarcaneapp/arcane/pull/1816) by @kmendell)
22+
23+
### Dependencies
24+
25+
* bump github.com/getarcaneapp/arcane/types from 0.0.0-20260209233421-0952125a149f to 1.15.2 in /backend ([#1800](https://github.com/getarcaneapp/arcane/pull/1800) by @dependabot[bot])
26+
* bump github.com/getarcaneapp/arcane/types from 1.15.0 to 1.15.2 in /cli ([#1796](https://github.com/getarcaneapp/arcane/pull/1796) by @dependabot[bot])
27+
* bump golang.org/x/net from 0.49.0 to 0.50.0 in /backend ([#1797](https://github.com/getarcaneapp/arcane/pull/1797) by @dependabot[bot])
28+
* bump github.com/lmittmann/tint from 1.1.2 to 1.1.3 in /backend ([#1801](https://github.com/getarcaneapp/arcane/pull/1801) by @dependabot[bot])
29+
* bump github.com/mattn/go-runewidth from 0.0.19 to 0.0.20 in /cli ([#1798](https://github.com/getarcaneapp/arcane/pull/1798) by @dependabot[bot])
30+
* bump github.com/danielgtaylor/huma/v2 from 2.35.0 to 2.36.0 in /backend ([#1799](https://github.com/getarcaneapp/arcane/pull/1799) by @dependabot[bot])
31+
* bump svelte from 5.51.0 to 5.51.5 in the npm_and_yarn group across 1 directory ([#1805](https://github.com/getarcaneapp/arcane/pull/1805) by @dependabot[bot])
32+
33+
34+
35+
**Full Changelog**: https://github.com/getarcaneapp/arcane/compare/v1.15.2...v1.15.3
36+
137
## v1.15.2
238

339
### Bug fixes

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arcane-frontend",
33
"private": true,
4-
"version": "1.15.2",
4+
"version": "1.15.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port 3000 --host",

0 commit comments

Comments
 (0)