diff --git a/README.md b/README.md index 4ca026f..d597506 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.14 -[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.14/README.md +[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.15 +[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.15/README.md [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues -[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.14-blue.svg +[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.15-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 28340b2..7131869 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,8 +1,12 @@ ## What’s changed ## 🐛 Bug fixes -- Change internet check to use netcat and not ping @brenner-tobias (#167) +- Replace add-on healthcheck with new Cloudflared Version @elcajon (#171) + +## 🚀 Enhancements + +- Update cont-init.d scripts from base to s6 v3 with system health check @elcajon (#173) ## ⬆️ Dependency updates -- ℹ️ Update Cloudflared to version 2022.8.4 @github-actions (#169) +- ⬆️ Update base-image to v12.2.3 @elcajon (#172) diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index 39af3b3..a8aaaf0 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -42,5 +42,4 @@ schema: - str? slug: cloudflared url: https://github.com/brenner-tobias/addon-cloudflared/ -version: 2.0.14 -watchdog: http://[HOST]:36500/healthcheck +version: 2.0.15