diff --git a/dependency/mariadb/1.0.24/Chart.lock b/dependency/mariadb/1.0.24/Chart.lock deleted file mode 100644 index 46cd806566..0000000000 --- a/dependency/mariadb/1.0.24/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.11 -digest: sha256:2e616b379cd7b670612dd962cde811277a61896780510c9f3e7595d7acadcf92 -generated: "2021-12-05T13:45:20.772687144Z" diff --git a/dependency/mariadb/1.0.24/charts/common-8.9.11.tgz b/dependency/mariadb/1.0.24/charts/common-8.9.11.tgz deleted file mode 100644 index 3770bf79b1..0000000000 Binary files a/dependency/mariadb/1.0.24/charts/common-8.9.11.tgz and /dev/null differ diff --git a/dependency/mariadb/1.0.24/CHANGELOG.md b/dependency/mariadb/1.0.25/CHANGELOG.md similarity index 66% rename from dependency/mariadb/1.0.24/CHANGELOG.md rename to dependency/mariadb/1.0.25/CHANGELOG.md index 24f01340f4..604eb9ba1b 100644 --- a/dependency/mariadb/1.0.24/CHANGELOG.md +++ b/dependency/mariadb/1.0.25/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog
+ +### mariadb-1.0.25 (2021-12-05) + +#### Chore + +* bump apps to generate security page +* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) +* ensure container references are prefixed with v +* cleanup the ci for the security page a bit +* update dependencies +* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) +* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) +* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) +* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) +* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468)) +* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) +* update common +* update non-major ([#1423](https://github.com/truecharts/apps/issues/1423)) + +#### Fix + +* move deps back to ghcr for now. +* correct mountpath mistakes + + + ### [mariadb-1.0.24](https://github.com/truecharts/apps/compare/mariadb-1.0.23...mariadb-1.0.24) (2021-12-05) @@ -71,29 +97,3 @@ * update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) - - -### [mariadb-1.0.17](https://github.com/truecharts/apps/compare/mariadb-1.0.16...mariadb-1.0.17) (2021-11-30) - -#### Chore - -* update common - - - - -### [mariadb-1.0.15](https://github.com/truecharts/apps/compare/mariadb-1.0.14...mariadb-1.0.15) (2021-11-29) - -#### Chore - -* update common - - - - -### [mariadb-1.0.14](https://github.com/truecharts/apps/compare/mariadb-1.0.13...mariadb-1.0.14) (2021-11-28) - -#### Chore - -* update common on dependencies - diff --git a/dependency/mariadb/1.0.24/CONFIG.md b/dependency/mariadb/1.0.25/CONFIG.md similarity index 100% rename from dependency/mariadb/1.0.24/CONFIG.md rename to dependency/mariadb/1.0.25/CONFIG.md diff --git a/dependency/mariadb/1.0.25/Chart.lock b/dependency/mariadb/1.0.25/Chart.lock new file mode 100644 index 0000000000..b3ca5198e7 --- /dev/null +++ b/dependency/mariadb/1.0.25/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.13 +digest: sha256:0b3d55c3a990891d17a01fd96e44ecaffeddb933d41cfc296839ec67bad6d3b7 +generated: "2021-12-05T21:53:32.328821973Z" diff --git a/dependency/mariadb/1.0.24/Chart.yaml b/dependency/mariadb/1.0.25/Chart.yaml similarity index 96% rename from dependency/mariadb/1.0.24/Chart.yaml rename to dependency/mariadb/1.0.25/Chart.yaml index 577ee19528..6be28b1d7d 100644 --- a/dependency/mariadb/1.0.24/Chart.yaml +++ b/dependency/mariadb/1.0.25/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.6.5" dependencies: - name: common repository: https://truecharts.org - version: 8.9.11 + version: 8.9.13 deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. home: https://github.com/truecharts/apps/tree/master/stable/mariadb @@ -24,7 +24,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 1.0.24 +version: 1.0.25 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/1.0.24/README.md b/dependency/mariadb/1.0.25/README.md similarity index 96% rename from dependency/mariadb/1.0.24/README.md rename to dependency/mariadb/1.0.25/README.md index af2e2339c4..951ebf083c 100644 --- a/dependency/mariadb/1.0.24/README.md +++ b/dependency/mariadb/1.0.25/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.11 | +| https://truecharts.org | common | 8.9.13 | ## Installing the Chart diff --git a/dependency/mariadb/1.0.24/app-readme.md b/dependency/mariadb/1.0.25/app-readme.md similarity index 100% rename from dependency/mariadb/1.0.24/app-readme.md rename to dependency/mariadb/1.0.25/app-readme.md diff --git a/dependency/mariadb/1.0.25/charts/common-8.9.13.tgz b/dependency/mariadb/1.0.25/charts/common-8.9.13.tgz new file mode 100644 index 0000000000..cd5afa7a4e Binary files /dev/null and b/dependency/mariadb/1.0.25/charts/common-8.9.13.tgz differ diff --git a/dependency/mariadb/1.0.24/helm-values.md b/dependency/mariadb/1.0.25/helm-values.md similarity index 100% rename from dependency/mariadb/1.0.24/helm-values.md rename to dependency/mariadb/1.0.25/helm-values.md diff --git a/dependency/mariadb/1.0.24/ix_values.yaml b/dependency/mariadb/1.0.25/ix_values.yaml similarity index 100% rename from dependency/mariadb/1.0.24/ix_values.yaml rename to dependency/mariadb/1.0.25/ix_values.yaml diff --git a/dependency/mariadb/1.0.24/questions.yaml b/dependency/mariadb/1.0.25/questions.yaml similarity index 100% rename from dependency/mariadb/1.0.24/questions.yaml rename to dependency/mariadb/1.0.25/questions.yaml diff --git a/dependency/mariadb/1.0.24/security.md b/dependency/mariadb/1.0.25/security.md similarity index 99% rename from dependency/mariadb/1.0.24/security.md rename to dependency/mariadb/1.0.25/security.md index 7b7a435364..505363a3cd 100644 --- a/dependency/mariadb/1.0.24/security.md +++ b/dependency/mariadb/1.0.25/security.md @@ -3,7 +3,7 @@ hide: - toc --- -# Security Scan +# Security Overview diff --git a/dependency/mariadb/1.0.24/templates/common.yaml b/dependency/mariadb/1.0.25/templates/common.yaml similarity index 100% rename from dependency/mariadb/1.0.24/templates/common.yaml rename to dependency/mariadb/1.0.25/templates/common.yaml diff --git a/dependency/mariadb/1.0.24/templates/secret.yaml b/dependency/mariadb/1.0.25/templates/secret.yaml similarity index 100% rename from dependency/mariadb/1.0.24/templates/secret.yaml rename to dependency/mariadb/1.0.25/templates/secret.yaml diff --git a/dependency/mariadb/1.0.24/values.yaml b/dependency/mariadb/1.0.25/values.yaml similarity index 100% rename from dependency/mariadb/1.0.24/values.yaml rename to dependency/mariadb/1.0.25/values.yaml diff --git a/dependency/memcached/1.0.24/Chart.lock b/dependency/memcached/1.0.24/Chart.lock deleted file mode 100644 index b51819fc31..0000000000 --- a/dependency/memcached/1.0.24/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.11 -digest: sha256:2e616b379cd7b670612dd962cde811277a61896780510c9f3e7595d7acadcf92 -generated: "2021-12-05T13:46:12.482229609Z" diff --git a/dependency/memcached/1.0.24/charts/common-8.9.11.tgz b/dependency/memcached/1.0.24/charts/common-8.9.11.tgz deleted file mode 100644 index 3770bf79b1..0000000000 Binary files a/dependency/memcached/1.0.24/charts/common-8.9.11.tgz and /dev/null differ diff --git a/dependency/memcached/1.0.24/CHANGELOG.md b/dependency/memcached/1.0.25/CHANGELOG.md similarity index 70% rename from dependency/memcached/1.0.24/CHANGELOG.md rename to dependency/memcached/1.0.25/CHANGELOG.md index 46b3f8fc22..2ba901214b 100644 --- a/dependency/memcached/1.0.24/CHANGELOG.md +++ b/dependency/memcached/1.0.25/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog
+ +### memcached-1.0.25 (2021-12-05) + +#### Chore + +* bump apps to generate security page +* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) +* ensure container references are prefixed with v +* cleanup the ci for the security page a bit +* update dependencies +* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) +* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) +* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) +* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) +* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468)) +* update common +* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) +* update non-major ([#1423](https://github.com/truecharts/apps/issues/1423)) + +#### Fix + +* move deps back to ghcr for now. + + + ### [memcached-1.0.24](https://github.com/truecharts/apps/compare/memcached-1.0.23...memcached-1.0.24) (2021-12-05) @@ -72,28 +97,3 @@ -### [memcached-1.0.17](https://github.com/truecharts/apps/compare/memcached-1.0.16...memcached-1.0.17) (2021-11-30) - -#### Chore - -* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) - - - - -### [memcached-1.0.15](https://github.com/truecharts/apps/compare/memcached-1.0.14...memcached-1.0.15) (2021-11-29) - -#### Chore - -* update common - - - - -### [memcached-1.0.14](https://github.com/truecharts/apps/compare/memcached-1.0.13...memcached-1.0.14) (2021-11-28) - -#### Chore - -* update common on dependencies - - diff --git a/dependency/memcached/1.0.24/CONFIG.md b/dependency/memcached/1.0.25/CONFIG.md similarity index 100% rename from dependency/memcached/1.0.24/CONFIG.md rename to dependency/memcached/1.0.25/CONFIG.md diff --git a/dependency/memcached/1.0.25/Chart.lock b/dependency/memcached/1.0.25/Chart.lock new file mode 100644 index 0000000000..54dd1290d3 --- /dev/null +++ b/dependency/memcached/1.0.25/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.13 +digest: sha256:0b3d55c3a990891d17a01fd96e44ecaffeddb933d41cfc296839ec67bad6d3b7 +generated: "2021-12-05T21:53:32.381249881Z" diff --git a/dependency/memcached/1.0.24/Chart.yaml b/dependency/memcached/1.0.25/Chart.yaml similarity index 95% rename from dependency/memcached/1.0.24/Chart.yaml rename to dependency/memcached/1.0.25/Chart.yaml index f766c8e8f7..8f2ed86f6c 100644 --- a/dependency/memcached/1.0.24/Chart.yaml +++ b/dependency/memcached/1.0.25/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.12" dependencies: - name: common repository: https://truecharts.org - version: 8.9.11 + version: 8.9.13 deprecated: false description: Memcached is a memory-backed database caching solution home: https://github.com/truecharts/apps/tree/master/stable/memcached @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 1.0.24 +version: 1.0.25 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/1.0.24/README.md b/dependency/memcached/1.0.25/README.md similarity index 96% rename from dependency/memcached/1.0.24/README.md rename to dependency/memcached/1.0.25/README.md index ca4e104d17..8d7b2e4d80 100644 --- a/dependency/memcached/1.0.24/README.md +++ b/dependency/memcached/1.0.25/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.11 | +| https://truecharts.org | common | 8.9.13 | ## Installing the Chart diff --git a/dependency/memcached/1.0.24/app-readme.md b/dependency/memcached/1.0.25/app-readme.md similarity index 100% rename from dependency/memcached/1.0.24/app-readme.md rename to dependency/memcached/1.0.25/app-readme.md diff --git a/dependency/memcached/1.0.25/charts/common-8.9.13.tgz b/dependency/memcached/1.0.25/charts/common-8.9.13.tgz new file mode 100644 index 0000000000..cd5afa7a4e Binary files /dev/null and b/dependency/memcached/1.0.25/charts/common-8.9.13.tgz differ diff --git a/dependency/memcached/1.0.24/helm-values.md b/dependency/memcached/1.0.25/helm-values.md similarity index 100% rename from dependency/memcached/1.0.24/helm-values.md rename to dependency/memcached/1.0.25/helm-values.md diff --git a/dependency/memcached/1.0.24/ix_values.yaml b/dependency/memcached/1.0.25/ix_values.yaml similarity index 100% rename from dependency/memcached/1.0.24/ix_values.yaml rename to dependency/memcached/1.0.25/ix_values.yaml diff --git a/dependency/memcached/1.0.24/questions.yaml b/dependency/memcached/1.0.25/questions.yaml similarity index 100% rename from dependency/memcached/1.0.24/questions.yaml rename to dependency/memcached/1.0.25/questions.yaml diff --git a/dependency/memcached/1.0.24/security.md b/dependency/memcached/1.0.25/security.md similarity index 99% rename from dependency/memcached/1.0.24/security.md rename to dependency/memcached/1.0.25/security.md index 3ee998c265..c51f6ec04b 100644 --- a/dependency/memcached/1.0.24/security.md +++ b/dependency/memcached/1.0.25/security.md @@ -3,7 +3,7 @@ hide: - toc --- -# Security Scan +# Security Overview diff --git a/dependency/memcached/1.0.24/templates/common.yaml b/dependency/memcached/1.0.25/templates/common.yaml similarity index 100% rename from dependency/memcached/1.0.24/templates/common.yaml rename to dependency/memcached/1.0.25/templates/common.yaml diff --git a/dependency/memcached/1.0.24/values.yaml b/dependency/memcached/1.0.25/values.yaml similarity index 100% rename from dependency/memcached/1.0.24/values.yaml rename to dependency/memcached/1.0.25/values.yaml diff --git a/dependency/postgresql/6.0.21/Chart.lock b/dependency/postgresql/6.0.21/Chart.lock deleted file mode 100644 index 6c3de2f08c..0000000000 --- a/dependency/postgresql/6.0.21/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.11 -digest: sha256:2e616b379cd7b670612dd962cde811277a61896780510c9f3e7595d7acadcf92 -generated: "2021-12-05T12:36:40.994792385Z" diff --git a/dependency/postgresql/6.0.21/charts/common-8.9.11.tgz b/dependency/postgresql/6.0.21/charts/common-8.9.11.tgz deleted file mode 100644 index 3770bf79b1..0000000000 Binary files a/dependency/postgresql/6.0.21/charts/common-8.9.11.tgz and /dev/null differ diff --git a/dependency/postgresql/6.0.21/CHANGELOG.md b/dependency/postgresql/6.0.22/CHANGELOG.md similarity index 69% rename from dependency/postgresql/6.0.21/CHANGELOG.md rename to dependency/postgresql/6.0.22/CHANGELOG.md index 1490e70f97..58c3311ba3 100644 --- a/dependency/postgresql/6.0.21/CHANGELOG.md +++ b/dependency/postgresql/6.0.22/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog
+ +### postgresql-6.0.22 (2021-12-05) + +#### Chore + +* bump apps to generate security page +* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) +* ensure container references are prefixed with v +* cleanup the ci for the security page a bit +* update dependencies +* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) +* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) +* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) +* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) +* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) +* update common +* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) +* update non-major ([#1423](https://github.com/truecharts/apps/issues/1423)) + +#### Fix + +* move deps back to ghcr for now. +* correct mountpath mistakes + + + ### [postgresql-6.0.21](https://github.com/truecharts/apps/compare/postgresql-6.0.20...postgresql-6.0.21) (2021-12-05) @@ -71,29 +97,3 @@ * update common - - -### [postgresql-6.0.14](https://github.com/truecharts/apps/compare/postgresql-6.0.13...postgresql-6.0.14) (2021-11-30) - -#### Chore - -* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) - - - - -### [postgresql-6.0.12](https://github.com/truecharts/apps/compare/postgresql-6.0.11...postgresql-6.0.12) (2021-11-29) - -#### Chore - -* update common - - - - -### [postgresql-6.0.11](https://github.com/truecharts/apps/compare/postgresql-6.0.10...postgresql-6.0.11) (2021-11-28) - -#### Chore - -* update common on dependencies - diff --git a/dependency/postgresql/6.0.21/CONFIG.md b/dependency/postgresql/6.0.22/CONFIG.md similarity index 100% rename from dependency/postgresql/6.0.21/CONFIG.md rename to dependency/postgresql/6.0.22/CONFIG.md diff --git a/dependency/postgresql/6.0.22/Chart.lock b/dependency/postgresql/6.0.22/Chart.lock new file mode 100644 index 0000000000..1dce3abacb --- /dev/null +++ b/dependency/postgresql/6.0.22/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.13 +digest: sha256:0b3d55c3a990891d17a01fd96e44ecaffeddb933d41cfc296839ec67bad6d3b7 +generated: "2021-12-05T21:53:32.376443316Z" diff --git a/dependency/postgresql/6.0.21/Chart.yaml b/dependency/postgresql/6.0.22/Chart.yaml similarity index 95% rename from dependency/postgresql/6.0.21/Chart.yaml rename to dependency/postgresql/6.0.22/Chart.yaml index 61e3713c9a..ba64beba5e 100644 --- a/dependency/postgresql/6.0.21/Chart.yaml +++ b/dependency/postgresql/6.0.22/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "14.1.0" dependencies: - name: common repository: https://truecharts.org - version: 8.9.11 + version: 8.9.13 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 6.0.21 +version: 6.0.22 annotations: truecharts.org/catagories: | - database diff --git a/dependency/postgresql/6.0.21/README.md b/dependency/postgresql/6.0.22/README.md similarity index 96% rename from dependency/postgresql/6.0.21/README.md rename to dependency/postgresql/6.0.22/README.md index f07e67095d..533f974a02 100644 --- a/dependency/postgresql/6.0.21/README.md +++ b/dependency/postgresql/6.0.22/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.11 | +| https://truecharts.org | common | 8.9.13 | ## Installing the Chart diff --git a/dependency/postgresql/6.0.21/app-readme.md b/dependency/postgresql/6.0.22/app-readme.md similarity index 100% rename from dependency/postgresql/6.0.21/app-readme.md rename to dependency/postgresql/6.0.22/app-readme.md diff --git a/dependency/postgresql/6.0.22/charts/common-8.9.13.tgz b/dependency/postgresql/6.0.22/charts/common-8.9.13.tgz new file mode 100644 index 0000000000..cd5afa7a4e Binary files /dev/null and b/dependency/postgresql/6.0.22/charts/common-8.9.13.tgz differ diff --git a/dependency/postgresql/6.0.21/helm-values.md b/dependency/postgresql/6.0.22/helm-values.md similarity index 100% rename from dependency/postgresql/6.0.21/helm-values.md rename to dependency/postgresql/6.0.22/helm-values.md diff --git a/dependency/postgresql/6.0.21/ix_values.yaml b/dependency/postgresql/6.0.22/ix_values.yaml similarity index 100% rename from dependency/postgresql/6.0.21/ix_values.yaml rename to dependency/postgresql/6.0.22/ix_values.yaml diff --git a/dependency/postgresql/6.0.21/questions.yaml b/dependency/postgresql/6.0.22/questions.yaml similarity index 100% rename from dependency/postgresql/6.0.21/questions.yaml rename to dependency/postgresql/6.0.22/questions.yaml diff --git a/dependency/postgresql/6.0.21/security.md b/dependency/postgresql/6.0.22/security.md similarity index 99% rename from dependency/postgresql/6.0.21/security.md rename to dependency/postgresql/6.0.22/security.md index 0d0a7e0cab..dd19270540 100644 --- a/dependency/postgresql/6.0.21/security.md +++ b/dependency/postgresql/6.0.22/security.md @@ -3,7 +3,7 @@ hide: - toc --- -# Security Scan +# Security Overview diff --git a/dependency/postgresql/6.0.21/templates/backup-postgres-config.yaml b/dependency/postgresql/6.0.22/templates/backup-postgres-config.yaml similarity index 100% rename from dependency/postgresql/6.0.21/templates/backup-postgres-config.yaml rename to dependency/postgresql/6.0.22/templates/backup-postgres-config.yaml diff --git a/dependency/postgresql/6.0.21/templates/common.yaml b/dependency/postgresql/6.0.22/templates/common.yaml similarity index 100% rename from dependency/postgresql/6.0.21/templates/common.yaml rename to dependency/postgresql/6.0.22/templates/common.yaml diff --git a/dependency/postgresql/6.0.21/templates/secret.yaml b/dependency/postgresql/6.0.22/templates/secret.yaml similarity index 100% rename from dependency/postgresql/6.0.21/templates/secret.yaml rename to dependency/postgresql/6.0.22/templates/secret.yaml diff --git a/dependency/postgresql/6.0.21/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/6.0.22/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from dependency/postgresql/6.0.21/templates/upgrade-backup-postgres-hook.yaml rename to dependency/postgresql/6.0.22/templates/upgrade-backup-postgres-hook.yaml diff --git a/dependency/postgresql/6.0.21/values.yaml b/dependency/postgresql/6.0.22/values.yaml similarity index 100% rename from dependency/postgresql/6.0.21/values.yaml rename to dependency/postgresql/6.0.22/values.yaml diff --git a/dependency/promtail/1.0.9/CHANGELOG.md b/dependency/promtail/1.0.10/CHANGELOG.md similarity index 72% rename from dependency/promtail/1.0.9/CHANGELOG.md rename to dependency/promtail/1.0.10/CHANGELOG.md index b213302d84..157041199d 100644 --- a/dependency/promtail/1.0.9/CHANGELOG.md +++ b/dependency/promtail/1.0.10/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog
+ +### promtail-1.0.10 (2021-12-05) + +#### Chore + +* bump apps to generate security page +* ensure container references are prefixed with v +* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) +* cleanup the ci for the security page a bit +* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) +* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) +* update dependencies +* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) +* update common +* update non-major ([#1423](https://github.com/truecharts/apps/issues/1423)) + +#### Fix + +* move deps back to ghcr for now. + + + ### [promtail-1.0.9](https://github.com/truecharts/apps/compare/promtail-1.0.8...promtail-1.0.9) (2021-12-05) @@ -75,25 +97,3 @@ * update common on dependencies - - -### [promtail-1.0.0](https://github.com/truecharts/apps/compare/promtail-0.0.4...promtail-1.0.0) (2021-11-24) - -#### Chore - -* move promtail to dependency train - - - - -### [promtail-0.0.4](https://github.com/truecharts/apps/compare/promtail-0.0.3...promtail-0.0.4) (2021-11-24) - -#### Fix - -* fix storage issues with promtail - - - - -### [promtail-0.0.3](https://github.com/truecharts/apps/compare/promtail-0.0.2...promtail-0.0.3) (2021-11-24) - diff --git a/dependency/promtail/1.0.9/CONFIG.md b/dependency/promtail/1.0.10/CONFIG.md similarity index 100% rename from dependency/promtail/1.0.9/CONFIG.md rename to dependency/promtail/1.0.10/CONFIG.md diff --git a/dependency/promtail/1.0.10/Chart.lock b/dependency/promtail/1.0.10/Chart.lock new file mode 100644 index 0000000000..327aae0d57 --- /dev/null +++ b/dependency/promtail/1.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.13 +digest: sha256:0b3d55c3a990891d17a01fd96e44ecaffeddb933d41cfc296839ec67bad6d3b7 +generated: "2021-12-05T21:53:32.372044664Z" diff --git a/dependency/promtail/1.0.9/Chart.yaml b/dependency/promtail/1.0.10/Chart.yaml similarity index 95% rename from dependency/promtail/1.0.9/Chart.yaml rename to dependency/promtail/1.0.10/Chart.yaml index f93cb0fba0..72fad0c453 100644 --- a/dependency/promtail/1.0.9/Chart.yaml +++ b/dependency/promtail/1.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.4.1" dependencies: - name: common repository: https://truecharts.org - version: 8.9.11 + version: 8.9.13 deprecated: false description: Promtail is an agent which ships the contents of local logs to a Loki instance icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png @@ -22,7 +22,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 1.0.9 +version: 1.0.10 annotations: truecharts.org/catagories: | - metrics diff --git a/dependency/promtail/1.0.9/README.md b/dependency/promtail/1.0.10/README.md similarity index 96% rename from dependency/promtail/1.0.9/README.md rename to dependency/promtail/1.0.10/README.md index b7f3383a39..21c63e4757 100644 --- a/dependency/promtail/1.0.9/README.md +++ b/dependency/promtail/1.0.10/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.11 | +| https://truecharts.org | common | 8.9.13 | ## Installing the Chart diff --git a/dependency/promtail/1.0.9/app-readme.md b/dependency/promtail/1.0.10/app-readme.md similarity index 100% rename from dependency/promtail/1.0.9/app-readme.md rename to dependency/promtail/1.0.10/app-readme.md diff --git a/dependency/promtail/1.0.10/charts/common-8.9.13.tgz b/dependency/promtail/1.0.10/charts/common-8.9.13.tgz new file mode 100644 index 0000000000..cd5afa7a4e Binary files /dev/null and b/dependency/promtail/1.0.10/charts/common-8.9.13.tgz differ diff --git a/dependency/promtail/1.0.9/helm-values.md b/dependency/promtail/1.0.10/helm-values.md similarity index 100% rename from dependency/promtail/1.0.9/helm-values.md rename to dependency/promtail/1.0.10/helm-values.md diff --git a/dependency/promtail/1.0.9/ix_values.yaml b/dependency/promtail/1.0.10/ix_values.yaml similarity index 100% rename from dependency/promtail/1.0.9/ix_values.yaml rename to dependency/promtail/1.0.10/ix_values.yaml diff --git a/dependency/promtail/1.0.9/questions.yaml b/dependency/promtail/1.0.10/questions.yaml similarity index 100% rename from dependency/promtail/1.0.9/questions.yaml rename to dependency/promtail/1.0.10/questions.yaml diff --git a/dependency/promtail/1.0.9/security.md b/dependency/promtail/1.0.10/security.md similarity index 99% rename from dependency/promtail/1.0.9/security.md rename to dependency/promtail/1.0.10/security.md index 3d730a7fc2..71f5c47957 100644 --- a/dependency/promtail/1.0.9/security.md +++ b/dependency/promtail/1.0.10/security.md @@ -3,7 +3,7 @@ hide: - toc --- -# Security Scan +# Security Overview diff --git a/dependency/promtail/1.0.9/templates/common.yaml b/dependency/promtail/1.0.10/templates/common.yaml similarity index 100% rename from dependency/promtail/1.0.9/templates/common.yaml rename to dependency/promtail/1.0.10/templates/common.yaml diff --git a/dependency/promtail/1.0.9/templates/secret.yaml b/dependency/promtail/1.0.10/templates/secret.yaml similarity index 100% rename from dependency/promtail/1.0.9/templates/secret.yaml rename to dependency/promtail/1.0.10/templates/secret.yaml diff --git a/dependency/promtail/1.0.9/templates/servicemonitor.yaml b/dependency/promtail/1.0.10/templates/servicemonitor.yaml similarity index 100% rename from dependency/promtail/1.0.9/templates/servicemonitor.yaml rename to dependency/promtail/1.0.10/templates/servicemonitor.yaml diff --git a/dependency/promtail/1.0.9/values.yaml b/dependency/promtail/1.0.10/values.yaml similarity index 100% rename from dependency/promtail/1.0.9/values.yaml rename to dependency/promtail/1.0.10/values.yaml diff --git a/dependency/promtail/1.0.9/Chart.lock b/dependency/promtail/1.0.9/Chart.lock deleted file mode 100644 index 539e33b234..0000000000 --- a/dependency/promtail/1.0.9/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.11 -digest: sha256:2e616b379cd7b670612dd962cde811277a61896780510c9f3e7595d7acadcf92 -generated: "2021-12-05T12:36:41.014448321Z" diff --git a/dependency/promtail/1.0.9/charts/common-8.9.11.tgz b/dependency/promtail/1.0.9/charts/common-8.9.11.tgz deleted file mode 100644 index 3770bf79b1..0000000000 Binary files a/dependency/promtail/1.0.9/charts/common-8.9.11.tgz and /dev/null differ diff --git a/dependency/redis/1.0.26/Chart.lock b/dependency/redis/1.0.26/Chart.lock deleted file mode 100644 index 3c7ddc655e..0000000000 --- a/dependency/redis/1.0.26/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.11 -digest: sha256:2e616b379cd7b670612dd962cde811277a61896780510c9f3e7595d7acadcf92 -generated: "2021-12-05T13:46:18.831365661Z" diff --git a/dependency/redis/1.0.26/charts/common-8.9.11.tgz b/dependency/redis/1.0.26/charts/common-8.9.11.tgz deleted file mode 100644 index 3770bf79b1..0000000000 Binary files a/dependency/redis/1.0.26/charts/common-8.9.11.tgz and /dev/null differ diff --git a/dependency/redis/1.0.26/CHANGELOG.md b/dependency/redis/1.0.27/CHANGELOG.md similarity index 67% rename from dependency/redis/1.0.26/CHANGELOG.md rename to dependency/redis/1.0.27/CHANGELOG.md index 3c98fccc4b..0db115003c 100644 --- a/dependency/redis/1.0.26/CHANGELOG.md +++ b/dependency/redis/1.0.27/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog
+ +### redis-1.0.27 (2021-12-05) + +#### Chore + +* bump apps to generate security page +* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) +* ensure container references are prefixed with v +* cleanup the ci for the security page a bit +* update dependencies +* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) +* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) +* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) +* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) +* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468)) +* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) +* update common +* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) +* update non-major ([#1423](https://github.com/truecharts/apps/issues/1423)) + +#### Fix + +* move deps back to ghcr for now. +* correct mountpath mistakes + + + ### [redis-1.0.26](https://github.com/truecharts/apps/compare/redis-1.0.25...redis-1.0.26) (2021-12-05) @@ -70,30 +97,3 @@ * update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) - - - -### [redis-1.0.19](https://github.com/truecharts/apps/compare/redis-1.0.18...redis-1.0.19) (2021-11-30) - -#### Chore - -* update common - - - - -### [redis-1.0.18](https://github.com/truecharts/apps/compare/redis-1.0.17...redis-1.0.18) (2021-11-30) - -#### Chore - -* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) - - - - -### [redis-1.0.16](https://github.com/truecharts/apps/compare/redis-1.0.15...redis-1.0.16) (2021-11-29) - -#### Chore - -* update common - diff --git a/dependency/redis/1.0.26/CONFIG.md b/dependency/redis/1.0.27/CONFIG.md similarity index 100% rename from dependency/redis/1.0.26/CONFIG.md rename to dependency/redis/1.0.27/CONFIG.md diff --git a/dependency/redis/1.0.27/Chart.lock b/dependency/redis/1.0.27/Chart.lock new file mode 100644 index 0000000000..fa7c923512 --- /dev/null +++ b/dependency/redis/1.0.27/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.13 +digest: sha256:0b3d55c3a990891d17a01fd96e44ecaffeddb933d41cfc296839ec67bad6d3b7 +generated: "2021-12-05T21:53:53.946282373Z" diff --git a/dependency/redis/1.0.26/Chart.yaml b/dependency/redis/1.0.27/Chart.yaml similarity index 95% rename from dependency/redis/1.0.26/Chart.yaml rename to dependency/redis/1.0.27/Chart.yaml index a09ac4ba1a..17de955ec3 100644 --- a/dependency/redis/1.0.26/Chart.yaml +++ b/dependency/redis/1.0.27/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.2.6" dependencies: - name: common repository: https://truecharts.org - version: 8.9.11 + version: 8.9.13 deprecated: false description: Open source, advanced key-value store. home: https://github.com/truecharts/apps/tree/master/stable/redis @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 1.0.26 +version: 1.0.27 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/1.0.26/README.md b/dependency/redis/1.0.27/README.md similarity index 96% rename from dependency/redis/1.0.26/README.md rename to dependency/redis/1.0.27/README.md index 6bc5a3c8af..a7e30f77d5 100644 --- a/dependency/redis/1.0.26/README.md +++ b/dependency/redis/1.0.27/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.11 | +| https://truecharts.org | common | 8.9.13 | ## Installing the Chart diff --git a/dependency/redis/1.0.26/app-readme.md b/dependency/redis/1.0.27/app-readme.md similarity index 100% rename from dependency/redis/1.0.26/app-readme.md rename to dependency/redis/1.0.27/app-readme.md diff --git a/dependency/redis/1.0.27/charts/common-8.9.13.tgz b/dependency/redis/1.0.27/charts/common-8.9.13.tgz new file mode 100644 index 0000000000..cd5afa7a4e Binary files /dev/null and b/dependency/redis/1.0.27/charts/common-8.9.13.tgz differ diff --git a/dependency/redis/1.0.26/helm-values.md b/dependency/redis/1.0.27/helm-values.md similarity index 100% rename from dependency/redis/1.0.26/helm-values.md rename to dependency/redis/1.0.27/helm-values.md diff --git a/dependency/redis/1.0.26/ix_values.yaml b/dependency/redis/1.0.27/ix_values.yaml similarity index 100% rename from dependency/redis/1.0.26/ix_values.yaml rename to dependency/redis/1.0.27/ix_values.yaml diff --git a/dependency/redis/1.0.26/questions.yaml b/dependency/redis/1.0.27/questions.yaml similarity index 100% rename from dependency/redis/1.0.26/questions.yaml rename to dependency/redis/1.0.27/questions.yaml diff --git a/dependency/redis/1.0.26/security.md b/dependency/redis/1.0.27/security.md similarity index 99% rename from dependency/redis/1.0.26/security.md rename to dependency/redis/1.0.27/security.md index c136eb5fdf..a7f387a52d 100644 --- a/dependency/redis/1.0.26/security.md +++ b/dependency/redis/1.0.27/security.md @@ -3,7 +3,7 @@ hide: - toc --- -# Security Scan +# Security Overview diff --git a/dependency/redis/1.0.26/templates/common.yaml b/dependency/redis/1.0.27/templates/common.yaml similarity index 100% rename from dependency/redis/1.0.26/templates/common.yaml rename to dependency/redis/1.0.27/templates/common.yaml diff --git a/dependency/redis/1.0.26/templates/health-configmap.yaml b/dependency/redis/1.0.27/templates/health-configmap.yaml similarity index 100% rename from dependency/redis/1.0.26/templates/health-configmap.yaml rename to dependency/redis/1.0.27/templates/health-configmap.yaml diff --git a/dependency/redis/1.0.26/templates/secret.yaml b/dependency/redis/1.0.27/templates/secret.yaml similarity index 100% rename from dependency/redis/1.0.26/templates/secret.yaml rename to dependency/redis/1.0.27/templates/secret.yaml diff --git a/dependency/redis/1.0.26/values.yaml b/dependency/redis/1.0.27/values.yaml similarity index 100% rename from dependency/redis/1.0.26/values.yaml rename to dependency/redis/1.0.27/values.yaml