Skip to content

Commit 7ba0f6f

Browse files
author
semantic-release
committed
chore(release): 3.9.0
1 parent 8bd7f13 commit 7ba0f6f

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
<!-- version list -->
44

5+
## v3.9.0 (2026-03-30)
6+
7+
### Bug Fixes
8+
9+
- Documentation deployment condition
10+
([`f97aade`](https://github.com/chutch3/homelab/commit/f97aadeb8a9f28c0b05b2bbdf9d04d51c5e606ab))
11+
12+
- Pin docker version across swarm nodes to prevent version skew and libnetwork crashes
13+
([`8bd7f13`](https://github.com/chutch3/homelab/commit/8bd7f13e4f4206b8fca51e173349bae1e7d55428))
14+
15+
### Documentation
16+
17+
- Overhaul documentation structure and refactor navigation
18+
([`862529f`](https://github.com/chutch3/homelab/commit/862529f4cbb31fd2d763027707c3e2151999609b))
19+
20+
- Rename project from Selfhosted to Homelab across documentation and configuration
21+
([`21e24e6`](https://github.com/chutch3/homelab/commit/21e24e6b3007ee1680ee85d168e3de1a16831b8f))
22+
23+
### Features
24+
25+
- Add Forgejo and GitHub Actions runner stacks and update docs
26+
([`c36be9b`](https://github.com/chutch3/homelab/commit/c36be9b07c1d3c268902ada62bad0bd6a95d6459))
27+
28+
- Added ollama for local llm support
29+
([`4c5e852`](https://github.com/chutch3/homelab/commit/4c5e852dac902dd46c83f2550958866c15ade36a))
30+
31+
- Added prefect
32+
([`7a63292`](https://github.com/chutch3/homelab/commit/7a632928e269ab60b91735d55080882698d8cad9))
33+
34+
535
## v3.8.0 (2026-03-23)
636

737
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "homelab"
3-
version = "3.8.0"
3+
version = "3.9.0"
44
description = ""
55
authors = ["Cody Hutchens"]
66
license = "MIT"

0 commit comments

Comments
 (0)