diff --git a/README.md b/README.md index e3c8f77..e61e8f8 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/v0.5.0 -[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v0.5.0/README.md +[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v0.5.1 +[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v0.5.1/README.md [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues -[cloudflared-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[cloudflared-version-shield]: https://img.shields.io/badge/version-v0.5.1-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 5f7b49f..cd70197 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,5 +1,20 @@ ## What’s changed -## ✨ New features +## 🐛 Bug fixes -- Support custom data location using `data_path` config option @elcajon (#44) -- Add possibility to use a custom Cloudflared configuration @elcajon (#46) +- Log enhancements @elcajon (#49) + +## 🚀 Enhancements + +- Pass homeassistant log level to cloudflared @elcajon (#48) +- Improve auth successful message @felipecrs (#51) + +## 🧰 Maintenance + +- Add workflow for automatic Cloudflared updates @elcajon (#55) + +## ⬆️ Dependency updates + +- Bump docker/login-action from 1.12.0 to 1.13.0 @dependabot (#52) +- Update cloudflared to 2022.2.1 @elcajon (#53) +- Update Cloudflared to 2022.2.2 @elcajon (#54) +- Bump docker/login-action from 1.13.0 to 1.14.0 @dependabot (#56) diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index 9167f80..4d4189d 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -35,4 +35,4 @@ schema: tunnel_name: str slug: cloudflared url: https://github.com/brenner-tobias/addon-cloudflared/ -version: 0.5.0 +version: 0.5.1