From 3fb3f3336437d66ee3183c802b1bfd265e51414b Mon Sep 17 00:00:00 2001 From: Brenner-Bot Date: Sun, 14 Aug 2022 16:14:22 +0000 Subject: [PATCH] :tada: Release of add-on Cloudflared 2.0.8 --- README.md | 6 +++--- cloudflared/CHANGELOG.md | 19 ++++++++++++++----- cloudflared/config.yaml | 3 ++- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a0c7742..d1adf45 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.7 -[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.7/README.md +[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.8 +[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.8/README.md [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues -[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.7-blue.svg +[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.8-blue.svg [cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [cloudflared-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/cloudflared/CHANGELOG.md b/cloudflared/CHANGELOG.md index 90387b4..cb33f3a 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,8 +1,17 @@ ## What’s changed + +⚠️ This update should fix supervisor watchdog functionality not working correctly. + +## ⬆️ Dependencies + +- Update Cloudflared to version 2022.8.0 @github-actions (#144) + +## 🐛 Bug fixes + +- Add watchdog URL @elcajon (#143) +- Bugfix watchdog regex @elcajon (#145) +- Add exit code to finish script for watchdog @elcajon (#147) + ## 🚀 Enhancements -- Healthcheck for HA cloudflare tunnel if connection is dropped @elcajon (#139) - -## ⬆️ Dependency updates - -- Bump docker/build-push-action from 3.1.0 to 3.1.1 @dependabot (#140) +- Add watchdog URL @elcajon (#143) diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index 9be21bd..dbc31fe 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -42,4 +42,5 @@ schema: - str? slug: cloudflared url: https://github.com/brenner-tobias/addon-cloudflared/ -version: 2.0.7 +version: 2.0.8 +watchdog: http://[HOST]:36500/healthcheck