chore: Auto-update chart README [skip ci]
This commit is contained in:
parent
55ba511184
commit
c0987a50b8
|
@ -1,6 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [clickhouse-1.0.0](https://github.com/truecharts/apps/compare/clickhouse-0.0.12...clickhouse-1.0.0) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- move clickhouse to dependency train, remove 2 breaking apps and remove some special characters
|
||||
|
||||
|
||||
|
||||
## [clickhouse-0.0.12](https://github.com/truecharts/apps/compare/clickhouse-0.0.11...clickhouse-0.0.12) (2022-07-19)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -0,0 +1,108 @@
|
|||
# clickhouse
|
||||
|
||||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.6.3.35](https://img.shields.io/badge/AppVersion-22.6.3.35-informational?style=flat-square)
|
||||
|
||||
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [clickhouse](https://truecharts.org/charts/stable/clickhouse)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://clickhouse.com/>
|
||||
* <https://hub.docker.com/r/yandex/clickhouse-server>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `clickhouse`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://helm.truecharts.org
|
||||
helm repo update
|
||||
helm install clickhouse TrueCharts/clickhouse
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `clickhouse` deployment
|
||||
|
||||
```console
|
||||
helm uninstall clickhouse
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the Commandline
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install clickhouse \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/clickhouse
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install clickhouse TrueCharts/clickhouse -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other apps
|
||||
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -1,6 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [collabora-online-12.1.19](https://github.com/truecharts/apps/compare/collabora-online-12.1.18...collabora-online-12.1.19) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- move clickhouse to dependency train, remove 2 breaking apps and remove some special characters
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
### Fix
|
||||
|
||||
- remove some non-utf8 characters
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.19](https://github.com/truecharts/apps/compare/collabora-online-12.1.18...collabora-online-12.1.19) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
![Version: 12.1.19](https://img.shields.io/badge/Version-12.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.05.4.1](https://img.shields.io/badge/AppVersion-22.05.4.1-informational?style=flat-square)
|
||||
|
||||
Collabora Online Development Edition - an awesome, Online Office suite image suitable for home use.
|
||||
An awesome Online Office suite.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [mariadb-3.0.39](https://github.com/truecharts/apps/compare/mariadb-3.0.38...mariadb-3.0.39) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
### Feat
|
||||
|
||||
- force the use of TCCR in CI ([#3226](https://github.com/truecharts/apps/issues/3226))
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.39](https://github.com/truecharts/apps/compare/mariadb-3.0.38...mariadb-3.0.39) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [memcached-3.0.41](https://github.com/truecharts/apps/compare/memcached-3.0.39...memcached-3.0.41) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
### Feat
|
||||
|
||||
- force the use of TCCR in CI ([#3226](https://github.com/truecharts/apps/issues/3226))
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.41](https://github.com/truecharts/apps/compare/memcached-3.0.39...memcached-3.0.41) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [mongodb-1.0.43](https://github.com/truecharts/apps/compare/mongodb-1.0.42...mongodb-1.0.43) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
### Feat
|
||||
|
||||
- force the use of TCCR in CI ([#3226](https://github.com/truecharts/apps/issues/3226))
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.43](https://github.com/truecharts/apps/compare/mongodb-1.0.42...mongodb-1.0.43) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
### Feat
|
||||
|
||||
- force the use of TCCR in CI ([#3226](https://github.com/truecharts/apps/issues/3226))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-21)
|
||||
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [promtail-3.0.32](https://github.com/truecharts/apps/compare/promtail-3.0.31...promtail-3.0.32) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [redis-3.0.41](https://github.com/truecharts/apps/compare/redis-3.0.40...redis-3.0.41) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
### Feat
|
||||
|
||||
- force the use of TCCR in CI ([#3226](https://github.com/truecharts/apps/issues/3226))
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.41](https://github.com/truecharts/apps/compare/redis-3.0.40...redis-3.0.41) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [solr-0.0.15](https://github.com/truecharts/apps/compare/solr-0.0.14...solr-0.0.15) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.6
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.15](https://github.com/truecharts/apps/compare/solr-0.0.14...solr-0.0.15) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [awesome-ttrss-0.0.22](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.21...awesome-ttrss-0.0.22) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
|
||||
|
||||
|
||||
|
||||
## [awesome-ttrss-0.0.22](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.21...awesome-ttrss-0.0.22) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dailynotes-0.0.10]dailynotes-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dailynotes-0.0.10]dailynotes-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [damselfly-0.0.10]damselfly-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [damselfly-0.0.10]damselfly-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dashmachine-0.0.10]dashmachine-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dashmachine-0.0.10]dashmachine-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dayofdefeatsource-0.0.10]dayofdefeatsource-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dayofdefeatsource-0.0.10]dayofdefeatsource-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [daysofwar-0.0.10]daysofwar-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [daysofwar-0.0.10]daysofwar-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dayz-0.0.10]dayz-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dayz-0.0.10]dayz-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [ddns-route53-0.0.10]ddns-route53-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [ddns-route53-0.0.10]ddns-route53-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [debian-apt-mirror-0.0.10]debian-apt-mirror-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [debian-apt-mirror-0.0.10]debian-apt-mirror-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [debian-bullseye-0.0.10]debian-bullseye-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [debian-bullseye-0.0.10]debian-bullseye-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dispatch-0.0.10]dispatch-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dispatch-0.0.10]dispatch-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dns-doh-companion-0.0.10]dns-doh-companion-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dns-doh-companion-0.0.10]dns-doh-companion-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [docker-hub-rss-0.0.10]docker-hub-rss-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [docker-hub-rss-0.0.10]docker-hub-rss-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dockerregistry-0.0.10]dockerregistry-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dockerregistry-0.0.10]dockerregistry-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dontstarvetogether-0.0.10]dontstarvetogether-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dontstarvetogether-0.0.10]dontstarvetogether-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dropbox-by-otherguy-0.0.10]dropbox-by-otherguy-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dropbox-by-otherguy-0.0.10]dropbox-by-otherguy-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [duplicacy-0.0.10]duplicacy-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [duplicacy-0.0.10]duplicacy-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [dvblink-0.0.10]dvblink-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [dvblink-0.0.10]dvblink-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [eco-0.0.10](https://github.com/truecharts/apps/compare/cstrikeconditionzero-0.0.10...eco-0.0.10) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [eco-0.0.10](https://github.com/truecharts/apps/compare/cstrikeconditionzero-0.0.10...eco-0.0.10) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [ecodms-0.0.10]ecodms-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [ecodms-0.0.10]ecodms-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [electrum-0.0.10]electrum-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [electrum-0.0.10]electrum-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [emby-sync-0.0.10]emby-sync-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [emby-sync-0.0.10]emby-sync-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [ethercalc-0.0.10]ethercalc-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [ethercalc-0.0.10]ethercalc-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [euterpe-0.0.10]euterpe-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [euterpe-0.0.10]euterpe-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [explainshell-0.0.10]explainshell-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [explainshell-0.0.10]explainshell-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [external-ip-0.0.10]external-ip-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [external-ip-0.0.10]external-ip-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [factorio-0.0.10]factorio-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [factorio-0.0.10]factorio-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [factorioservermanager-0.0.10]factorioservermanager-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [factorioservermanager-0.0.10]factorioservermanager-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [facturascripts-0.0.10]facturascripts-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [facturascripts-0.0.10]facturascripts-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [farmos-0.0.10]farmos-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [farmos-0.0.10]farmos-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fastcom-mqtt-0.0.10]fastcom-mqtt-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fastcom-mqtt-0.0.10]fastcom-mqtt-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fenrus-0.0.10]fenrus-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fenrus-0.0.10]fenrus-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [ferdi-client-0.0.10]ferdi-client-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [ferdi-client-0.0.10]ferdi-client-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [ffmpeg-mkvdts2ac3-0.0.10]ffmpeg-mkvdts2ac3-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [ffmpeg-mkvdts2ac3-0.0.10]ffmpeg-mkvdts2ac3-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fileflows-node-0.0.10]fileflows-node-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fileflows-node-0.0.10]fileflows-node-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [filegator-0.0.10]filegator-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [filegator-0.0.10]filegator-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fileshelter-0.0.10]fileshelter-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fileshelter-0.0.10]fileshelter-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [filestash-0.0.10]filestash-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [filestash-0.0.10]filestash-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [firefox-desktop-g3-0.0.10]firefox-desktop-g3-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [firefox-desktop-g3-0.0.10]firefox-desktop-g3-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fireshare-0.0.10]fireshare-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fireshare-0.0.10]fireshare-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fistfuloffrags-0.0.10]fistfuloffrags-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fistfuloffrags-0.0.10]fistfuloffrags-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fivem-0.0.10]fivem-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fivem-0.0.10]fivem-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [flame-0.0.10]flame-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [flame-0.0.10]flame-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [flashpaper-0.0.10]flashpaper-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [flashpaper-0.0.10]flashpaper-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [flextv-0.0.10]flextv-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [flextv-0.0.10]flextv-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fluttercoin-wallet-0.0.10]fluttercoin-wallet-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fluttercoin-wallet-0.0.10]fluttercoin-wallet-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fmd2-wine-0.0.10]fmd2-wine-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fmd2-wine-0.0.10]fmd2-wine-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fogproject-0.0.10]fogproject-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fogproject-0.0.10]fogproject-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fotosho-0.0.10]fotosho-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fotosho-0.0.10]fotosho-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [freecad-desktop-g3-0.0.10]freecad-desktop-g3-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [freecad-desktop-g3-0.0.10]freecad-desktop-g3-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [fsm-0.0.10]fsm-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [fsm-0.0.10]fsm-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [funkwhale-all-in-one-0.0.10]funkwhale-all-in-one-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [funkwhale-all-in-one-0.0.10]funkwhale-all-in-one-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [funkwhale-0.0.10]funkwhale-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [funkwhale-0.0.10]funkwhale-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [garrysmod-0.0.10]garrysmod-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [garrysmod-0.0.10]garrysmod-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [genea-0.0.10]genea-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [genea-0.0.10]genea-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [github-backup-0.0.10]github-backup-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [github-backup-0.0.10]github-backup-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [glauth-0.0.10]glauth-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [glauth-0.0.10]glauth-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [go-auto-yt-0.0.10]go-auto-yt-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [go-auto-yt-0.0.10]go-auto-yt-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [go-playground-0.0.10]go-playground-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [go-playground-0.0.10]go-playground-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [goaccess-npm-logs-0.0.10]goaccess-npm-logs-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [goaccess-npm-logs-0.0.10]goaccess-npm-logs-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [goaccess-0.0.10]goaccess-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [goaccess-0.0.10]goaccess-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [godaddy-ddns-0.0.10]godaddy-ddns-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [godaddy-ddns-0.0.10]godaddy-ddns-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [gokapi-0.0.10]gokapi-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [gokapi-0.0.10]gokapi-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [google-cloud-storage-backup-0.0.10]google-cloud-storage-backup-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [google-cloud-storage-backup-0.0.10]google-cloud-storage-backup-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [googlephotossync-0.0.10]googlephotossync-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [googlephotossync-0.0.10]googlephotossync-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [gpodder-0.0.10]gpodder-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [gpodder-0.0.10]gpodder-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [grafana-image-renderer-0.0.10]grafana-image-renderer-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [grafana-image-renderer-0.0.10]grafana-image-renderer-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [gridcoinwalletgui-0.0.10]gridcoinwalletgui-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [gridcoinwalletgui-0.0.10]gridcoinwalletgui-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [guide2go-0.0.10]guide2go-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [guide2go-0.0.10]guide2go-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [h5ai-0.0.10]h5ai-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [h5ai-0.0.10]h5ai-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [halflife2deathmatch-0.0.10]halflife2deathmatch-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [halflife2deathmatch-0.0.10]halflife2deathmatch-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [hassconfigurator-0.0.10]hassconfigurator-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [hassconfigurator-0.0.10]hassconfigurator-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [hastebin-0.0.10]hastebin-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [hastebin-0.0.10]hastebin-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [healthchecksdashboard-0.0.10]healthchecksdashboard-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [healthchecksdashboard-0.0.10]healthchecksdashboard-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [hetzner-ddns-0.0.10]hetzner-ddns-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [hetzner-ddns-0.0.10]hetzner-ddns-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [hexchat-0.0.10]hexchat-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [hexchat-0.0.10]hexchat-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [hexo-blog-0.0.10]hexo-blog-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [hexo-blog-0.0.10]hexo-blog-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [homelablabelmaker-0.0.10]homelablabelmaker-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [homelablabelmaker-0.0.10]homelablabelmaker-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [hoobs-0.0.10]hoobs-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [hoobs-0.0.10]hoobs-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [humhub-0.0.10]humhub-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [humhub-0.0.10]humhub-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [hurtworld-0.0.10]hurtworld-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
## [hurtworld-0.0.10]hurtworld-0.0.10 (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [wger-0.0.25](https://github.com/truecharts/apps/compare/wger-0.0.24...wger-0.0.25) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
|
||||
|
||||
|
||||
|
||||
## [wger-0.0.25](https://github.com/truecharts/apps/compare/wger-0.0.24...wger-0.0.25) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [cloudflared-1.0.0](https://github.com/truecharts/apps/compare/cloudflareddns-1.0.4...cloudflared-1.0.0) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Fix
|
||||
|
||||
- move to stable updated docs ([#3237](https://github.com/truecharts/apps/issues/3237))
|
||||
|
||||
|
||||
|
||||
## [cloudflared-1.0.0](https://github.com/truecharts/apps/compare/cloudflareddns-1.0.4...cloudflared-1.0.0) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [grafana-4.0.31](https://github.com/truecharts/apps/compare/grafana-4.0.30...grafana-4.0.31) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
|
||||
|
||||
|
||||
|
||||
## [grafana-4.0.31](https://github.com/truecharts/apps/compare/grafana-4.0.30...grafana-4.0.31) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [prometheus-4.0.40](https://github.com/truecharts/apps/compare/prometheus-4.0.39...prometheus-4.0.40) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
|
||||
|
||||
|
||||
|
||||
## [prometheus-4.0.40](https://github.com/truecharts/apps/compare/prometheus-4.0.39...prometheus-4.0.40) (2022-07-21)
|
||||
|
||||
### Chore
|
||||
|
|
Loading…
Reference in New Issue