diff --git a/README.md b/README.md index aac0e89..68b0bc4 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.0 -[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v0.4.0/README.md +[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 [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues -[cloudflared-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[cloudflared-version-shield]: https://img.shields.io/badge/version-v0.4.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 1b45a9c..8e5ca26 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,9 +1,5 @@ ## Whatโ€™s changed ## ๐Ÿš€ Enhancements -- Add catch all service for external reverse proxies @brenner-tobias (#32) -- Add config check on start @brenner-tobias (#33) - -## ๐Ÿ“š Documentation - -- Documentation improvements @brenner-tobias \ No newline at end of file +- 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) diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index bd30a2e..d451d02 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.0 +version: 0.4.1