services-flake/CHANGELOG.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

2024-03-06 04:08:00 +03:00
# Changelog for services-flake
2024-05-19 16:19:39 +03:00
## Unreleased
### Feat
2024-06-09 03:24:51 +03:00
- **grafana**: add providers configuration (#211)
2024-05-28 14:32:38 +03:00
- Add Weaviate service (#195)
2024-05-19 16:19:39 +03:00
- add tempo service (#192)
### Fix
2024-06-09 03:24:51 +03:00
- **postgres**: stop init on error in `sql` scripts
2024-05-19 16:19:39 +03:00
- **nginx**: link nginx.conf to dataDir (#173)
## 0.2.0 (Apr 30, 2024)
### Feat
- **mysql**: allow configuring socketDir on mysql. if not provided, uses dataDir as default. solves #171
- **dev**: add `just changelog` (#162)
- **postgres**: add connectionURI option (#143)
- add pre-commit-hooks.nix, enforcing conventional commits
### Fix
- **mysql**: use absolute socket path in configureTimezones. this fixes #169
- **postgres**: fix pg_isready issue with empty listen_addresses
- **grafana**: add `coreutils` as runtimeInput for the startScript (#164)
- **pgadmin**: Fix pgadmin scripts on MacOS (#163)
- **test**: grafana on darwin is no longer broken in upstream (#161)
- **postgres**: empty `socketDir` by default (#160)
- **mysql**: look for `*.sql` files in the top-level schema directory (#154)
- **template**: Was broken in previous PR merge
### Refactor
- **deprecation**: replace types.string with types.str
- writeShellScriptBin -> writeShellApplication (#155)
- **postgres**: replace string argument with attrset for `connectionURI` (#146)
- **example**: remove unused pg2 service (#142)
2024-03-06 04:08:00 +03:00
## 0.1.0 (Mar 6, 2024)
- Initial release