Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
36f9347710
commit
1b87868f9b
Binary file not shown.
|
@ -1,6 +1,28 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gitea-1.0.15"></a>
|
||||
### [gitea-1.0.15](https://github.com/truecharts/apps/compare/gitea-1.0.14...gitea-1.0.15) (2021-10-19)
|
||||
|
||||
#### Change
|
||||
|
||||
* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178))
|
||||
|
||||
#### Chore
|
||||
|
||||
* Project-Eclipse 5, move app-readme to automatic generation script ([#1181](https://github.com/truecharts/apps/issues/1181))
|
||||
* update helm chart memcached to v5.15.6 ([#1179](https://github.com/truecharts/apps/issues/1179))
|
||||
|
||||
#### Feat
|
||||
|
||||
* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180))
|
||||
|
||||
#### Refactor
|
||||
|
||||
* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182))
|
||||
|
||||
|
||||
|
||||
<a name="gitea-1.0.14"></a>
|
||||
### [gitea-1.0.14](https://github.com/truecharts/apps/compare/gitea-1.0.13...gitea-1.0.14) (2021-10-19)
|
||||
|
||||
|
@ -75,25 +97,3 @@
|
|||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
|
||||
|
||||
|
||||
|
||||
<a name="gitea-1.0.6"></a>
|
||||
### [gitea-1.0.6](https://github.com/truecharts/apps/compare/gitea-1.0.5...gitea-1.0.6) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
|
||||
|
||||
|
||||
|
||||
<a name="gitea-1.0.5"></a>
|
||||
### [gitea-1.0.5](https://github.com/truecharts/apps/compare/gitea-1.0.4...gitea-1.0.5) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123))
|
||||
|
||||
|
||||
|
||||
<a name="gitea-1.0.4"></a>
|
|
@ -7,6 +7,6 @@ dependencies:
|
|||
version: 3.0.20
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 5.15.5
|
||||
digest: sha256:aea9c31c232fdbb024d846fbb62d297bea5819720051da6eb88ef178f61eece3
|
||||
generated: "2021-10-19T13:44:59.121978042Z"
|
||||
version: 5.15.6
|
||||
digest: sha256:5d6aa59e90ad666f0950efef50f52c797243c5131d7e604b4b8ec7ca83347af5
|
||||
generated: "2021-10-19T17:45:26.273119651Z"
|
|
@ -11,7 +11,7 @@ dependencies:
|
|||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 5.15.5
|
||||
version: 5.15.6
|
||||
deprecated: false
|
||||
description: Self hosted GIT repositories
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea
|
||||
|
@ -34,4 +34,10 @@ sources:
|
|||
- https://github.com/go-gitea/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea/
|
||||
type: application
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- GIT
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | memcached | 5.15.5 |
|
||||
| https://charts.bitnami.com/bitnami | memcached | 5.15.6 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.20 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
Binary file not shown.
|
@ -1,3 +1,4 @@
|
|||
icon: https://docs.gitea.io/images/gitea.png
|
||||
categories:
|
||||
- GIT
|
||||
icon_url: https://docs.gitea.io/images/gitea.png
|
||||
- GIT
|
||||
|
||||
|
|
Loading…
Reference in New Issue