Skip to content

Commit 7eca47c

Browse files
committed
release: 1.17.3
1 parent 0fdb330 commit 7eca47c

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-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.17.2",
3-
"revision": "8bd1650aeb21894517d1cc0ee12587bf39a403ff"
2+
"version": "1.17.3",
3+
"revision": "0fdb330dac02494fa24fa32e3579b954da9bbf82"
44
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v1.17.3
2+
3+
### Bug fixes
4+
5+
* show custom device path for type=none volumes ([#2290](https://github.com/getarcaneapp/arcane/pull/2290) by @GiulioSavini)
6+
* pass enriched project to query cache after save to prevent editor revert ([#2295](https://github.com/getarcaneapp/arcane/pull/2295) by @mkaltner)
7+
* lazy-fetch include file content for container compose tab ([#2291](https://github.com/getarcaneapp/arcane/pull/2291) by @mkaltner)
8+
* validate and secure remote template registry fetching ([#2299](https://github.com/getarcaneapp/arcane/pull/2299) by @kmendell)
9+
* route per-container Redeploy through compose-aware path ([#2269](https://github.com/getarcaneapp/arcane/pull/2269) by @mkaltner)
10+
11+
### CLI - Bug fixes
12+
13+
* pagination not working correctly via arcane-cli ([#2286](https://github.com/getarcaneapp/arcane/pull/2286) by @kmendell)
14+
15+
### Dependencies
16+
17+
* bump compose to 5.1.2 and docker/cli to 29.4.0([4687f81](https://github.com/getarcaneapp/arcane/commit/4687f81db4bec93b729a20ec8809a48fa273f5a2) by @kmendell)
18+
* bump golang.org/x/net from 0.52.0 to 0.53.0 in /backend ([#2311](https://github.com/getarcaneapp/arcane/pull/2311) by @dependabot[bot])
19+
* bump github.com/gin-contrib/cors from 1.7.6 to 1.7.7 in /backend ([#2312](https://github.com/getarcaneapp/arcane/pull/2312) by @dependabot[bot])
20+
* bump go.podman.io/image/v5 from 5.39.1 to 5.39.2 in /backend ([#2305](https://github.com/getarcaneapp/arcane/pull/2305) by @dependabot[bot])
21+
* bump github.com/shirou/gopsutil/v4 from 4.26.2 to 4.26.3 in /backend ([#2304](https://github.com/getarcaneapp/arcane/pull/2304) by @dependabot[bot])
22+
* bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.56.2 to 1.57.0 in /backend ([#2310](https://github.com/getarcaneapp/arcane/pull/2310) by @dependabot[bot])
23+
24+
25+
26+
**Full Changelog**: https://github.com/getarcaneapp/arcane/compare/v1.17.2...v1.17.3
27+
128
## v1.17.2
229

330
### 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.17.2",
4+
"version": "1.17.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port 3000 --host",

0 commit comments

Comments
 (0)