Skip to content

Commit 5d5df3d

Browse files
committed
build(release): v0.40.5
1 parent ca3492d commit 5d5df3d

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,34 @@
33
Generated by `npm run set:version`.
44
The local changelog is rebuilt from the available `v*` release tags and the current `HEAD` range.
55
The script does not create tags locally.
6-
## v0.38.0 - 2026-04-15
6+
## v0.40.5 - 2026-04-16
77

88
- Release source: local versioning run
99
- Base ref: `v0.36.4`
1010
- Range: `v0.36.4..HEAD`
11-
- Included commits: 5
11+
- Included commits: 13
1212

13-
### Features (2)
13+
### Features (4)
1414

1515
- [atlas-dashboard] rename AI layer and add n8n card (`619c080`)
1616
- [atlas-dashboard] add Plane Penpot and Nextcloud AIO core cards (`1f7e6be`)
17+
- [core] add Plane Penpot and Nextcloud AIO services (`d370dc7`)
18+
- [core] bootstrap Plane and Penpot default admins (`676a690`)
1719

18-
### Fix (1)
20+
### Fix (6)
1921

2022
- [atlas-dashboard] always show AI service cards (`31ad140`)
23+
- [core] restore Plane proxy upstream aliases (`2a4c519`)
24+
- [penpot] relax postgres first-boot healthcheck (`820459d`)
25+
- [runtime] harden apt package installs during image builds (`6829e6f`)
26+
- [runtime] harden startup bootstrap and image preparation (`dea735b`)
27+
- [ai-llm] avoid duplicate Ollama model sync (`ca3492d`)
2128

22-
### CI / Maintenance (2)
29+
### CI / Maintenance (3)
2330

2431
- [ollama] expand configured runtime model catalog (`f4e184f`)
2532
- [release] v0.37.2 (`132e3d2`)
33+
- [release] v0.38.0 (`b909006`)
2634

2735
## v0.36.4 - 2026-04-11
2836

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Atlas Lab 🚀
22

3-
![Version](https://img.shields.io/badge/version-0.38.0-blue.svg)
3+
![Version](https://img.shields.io/badge/version-0.40.5-blue.svg)
44
![License](https://img.shields.io/badge/license-MIT-22c55e.svg)
55
![Docker Compose](https://img.shields.io/badge/Docker%20Compose-v2-2496ED?logo=docker&logoColor=white)
66
![Gateway](https://img.shields.io/badge/Gateway-Caddy-1F2937?logo=caddy&logoColor=white)

env/lab.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ NODE_DEV_URL=https://localhost:8450/
2525
PYTHON_DEV_URL=https://localhost:8451/
2626
NEXTCLOUD_AIO_SETUP_URL=https://localhost:8452/
2727
TZ=Europe/Rome
28-
APP_VERSION=0.38.0
28+
APP_VERSION=0.40.5
2929
ATLAS_DOCKER_HUB_MIRRORS=mirror.gcr.io,docker.1ms.run,docker.m.daocloud.io
3030
ATLAS_REGISTRY_PROXIES=docker.m.daocloud.io
3131

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-node-docker-atlas-lab",
3-
"version": "0.38.0",
3+
"version": "0.40.5",
44
"description": "Self-contained Node.js CLI and Docker stack for Atlas Lab, a localhost-first self-hosted platform with optional AI and workbench layers.",
55
"license": "MIT",
66
"author": "d4v3-rm",

0 commit comments

Comments
 (0)