update changelog
This commit is contained in:
parent
8e0a75c82c
commit
fc10d2b2a3
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# Upcoming Release
|
# Upcoming Release
|
||||||
|
|
||||||
|
## New Features
|
||||||
|
|
||||||
|
- Backup:
|
||||||
|
- Add feature to backup databases with the database backup contract, implemented with `shb.restic.databases`.
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
- Remove dependency on `sops-nix`.
|
- Remove dependency on `sops-nix`.
|
||||||
|
|
@ -33,6 +38,8 @@
|
||||||
- `shb.forgejo.sso.secretFileForAuthelia` -> `shb.forgejo.ldap.sharedSecretForAuthelia.result.path`.
|
- `shb.forgejo.sso.secretFileForAuthelia` -> `shb.forgejo.ldap.sharedSecretForAuthelia.result.path`.
|
||||||
- `shb.forgejo.adminPasswordFile` -> `shb.forgejo.adminPassword.result.path`.
|
- `shb.forgejo.adminPasswordFile` -> `shb.forgejo.adminPassword.result.path`.
|
||||||
- `shb.forgejo.databasePasswordFile` -> `shb.forgejo.databasePassword.result.path`.
|
- `shb.forgejo.databasePasswordFile` -> `shb.forgejo.databasePassword.result.path`.
|
||||||
|
- Backup:
|
||||||
|
- `shb.restic.instances` options has been split between `shb.restic.instances.request` and `shb.restic.instances.settings`, matching better with contracts.
|
||||||
|
|
||||||
|
|
||||||
## User Facing Backwards Compatible Changes
|
## User Facing Backwards Compatible Changes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue