File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for services-flake
2
2
3
- ## Unreleased
3
+ ## 0.3.0 (Jul 29, 2024)
4
4
5
5
### Feat
6
6
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
7
13
- ** grafana** : add providers configuration (#211 )
8
14
- Add Weaviate service (#195 )
9
15
- add tempo service (#192 )
10
16
11
17
### Fix
12
18
19
+ - ** ollama** : ` kernelPackages ` are irrelevant on non-NixOS distributions
20
+ - ** ollama** : Broken ` dataDir ` convention; Allow ENVs in ` dataDir `
13
21
- ** postgres** : stop init on error in ` sql ` scripts
14
22
- ** nginx** : link nginx.conf to dataDir (#173 )
15
23
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
+
16
32
## 0.2.0 (Apr 30, 2024)
17
33
18
34
### Feat
You can’t perform that action at this time.
0 commit comments