Skip to content

Commit 6e7bee4

Browse files
committed
release: 1.4.0
1 parent 3366253 commit 6e7bee4

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.revision

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2f74a3e7
1+
3366253

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## v1.4.0
2+
3+
### New features
4+
5+
* interactive shell access to containers ([#611](https://github.com/ofkm/arcane/pull/611) by @Copilot)
6+
* container stats websocket, and overhaul ([#612](https://github.com/ofkm/arcane/pull/612) by @kmendell)
7+
* configure settings on environments via the web ui ([#613](https://github.com/ofkm/arcane/pull/613) by @kmendell)
8+
* global compose and env defaults configuration ([#617](https://github.com/ofkm/arcane/pull/617) by @kmendell)
9+
* global environment variables ([#620](https://github.com/ofkm/arcane/pull/620) by @cabaucom376)
10+
* mobile responsive tables ([#597](https://github.com/ofkm/arcane/pull/597) by @cabaucom376)
11+
* option to group containers by project ([#625](https://github.com/ofkm/arcane/pull/625) by @cabaucom376)
12+
13+
### Bug fixes
14+
15+
* remove trailing slashing for all resource links([1d2e41c](https://github.com/ofkm/arcane/commit/1d2e41c0030b29bedb2ecb93cdc5740c88c32b52) by @kmendell)
16+
* only show docker / general settings on environment page([57cff79](https://github.com/ofkm/arcane/commit/57cff793ba3cd32b6c4d3e3bdcb0c4a5d4d470ec) by @kmendell)
17+
* add missing context([ba4d20b](https://github.com/ofkm/arcane/commit/ba4d20b78a252a17ebfc479841e5566411e60671) by @kmendell)
18+
19+
### Other
20+
21+
* fix locators for container tests([10edce8](https://github.com/ofkm/arcane/commit/10edce81d7c40111cb1701d3ab658fbf8a6f912b) by @kmendell)
22+
* bump the prod-dependencies group with 4 updates ([#614](https://github.com/ofkm/arcane/pull/614) by @dependabot[bot])
23+
* update readme screenshot([a18e3c0](https://github.com/ofkm/arcane/commit/a18e3c0090a27de6c608aeeb9d6ec11a53313f66) by @kmendell)
24+
* bump the backend-dependencies group in /backend with 2 updates ([#623](https://github.com/ofkm/arcane/pull/623) by @dependabot[bot])
25+
* bump the prod-dependencies group with 4 updates ([#622](https://github.com/ofkm/arcane/pull/622) by @dependabot[bot])
26+
* bump the dev-dependencies group across 1 directory with 2 updates ([#621](https://github.com/ofkm/arcane/pull/621) by @dependabot[bot])
27+
28+
29+
30+
**Full Changelog**: https://github.com/ofkm/arcane/compare/v1.3.0...v1.4.0
31+
132
## v1.3.0
233

334
### New features

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.3.0",
4+
"version": "1.4.0",
55
"type": "module",
66
"packageManager": "pnpm@10.17.1",
77
"scripts": {

0 commit comments

Comments
 (0)