Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-30 16:04:47 +00:00
parent e615a03f45
commit 7becca42c4
18 changed files with 33 additions and 16 deletions

View File

@ -2,6 +2,19 @@
## [blocky-1.1.1](https://github.com/truecharts/charts/compare/blocky-1.1.0...blocky-1.1.1) (2022-09-30)
### Chore
- Auto-update chart README [skip ci]
### Feat
- add blocky documentation links to descriptions ([#3964](https://github.com/truecharts/charts/issues/3964))
## [blocky-1.1.0](https://github.com/truecharts/charts/compare/blocky-1.0.11...blocky-1.1.0) (2022-09-29)
### Feat
@ -84,16 +97,3 @@
## [blocky-1.0.3](https://github.com/truecharts/charts/compare/blocky-1.0.2...blocky-1.0.3) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
### Fix
- use new common SA handler
## [blocky-1.0.2](https://github.com/truecharts/charts/compare/blocky-1.0.1...blocky-1.0.2) (2022-09-25)
### Chore

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org
version: 3.0.85
digest: sha256:7b7b7ae17622f706bfa5e1f5dc54b3489a4baf2b6649f103f9a43b8f0d580acf
generated: "2022-09-29T20:02:47.59641608Z"
generated: "2022-09-30T16:03:16.473410731Z"

View File

@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 1.1.0
version: 1.1.1
annotations:
truecharts.org/catagories: |
- network

View File

@ -207,7 +207,8 @@ questions:
- variable: upstreams
group: Container Configuration
label: Upstreams Groups
description:
description: Refer to
<br /><a href="https://0xerr0r.github.io/blocky/configuration/#upstream-configuration" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#upstream-configuration</a>
schema:
type: list
default: []
@ -240,6 +241,8 @@ questions:
- variable: bootstrapDns
group: Container Configuration
label: Bootstrap DNS
description: Used to resolve upstream DoH and DoT servers that are specified as hostnames.
<br />Refer to <a href="https://0xerr0r.github.io/blocky/configuration/#bootstrap-dns-configuration" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#bootstrap-dns-configuration</a>
schema:
additional_attrs: true
type: dict
@ -264,6 +267,8 @@ questions:
- variable: filtering
group: Container Configuration
label: Filtering
description: Define one or more DNS query types; all queries with these types will be dropped
<br />Refer to <a href="https://0xerr0r.github.io/blocky/configuration/#filtering" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#filtering</a>
schema:
additional_attrs: true
type: dict
@ -283,6 +288,8 @@ questions:
- variable: customDNS
group: Container Configuration
label: Custom DNS
description: Define your own domain name to IP mappings.
<br />Refer to <a href="https://0xerr0r.github.io/blocky/configuration/#custom-dns" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#custom-dns</a>
schema:
additional_attrs: true
type: dict
@ -348,6 +355,8 @@ questions:
- variable: clientLookup
group: Container Configuration
label: Client Lookup
description: Blocky can try to resolve a user-friendly client name from the IP address or server URL (DoT and DoH)
<br />Refer to <a href="https://0xerr0r.github.io/blocky/configuration/#client-name-lookup" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#client-name-lookup</a>
schema:
additional_attrs: true
type: dict
@ -402,6 +411,8 @@ questions:
- variable: caching
group: Container Configuration
label: Caching
description: Refer to
<br /><a href="https://0xerr0r.github.io/blocky/configuration/#caching" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#caching</a>
schema:
additional_attrs: true
type: dict
@ -449,6 +460,8 @@ questions:
- variable: conditional
group: Container Configuration
label: Conditional
description: Define which DNS resolver(s) should be used for queries for the particular domain
<br />Refer to <a href="https://0xerr0r.github.io/blocky/configuration/#conditional-dns-resolution" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#conditional-dns-resolution</a>
schema:
additional_attrs: true
type: dict
@ -504,6 +517,8 @@ questions:
- variable: blocking
group: Container Configuration
label: Blocking
description: Each black or whitelist can be either a path to the local file or a URL to download. All Urls must be grouped to a group name.
<br />Refer to <a href="https://0xerr0r.github.io/blocky/configuration/#blocking-and-whitelisting" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#blocking-and-whitelisting</a>
schema:
additional_attrs: true
type: dict
@ -655,6 +670,8 @@ questions:
- variable: hostsFile
group: Container Configuration
label: Hosts File
description: You can enable resolving of entries, located in local hosts file.
<br />Refer to <a href="https://0xerr0r.github.io/blocky/configuration/#hosts-file" target="_blank" rel="noopener noreferrer">https://0xerr0r.github.io/blocky/configuration/#hosts-file</a>
schema:
additional_attrs: true
type: dict