From 2f3256b2da1f1ea3d5591a0edb8e7620b47d9ad1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 29 Jul 2022 17:35:55 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../gokapi/{0.0.15 => 0.0.16}/CHANGELOG.md | 18 +++++++++--------- .../gokapi/{0.0.15 => 0.0.16}/Chart.lock | 2 +- .../gokapi/{0.0.15 => 0.0.16}/Chart.yaml | 2 +- incubator/gokapi/{0.0.15 => 0.0.16}/README.md | 2 +- .../gokapi/{0.0.15 => 0.0.16}/app-readme.md | 0 .../charts/common-10.4.8.tgz | Bin .../gokapi/{0.0.15 => 0.0.16}/ix_values.yaml | 0 .../gokapi/{0.0.15 => 0.0.16}/questions.yaml | 0 .../{0.0.15 => 0.0.16}/templates/common.yaml | 0 .../gokapi/{0.0.15 => 0.0.16}/values.yaml | 0 10 files changed, 12 insertions(+), 12 deletions(-) rename incubator/gokapi/{0.0.15 => 0.0.16}/CHANGELOG.md (92%) rename incubator/gokapi/{0.0.15 => 0.0.16}/Chart.lock (80%) rename incubator/gokapi/{0.0.15 => 0.0.16}/Chart.yaml (98%) rename incubator/gokapi/{0.0.15 => 0.0.16}/README.md (98%) rename incubator/gokapi/{0.0.15 => 0.0.16}/app-readme.md (100%) rename incubator/gokapi/{0.0.15 => 0.0.16}/charts/common-10.4.8.tgz (100%) rename incubator/gokapi/{0.0.15 => 0.0.16}/ix_values.yaml (100%) rename incubator/gokapi/{0.0.15 => 0.0.16}/questions.yaml (100%) rename incubator/gokapi/{0.0.15 => 0.0.16}/templates/common.yaml (100%) rename incubator/gokapi/{0.0.15 => 0.0.16}/values.yaml (100%) diff --git a/incubator/gokapi/0.0.15/CHANGELOG.md b/incubator/gokapi/0.0.16/CHANGELOG.md similarity index 92% rename from incubator/gokapi/0.0.15/CHANGELOG.md rename to incubator/gokapi/0.0.16/CHANGELOG.md index c7ae6518fa..0058c68c67 100644 --- a/incubator/gokapi/0.0.15/CHANGELOG.md +++ b/incubator/gokapi/0.0.16/CHANGELOG.md @@ -2,6 +2,15 @@ +## [gokapi-0.0.16](https://github.com/truecharts/apps/compare/gokapi-0.0.15...gokapi-0.0.16) (2022-07-29) + +### Chore + +- bump ([#3347](https://github.com/truecharts/apps/issues/3347)) + + + + ## [gokapi-0.0.15](https://github.com/truecharts/apps/compare/gokapi-0.0.14...gokapi-0.0.15) (2022-07-29) ### Fix @@ -88,12 +97,3 @@ ### Chore - 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 - diff --git a/incubator/gokapi/0.0.15/Chart.lock b/incubator/gokapi/0.0.16/Chart.lock similarity index 80% rename from incubator/gokapi/0.0.15/Chart.lock rename to incubator/gokapi/0.0.16/Chart.lock index 5180952484..43252f4edc 100644 --- a/incubator/gokapi/0.0.15/Chart.lock +++ b/incubator/gokapi/0.0.16/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.8 digest: sha256:57e44481adb7fd605739fb266e38ae0c04f147ec6de12d4423545322e1461bad -generated: "2022-07-29T16:32:53.912575022Z" +generated: "2022-07-29T17:29:30.701862206Z" diff --git a/incubator/gokapi/0.0.15/Chart.yaml b/incubator/gokapi/0.0.16/Chart.yaml similarity index 98% rename from incubator/gokapi/0.0.15/Chart.yaml rename to incubator/gokapi/0.0.16/Chart.yaml index 61d96592d8..92522e03b2 100644 --- a/incubator/gokapi/0.0.15/Chart.yaml +++ b/incubator/gokapi/0.0.16/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/Forceu/gokapi - https://hub.docker.com/r/f0rc3/gokapi type: application -version: 0.0.15 +version: 0.0.16 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/incubator/gokapi/0.0.15/README.md b/incubator/gokapi/0.0.16/README.md similarity index 98% rename from incubator/gokapi/0.0.15/README.md rename to incubator/gokapi/0.0.16/README.md index 740b2e8791..6516cc84a4 100644 --- a/incubator/gokapi/0.0.15/README.md +++ b/incubator/gokapi/0.0.16/README.md @@ -1,6 +1,6 @@ # gokapi -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.2](https://img.shields.io/badge/AppVersion-1.5.2-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.2](https://img.shields.io/badge/AppVersion-1.5.2-informational?style=flat-square) Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. diff --git a/incubator/gokapi/0.0.15/app-readme.md b/incubator/gokapi/0.0.16/app-readme.md similarity index 100% rename from incubator/gokapi/0.0.15/app-readme.md rename to incubator/gokapi/0.0.16/app-readme.md diff --git a/incubator/gokapi/0.0.15/charts/common-10.4.8.tgz b/incubator/gokapi/0.0.16/charts/common-10.4.8.tgz similarity index 100% rename from incubator/gokapi/0.0.15/charts/common-10.4.8.tgz rename to incubator/gokapi/0.0.16/charts/common-10.4.8.tgz diff --git a/incubator/gokapi/0.0.15/ix_values.yaml b/incubator/gokapi/0.0.16/ix_values.yaml similarity index 100% rename from incubator/gokapi/0.0.15/ix_values.yaml rename to incubator/gokapi/0.0.16/ix_values.yaml diff --git a/incubator/gokapi/0.0.15/questions.yaml b/incubator/gokapi/0.0.16/questions.yaml similarity index 100% rename from incubator/gokapi/0.0.15/questions.yaml rename to incubator/gokapi/0.0.16/questions.yaml diff --git a/incubator/gokapi/0.0.15/templates/common.yaml b/incubator/gokapi/0.0.16/templates/common.yaml similarity index 100% rename from incubator/gokapi/0.0.15/templates/common.yaml rename to incubator/gokapi/0.0.16/templates/common.yaml diff --git a/incubator/gokapi/0.0.15/values.yaml b/incubator/gokapi/0.0.16/values.yaml similarity index 100% rename from incubator/gokapi/0.0.15/values.yaml rename to incubator/gokapi/0.0.16/values.yaml