Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.26"
".": "0.2.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0](https://github.com/vineethkrishnan/backupctl/compare/v0.1.26...v0.2.0) (2026-07-16)


### ⚠ BREAKING CHANGES

* **restic-adapter:** the /health response replaces checks.ssh and checks.resticRepos with a checks.storage array of per-project results ({ project, backendType, reachable, error? }). Alerts querying checks.ssh.connected or checks.resticRepos will silently match nothing — repoint them at checks.storage[].reachable. `backupctl health` prints one line per project instead of the SSH/restic lines.

### Features

* **restic-adapter:** add pluggable storage backends for S3, B2, and rclone ([#96](https://github.com/vineethkrishnan/backupctl/issues/96)) ([d2e23f3](https://github.com/vineethkrishnan/backupctl/commit/d2e23f3f771318e7f9b833d0a19a15e2211df1b6))


### Bug Fixes

* **deps:** patch form-data, multer, and nodemailer security advisories ([#97](https://github.com/vineethkrishnan/backupctl/issues/97)) ([8af40cb](https://github.com/vineethkrishnan/backupctl/commit/8af40cb183c875a326b53aad52f4a26c3208bc53))


### CI/CD

* **deps:** bump the actions group with 2 updates ([#89](https://github.com/vineethkrishnan/backupctl/issues/89)) ([36f610d](https://github.com/vineethkrishnan/backupctl/commit/36f610d10ff8030bbf3b91159d3f933ed8e6868a))

## [0.1.26](https://github.com/vineethkrishnan/backupctl/compare/v0.1.25...v0.1.26) (2026-05-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backupctl",
"version": "0.1.26",
"version": "0.2.0",
"description": "Backup orchestration for databases, files, or both",
"engines": {
"node": ">=20.0.0 <22"
Expand Down