diff --git a/README.md b/README.md index 68b0bc4..3127653 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.4.1 -[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v0.4.1/README.md +[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v0.4.2 +[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v0.4.2/README.md [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues -[cloudflared-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg +[cloudflared-version-shield]: https://img.shields.io/badge/version-v0.4.2-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 8e5ca26..54ca2b1 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,5 +1,4 @@ ## Whatโ€™s changed -## ๐Ÿš€ Enhancements +## ๐Ÿ› Bug fixes -- Added validation of config using Cloudflared @brenner-tobias (#36) -- Made validation strict to fail if catch_all_service and nginx_proxy_manager are both set @brenner-tobias (#37) +- Fixed a bug where the HomeAssistant connection would not work if the hostname was changed to something other than "homeassistant" diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index d451d02..6a351b8 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -29,4 +29,4 @@ schema: tunnel_name: str slug: cloudflared url: https://github.com/brenner-tobias/addon-cloudflared/ -version: 0.4.1 +version: 0.4.2