services-flake/CHANGELOG.md
shivaraj-bh 8d64a96036 chore(changelog): 0.2.0 release
This changelog was auto-generated using `just changelog`, this command can be accessed when inside the devShell of dev/flake.nix
2024-04-30 12:36:31 +05:30

33 lines
1.1 KiB
Markdown

# Changelog for services-flake
## 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)
## 0.1.0 (Mar 6, 2024)
- Initial release