Skip to content

Commit c7e2533

Browse files
committed
chore(changelog): 0.3.0 release
1 parent cc57527 commit c7e2533

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
11
# Changelog for services-flake
22

3-
## Unreleased
3+
## 0.3.0 (Jul 29, 2024)
44

55
### Feat
66

7+
- **tika**: add `enableOcr` option (#275)
8+
- **tika**: init
9+
- Allow overriding namespace + make default namespace fully qualified (#258)
10+
- **searxng**: init (#241)
11+
- **open-webui**: init
12+
- **ollama**: init
713
- **grafana**: add providers configuration (#211)
814
- Add Weaviate service (#195)
915
- add tempo service (#192)
1016

1117
### Fix
1218

19+
- **ollama**: `kernelPackages` are irrelevant on non-NixOS distributions
20+
- **ollama**: Broken `dataDir` convention; Allow ENVs in `dataDir`
1321
- **postgres**: stop init on error in `sql` scripts
1422
- **nginx**: link nginx.conf to dataDir (#173)
1523

24+
### Refactor
25+
26+
- **fmt**: group outputs options
27+
- keep options/config top-level
28+
- Move services under `./nix/services` (#262)
29+
- Do not repeat `enable` option
30+
- Do not repeat `dataDir`
31+
1632
## 0.2.0 (Apr 30, 2024)
1733

1834
### Feat

0 commit comments

Comments
 (0)