Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-05-01 07:38:21 +00:00
parent 4c80026cd2
commit f051f6c2bc
12 changed files with 70 additions and 67 deletions

View File

@@ -1,13 +0,0 @@
## [wg-easy-4.0.0](https://github.com/truecharts/charts/compare/wg-easy-3.0.8...wg-easy-4.0.0) (2023-04-30)
### Feat
- BREAKING CHANGE migrate to new common part 5 ([#8615](https://github.com/truecharts/charts/issues/8615))
### Fix
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))

View File

@@ -4,6 +4,15 @@
## [wg-easy-4.0.1](https://github.com/truecharts/charts/compare/wg-easy-4.0.0...wg-easy-4.0.1) (2023-05-01)
### Docs
- Update docs for PUID issue ([#8650](https://github.com/truecharts/charts/issues/8650))
## [wg-easy-4.0.0](https://github.com/truecharts/charts/compare/wg-easy-3.0.8...wg-easy-4.0.0) (2023-04-30)
### Feat
@@ -88,12 +97,3 @@
## [wg-easy-3.0.2](https://github.com/truecharts/charts/compare/wg-easy-3.0.1...wg-easy-3.0.2) (2022-11-30)
## [wg-easy-3.0.2](https://github.com/truecharts/charts/compare/wg-easy-3.0.1...wg-easy-3.0.2) (2022-11-30)
## [wg-easy-3.0.2](https://github.com/truecharts/charts/compare/wg-easy-3.0.1...wg-easy-3.0.2) (2022-11-30)

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy
- https://github.com/WeeJeWel/wg-easy
type: application
version: 4.0.0
version: 4.0.1
annotations:
truecharts.org/catagories: |
- networking

View File

@@ -0,0 +1,9 @@
## [wg-easy-4.0.1](https://github.com/truecharts/charts/compare/wg-easy-4.0.0...wg-easy-4.0.1) (2023-05-01)
### Docs
- Update docs for PUID issue ([#8650](https://github.com/truecharts/charts/issues/8650))

View File

@@ -205,60 +205,67 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: hostNetwork
label: "Host Networking"
- variable: expertPodOpts
label: "Expert - Pod Options"
schema:
type: boolean
default: false
- variable: dnsConfig
label: "DNS Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: options
label: "Options"
show_subquestions_if: true
subquestions:
- variable: hostNetwork
label: "Host Networking"
schema:
type: list
default: [{"name": "ndots", "value": "2"}]
items:
- variable: optionsEntry
label: "Option Entry"
type: boolean
default: false
- variable: dnsConfig
label: "DNS Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: options
label: "Options"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
type: list
default: [{"name": "ndots", "value": "2"}]
items:
- variable: optionsEntry
label: "Option Entry"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: value
label: "Value"
schema:
type: string
- variable: nameservers
label: "Nameservers"
schema:
type: list
default: []
items:
- variable: nsEntry
label: "Nameserver Entry"
schema:
type: string
required: true
- variable: value
label: "Value"
- variable: searches
label: "Searches"
schema:
type: list
default: []
items:
- variable: searchEntry
label: "Search Entry"
schema:
type: string
- variable: nameservers
label: "Nameservers"
schema:
type: list
default: []
items:
- variable: nsEntry
label: "Nameserver Entry"
schema:
type: string
required: true
- variable: searches
label: "Searches"
schema:
type: list
default: []
items:
- variable: searchEntry
label: "Search Entry"
schema:
type: string
required: true
required: true
- variable: service
group: Networking and Services
label: Configure Service(s)