Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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)
|
||||
@@ -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
|
||||
9
stable/wg-easy/4.0.1/app-changelog.md
Normal file
9
stable/wg-easy/4.0.1/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user