From 9c1ba4ed7469e5a468db8e1f5da562f9a67b5bfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 02:47:49 +0000 Subject: [PATCH] chore(main): release 0.0.14 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package.yaml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 883b279..f89a3b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.13" + ".": "0.0.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1160627..f651598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.0.14](https://github.com/vst/hostpatrol/compare/v0.0.13...v0.0.14) (2024-04-16) + + +### Features + +* add report meta information ([7af041d](https://github.com/vst/hostpatrol/commit/7af041dad543a9ffc4217074f871986ec78afee3)) +* make parallel patrolling the only option ([21d48e8](https://github.com/vst/hostpatrol/commit/21d48e8c6e9ae9e4882557ebd5c3c603500fbe5b)) +* report errors during patrolling ([637a70b](https://github.com/vst/hostpatrol/commit/637a70b536c38fe28b85d8b7e23480a00f123f70)) +* **website:** add report meta to overview component ([01cf995](https://github.com/vst/hostpatrol/commit/01cf9951a3d256435150ff58a904fc644cfa47ca)) +* **website:** report errors on the overview component ([2de9b13](https://github.com/vst/hostpatrol/commit/2de9b13fced7273d1ce4f33f49dca2fe32e2d9f7)) + + +### Bug Fixes + +* **website:** fix authorized SSH key states shown on host details ([91da467](https://github.com/vst/hostpatrol/commit/91da46730891e1230b7965a5d644d4364c8b68ec)) + ## [0.0.13](https://github.com/vst/hostpatrol/compare/v0.0.12...v0.0.13) (2024-04-15) diff --git a/package.yaml b/package.yaml index f4b0b12..752c020 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: hostpatrol -version: 0.0.13 +version: 0.0.14 github: vst/hostpatrol license: MIT author: Vehbi Sinan Tunalioglu