Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
535c1d261d
commit
a8e70f5f18
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [whisparr-6.0.0](https://github.com/truecharts/charts/compare/whisparr-5.0.9...whisparr-6.0.0) (2023-11-18)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- **BREAKING CHANGES** change upstream to hotio ([#14817](https://github.com/truecharts/charts/issues/14817))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [whisparr-6.1.0](https://github.com/truecharts/charts/compare/whisparr-6.0.0...whisparr-6.1.0) (2023-11-18)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add authentication ([#15089](https://github.com/truecharts/charts/issues/15089))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [whisparr-6.0.0](https://github.com/truecharts/charts/compare/whisparr-5.0.9...whisparr-6.0.0) (2023-11-18)
|
## [whisparr-6.0.0](https://github.com/truecharts/charts/compare/whisparr-5.0.9...whisparr-6.0.0) (2023-11-18)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [whisparr-4.0.24](https://github.com/truecharts/charts/compare/whisparr-4.0.23...whisparr-4.0.24) (2023-07-29)
|
## [whisparr-4.0.24](https://github.com/truecharts/charts/compare/whisparr-4.0.23...whisparr-4.0.24) (2023-07-29)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [whisparr-4.0.23](https://github.com/truecharts/charts/compare/whisparr-4.0.22...whisparr-4.0.23) (2023-07-01)
|
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/whisparr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/whisparr
|
||||||
- https://github.com/onedr0p/containers/tree/main/apps/whisparr
|
- https://github.com/onedr0p/containers/tree/main/apps/whisparr
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.0
|
version: 6.1.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Downloaders
|
truecharts.org/category: Downloaders
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [whisparr-6.1.0](https://github.com/truecharts/charts/compare/whisparr-6.0.0...whisparr-6.1.0) (2023-11-18)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add authentication ([#15089](https://github.com/truecharts/charts/issues/15089))
|
||||||
|
|
||||||
|
|
|
@ -102,6 +102,28 @@ questions:
|
||||||
attrs:
|
attrs:
|
||||||
|
|
||||||
|
|
||||||
|
- variable: env
|
||||||
|
group: App Configuration
|
||||||
|
label: Image Environment
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: WHISPARR__AUTHENTICATION_METHOD
|
||||||
|
label: Auth Method
|
||||||
|
description: Sets the auth method.
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
enum:
|
||||||
|
- value: ""
|
||||||
|
description: In-App Setting
|
||||||
|
- value: External
|
||||||
|
description: External/None
|
||||||
|
- value: Basic
|
||||||
|
description: Basic
|
||||||
|
- value: Forms
|
||||||
|
description: Forms
|
||||||
- variable: envList
|
- variable: envList
|
||||||
label: Extra Environment Variables
|
label: Extra Environment Variables
|
||||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
Loading…
Reference in New Issue