🎉 Release of add-on Cloudflared 3.1.1

This commit is contained in:
Brenner-Bot
2022-10-09 20:25:17 +00:00
parent fad4259b63
commit cc9680e356
5 changed files with 19 additions and 24 deletions
+3 -3
View File
@@ -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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v3.1.0 [addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v3.1.1
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v3.1.0/README.md [addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v3.1.1/README.md
[cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues
[cloudflared-version-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg [cloudflared-version-shield]: https://img.shields.io/badge/version-v3.1.1-blue.svg
[cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
+3 -16
View File
@@ -1,21 +1,8 @@
## Whats changed ## Whats changed
Please be aware that the option to configure **warp** within the add-on is deprecated and will be removed soon. We suggest to migrate to Cloudflare Managed tunnels to use this configuration as soon as possible. Please be aware that the options 'custom_config', 'data_folder' and 'warp_*' within the add-on are deprecated and will be removed soon. We suggest to migrate to Cloudflare Managed tunnels as soon as possible to use these ingress rules.
## ✨ New features
- Make external_hostname and tunnel_name optional @brenner-tobias (#203)
## 🚀 Enhancements
- Change options order to reflect the default options positions @brenner-tobias (#207)
## 📚 Documentation ## 📚 Documentation
- Docs tidy @AlecRust (#204) - Deprecate 'custom_config' @brenner-tobias (#211)
- Deprecate warp @brenner-tobias (#205) - Deprecate 'data_folder' with automatic migration @brenner-tobias (#212)
- Tidy docs @AlecRust (#208)
## ⬆️ Dependency updates
- ️ Update Cloudflared to version 2022.10.0 @github-actions (#202)
+10 -2
View File
@@ -74,8 +74,8 @@ advanced configurations can be achieved using the remote tunnel setup.
- [`additional_hosts`](#option-additional_hosts) - [`additional_hosts`](#option-additional_hosts)
- [`catch_all_service`](#option-catch_all_service) - [`catch_all_service`](#option-catch_all_service)
- [`nginx_proxy_manager`](#option-nginx_proxy_manager) - [`nginx_proxy_manager`](#option-nginx_proxy_manager)
- [`data_folder`](#option-data_folder) - [`data_folder (Deprecated)`](#option-data_folder)
- [`custom_config`](#option-custom_config-advanced-option) - [`custom_config (Deprecated)`](#option-custom_config-advanced-option)
- [`warp_enable (Deprecated)`](#option-warp_enable-advanced-option) - [`warp_enable (Deprecated)`](#option-warp_enable-advanced-option)
- [`warp_routes (Deprecated)`](#option-warp_routes) - [`warp_routes (Deprecated)`](#option-warp_routes)
- [`log_level`](#option-log_level) - [`log_level`](#option-log_level)
@@ -205,6 +205,10 @@ them to wherever you like.
### Option: `data_folder` ### Option: `data_folder`
**Deprecated**: Please note that this option is deprecated and will be
removed soon. We strongly suggest to migrate to Cloudflare Managed Tunnels
in your Zero Trust dashboard.
The `data_folder` option allows to change the default storage The `data_folder` option allows to change the default storage
location (`/data`) for the automatically created `cert.pem` and location (`/data`) for the automatically created `cert.pem` and
`tunnel.json` file. `tunnel.json` file.
@@ -228,6 +232,10 @@ You have to take care of moving the files accordingly.
### Option: `custom_config` (advanced option) ### Option: `custom_config` (advanced option)
**Deprecated**: Please note that this option is deprecated and will be
removed soon. We strongly suggest to migrate to Cloudflare Managed Tunnels
in your Zero Trust dashboard.
The `custom_config` option can be used to create a custom `config.yml` The `custom_config` option can be used to create a custom `config.yml`
file to create more complex ingress configurations. file to create more complex ingress configurations.
+1 -1
View File
@@ -38,4 +38,4 @@ schema:
- str? - str?
slug: cloudflared slug: cloudflared
url: https://github.com/brenner-tobias/addon-cloudflared/ url: https://github.com/brenner-tobias/addon-cloudflared/
version: 3.1.0 version: 3.1.1
+2 -2
View File
@@ -30,11 +30,11 @@ configuration:
Sets the catch-all service to the "Nginx-Proxy-Manager Community Add-Ons" Sets the catch-all service to the "Nginx-Proxy-Manager Community Add-Ons"
Add-on. Add-on.
data_folder: data_folder:
name: Custom Data Folder name: (Deprecated) Custom Data Folder
description: >- description: >-
Set custom data folder to store Cloudflare configuration. Set custom data folder to store Cloudflare configuration.
custom_config: custom_config:
name: Enable Custom Configuration name: (Deprecated) Enable Custom Configuration
description: >- description: >-
You can provide your own Cloudflare ingress configuration when this You can provide your own Cloudflare ingress configuration when this
option is enabled. option is enabled.