From e574ca4368e3780ffb6530c3d06857bad24b3a43 Mon Sep 17 00:00:00 2001 From: truecharts-bot Date: Fri, 12 Aug 2022 12:37:56 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/dependency/clickhouse/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/clickhouse/README.md | 4 ++-- charts/dependency/collabora-online/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/collabora-online/README.md | 4 ++-- charts/dependency/mariadb/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/mariadb/README.md | 4 ++-- charts/dependency/memcached/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/memcached/README.md | 4 ++-- charts/dependency/mongodb/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/mongodb/README.md | 4 ++-- charts/dependency/postgresql/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/postgresql/README.md | 4 ++-- charts/dependency/promtail/CHANGELOG.md | 9 +++++++++ charts/dependency/promtail/README.md | 4 ++-- charts/dependency/redis/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/redis/README.md | 4 ++-- charts/dependency/solr/CHANGELOG.md | 14 ++++++++++++++ charts/dependency/solr/README.md | 4 ++-- 18 files changed, 139 insertions(+), 18 deletions(-) diff --git a/charts/dependency/clickhouse/CHANGELOG.md b/charts/dependency/clickhouse/CHANGELOG.md index 6611b94b1e4..c07f2b23a4a 100644 --- a/charts/dependency/clickhouse/CHANGELOG.md +++ b/charts/dependency/clickhouse/CHANGELOG.md @@ -2,6 +2,20 @@ +## [clickhouse-1.0.8](https://github.com/truecharts/charts/compare/clickhouse-1.0.7...clickhouse-1.0.8) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [clickhouse-1.0.7](https://github.com/truecharts/charts/compare/clickhouse-1.0.6...clickhouse-1.0.7) (2022-08-10) ### Chore diff --git a/charts/dependency/clickhouse/README.md b/charts/dependency/clickhouse/README.md index be73b7bcab4..ad1f7ddb1a0 100644 --- a/charts/dependency/clickhouse/README.md +++ b/charts/dependency/clickhouse/README.md @@ -1,6 +1,6 @@ # clickhouse -![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.7.2.15](https://img.shields.io/badge/AppVersion-22.7.2.15-informational?style=flat-square) +![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.7.2.15](https://img.shields.io/badge/AppVersion-22.7.2.15-informational?style=flat-square) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). @@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/collabora-online/CHANGELOG.md b/charts/dependency/collabora-online/CHANGELOG.md index 484050c2030..ef4e66faad3 100644 --- a/charts/dependency/collabora-online/CHANGELOG.md +++ b/charts/dependency/collabora-online/CHANGELOG.md @@ -2,6 +2,20 @@ +## [collabora-online-12.1.27](https://github.com/truecharts/charts/compare/collabora-online-12.1.26...collabora-online-12.1.27) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [collabora-online-12.1.26](https://github.com/truecharts/charts/compare/collabora-online-12.1.25...collabora-online-12.1.26) (2022-08-10) ### Chore diff --git a/charts/dependency/collabora-online/README.md b/charts/dependency/collabora-online/README.md index a4c6eabf0b5..1b2b3c21700 100644 --- a/charts/dependency/collabora-online/README.md +++ b/charts/dependency/collabora-online/README.md @@ -1,6 +1,6 @@ # collabora-online -![Version: 12.1.26](https://img.shields.io/badge/Version-12.1.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.05.5.2](https://img.shields.io/badge/AppVersion-22.05.5.2-informational?style=flat-square) +![Version: 12.1.27](https://img.shields.io/badge/Version-12.1.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.05.5.2](https://img.shields.io/badge/AppVersion-22.05.5.2-informational?style=flat-square) An awesome Online Office suite. @@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/mariadb/CHANGELOG.md b/charts/dependency/mariadb/CHANGELOG.md index a81aa082575..d3a4ed7a8d2 100644 --- a/charts/dependency/mariadb/CHANGELOG.md +++ b/charts/dependency/mariadb/CHANGELOG.md @@ -2,6 +2,20 @@ +## [mariadb-3.0.53](https://github.com/truecharts/charts/compare/mariadb-3.0.52...mariadb-3.0.53) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [mariadb-3.0.52](https://github.com/truecharts/charts/compare/mariadb-3.0.51...mariadb-3.0.52) (2022-08-10) ### Chore diff --git a/charts/dependency/mariadb/README.md b/charts/dependency/mariadb/README.md index 1314ddbc237..24f312d660c 100644 --- a/charts/dependency/mariadb/README.md +++ b/charts/dependency/mariadb/README.md @@ -1,6 +1,6 @@ # mariadb -![Version: 3.0.52](https://img.shields.io/badge/Version-3.0.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.3](https://img.shields.io/badge/AppVersion-10.8.3-informational?style=flat-square) +![Version: 3.0.53](https://img.shields.io/badge/Version-3.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.3](https://img.shields.io/badge/AppVersion-10.8.3-informational?style=flat-square) Fast, reliable, scalable, and easy to use open-source relational database system. @@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/memcached/CHANGELOG.md b/charts/dependency/memcached/CHANGELOG.md index 16c0fe3e0a7..84f0ead2e92 100644 --- a/charts/dependency/memcached/CHANGELOG.md +++ b/charts/dependency/memcached/CHANGELOG.md @@ -2,6 +2,20 @@ +## [memcached-3.0.54](https://github.com/truecharts/charts/compare/memcached-3.0.53...memcached-3.0.54) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [memcached-3.0.53](https://github.com/truecharts/charts/compare/memcached-3.0.52...memcached-3.0.53) (2022-08-10) ### Chore diff --git a/charts/dependency/memcached/README.md b/charts/dependency/memcached/README.md index 019cc950609..a58a4d9eee2 100644 --- a/charts/dependency/memcached/README.md +++ b/charts/dependency/memcached/README.md @@ -1,6 +1,6 @@ # memcached -![Version: 3.0.53](https://img.shields.io/badge/Version-3.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.16](https://img.shields.io/badge/AppVersion-1.6.16-informational?style=flat-square) +![Version: 3.0.54](https://img.shields.io/badge/Version-3.0.54-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.16](https://img.shields.io/badge/AppVersion-1.6.16-informational?style=flat-square) Memcached is a memory-backed database caching solution @@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/mongodb/CHANGELOG.md b/charts/dependency/mongodb/CHANGELOG.md index f77b98dff8b..d7efad036bd 100644 --- a/charts/dependency/mongodb/CHANGELOG.md +++ b/charts/dependency/mongodb/CHANGELOG.md @@ -2,6 +2,20 @@ +## [mongodb-1.0.54](https://github.com/truecharts/charts/compare/mongodb-1.0.53...mongodb-1.0.54) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [mongodb-1.0.53](https://github.com/truecharts/charts/compare/mongodb-1.0.52...mongodb-1.0.53) (2022-08-10) ### Chore diff --git a/charts/dependency/mongodb/README.md b/charts/dependency/mongodb/README.md index bacbe5913d8..c1e695f96e1 100644 --- a/charts/dependency/mongodb/README.md +++ b/charts/dependency/mongodb/README.md @@ -1,6 +1,6 @@ # mongodb -![Version: 1.0.53](https://img.shields.io/badge/Version-1.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.10](https://img.shields.io/badge/AppVersion-5.0.10-informational?style=flat-square) +![Version: 1.0.54](https://img.shields.io/badge/Version-1.0.54-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.10](https://img.shields.io/badge/AppVersion-5.0.10-informational?style=flat-square) Fast, reliable, scalable, and easy to use open-source no-sql database system. @@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md index 34ea0e8d5d7..8c6ef446b65 100644 --- a/charts/dependency/postgresql/CHANGELOG.md +++ b/charts/dependency/postgresql/CHANGELOG.md @@ -2,6 +2,20 @@ +## [postgresql-8.0.55](https://github.com/truecharts/charts/compare/postgresql-8.0.54...postgresql-8.0.55) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [postgresql-8.0.54](https://github.com/truecharts/charts/compare/postgresql-8.0.53...postgresql-8.0.54) (2022-08-10) ### Chore diff --git a/charts/dependency/postgresql/README.md b/charts/dependency/postgresql/README.md index 4001d9a0f34..199500e0297 100644 --- a/charts/dependency/postgresql/README.md +++ b/charts/dependency/postgresql/README.md @@ -1,6 +1,6 @@ # postgresql -![Version: 8.0.54](https://img.shields.io/badge/Version-8.0.54-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.4.0](https://img.shields.io/badge/AppVersion-14.4.0-informational?style=flat-square) +![Version: 8.0.55](https://img.shields.io/badge/Version-8.0.55-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.4.0](https://img.shields.io/badge/AppVersion-14.4.0-informational?style=flat-square) PostgresSQL @@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/promtail/CHANGELOG.md b/charts/dependency/promtail/CHANGELOG.md index 89d7ee50591..3700360ef39 100644 --- a/charts/dependency/promtail/CHANGELOG.md +++ b/charts/dependency/promtail/CHANGELOG.md @@ -2,6 +2,15 @@ +## [promtail-3.0.39](https://github.com/truecharts/charts/compare/promtail-3.0.38...promtail-3.0.39) (2022-08-12) + +### Chore + +- update helm chart common to v10.4.12 + + + + ## [promtail-3.0.38](https://github.com/truecharts/charts/compare/promtail-3.0.37...promtail-3.0.38) (2022-08-10) ### Chore diff --git a/charts/dependency/promtail/README.md b/charts/dependency/promtail/README.md index 9ee11a5b3c4..57fe6a77ba2 100644 --- a/charts/dependency/promtail/README.md +++ b/charts/dependency/promtail/README.md @@ -1,6 +1,6 @@ # promtail -![Version: 3.0.38](https://img.shields.io/badge/Version-3.0.38-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) +![Version: 3.0.39](https://img.shields.io/badge/Version-3.0.39-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) Promtail is an agent which ships the contents of local logs to a Loki instance @@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/redis/CHANGELOG.md b/charts/dependency/redis/CHANGELOG.md index 8e04c69c58e..2e552e3281e 100644 --- a/charts/dependency/redis/CHANGELOG.md +++ b/charts/dependency/redis/CHANGELOG.md @@ -2,6 +2,20 @@ +## [redis-3.0.53](https://github.com/truecharts/charts/compare/redis-3.0.52...redis-3.0.53) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [redis-3.0.52](https://github.com/truecharts/charts/compare/redis-3.0.51...redis-3.0.52) (2022-08-10) ### Chore diff --git a/charts/dependency/redis/README.md b/charts/dependency/redis/README.md index 98133f17d68..d5207da243d 100644 --- a/charts/dependency/redis/README.md +++ b/charts/dependency/redis/README.md @@ -1,6 +1,6 @@ # redis -![Version: 3.0.52](https://img.shields.io/badge/Version-3.0.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square) +![Version: 3.0.53](https://img.shields.io/badge/Version-3.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square) Open source, advanced key-value store. @@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart diff --git a/charts/dependency/solr/CHANGELOG.md b/charts/dependency/solr/CHANGELOG.md index a66c09355cb..3fd6975f8b7 100644 --- a/charts/dependency/solr/CHANGELOG.md +++ b/charts/dependency/solr/CHANGELOG.md @@ -2,6 +2,20 @@ +## [solr-0.0.27](https://github.com/truecharts/charts/compare/solr-0.0.26...solr-0.0.27) (2022-08-12) + +### Chore + +- add documentation checkbox/section to all SCALE Apps + - update helm chart common to v10.4.12 + + ### Fix + +- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) + + + + ## [solr-0.0.26](https://github.com/truecharts/charts/compare/solr-0.0.25...solr-0.0.26) (2022-08-10) ### Chore diff --git a/charts/dependency/solr/README.md b/charts/dependency/solr/README.md index dc6fd7b874d..d9ebd6e3d46 100644 --- a/charts/dependency/solr/README.md +++ b/charts/dependency/solr/README.md @@ -1,6 +1,6 @@ # solr -![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.0](https://img.shields.io/badge/AppVersion-9.0.0-informational?style=flat-square) +![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.0](https://img.shields.io/badge/AppVersion-9.0.0-informational?style=flat-square) Apache Solr @@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.11 | +| https://library-charts.truecharts.org | common | 10.4.12 | ## Installing the Chart