Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8f40bf3ceb
commit
b4b83bea71
|
@ -1,6 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [cloudflared-0.0.16](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.15...cloudflared-0.0.16) (2022-07-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- extend linter and apply lint ([#3200](https://github.com/truecharts/apps/issues/3200))
|
||||
|
||||
### Feat
|
||||
|
||||
- Add installation_notes for cloudflared ([#3196](https://github.com/truecharts/apps/issues/3196))
|
||||
|
||||
|
||||
|
||||
## [cloudflared-0.0.15](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.14...cloudflared-0.0.15) (2022-07-14)
|
||||
|
||||
### Fix
|
||||
|
@ -85,15 +97,3 @@
|
|||
#### Chore
|
||||
|
||||
* update docker general non-major ([#3089](https://github.com/truecharts/apps/issues/3089))
|
||||
|
||||
|
||||
|
||||
<a name="cloudflared-0.0.3"></a>
|
||||
### [cloudflared-0.0.3](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.4...cloudflared-0.0.3) (2022-07-06)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update docker general non-major ([#3078](https://github.com/truecharts/apps/issues/3078))
|
||||
|
||||
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
digest: sha256:e76f58e980866194e06f0e9135c981662f0b1132d3c5848dbf344c48ab657396
|
||||
generated: "2022-07-14T20:57:53.681637479Z"
|
||||
generated: "2022-07-17T11:16:42.103207981Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: cloudflared
|
||||
version: 0.0.15
|
||||
version: 0.0.16
|
||||
appVersion: "2022.7.1"
|
||||
description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
|
||||
type: application
|
|
@ -1,6 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [cloudflareddns-0.0.16](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.15...cloudflareddns-0.0.16) (2022-07-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- extend linter and apply lint ([#3200](https://github.com/truecharts/apps/issues/3200))
|
||||
|
||||
### Feat
|
||||
|
||||
- Add Setup-Guide for cloudflareddns ([#3197](https://github.com/truecharts/apps/issues/3197))
|
||||
|
||||
|
||||
|
||||
## [cloudflareddns-0.0.15](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.14...cloudflareddns-0.0.15) (2022-07-14)
|
||||
|
||||
### Fix
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#3066](https://github.com/truecharts/apps/issues/3066))
|
||||
|
||||
|
||||
|
||||
<a name="cloudflareddns-0.0.3"></a>
|
||||
### [cloudflareddns-0.0.3](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.2...cloudflareddns-0.0.3) (2022-07-04)
|
||||
|
||||
#### Fix
|
||||
|
||||
* fix DETECTION_MODE ([#3063](https://github.com/truecharts/apps/issues/3063))
|
||||
|
||||
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
digest: sha256:e76f58e980866194e06f0e9135c981662f0b1132d3c5848dbf344c48ab657396
|
||||
generated: "2022-07-14T20:57:46.642074048Z"
|
||||
generated: "2022-07-17T11:16:42.088771278Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: cloudflareddns
|
||||
version: 0.0.15
|
||||
version: 0.0.16
|
||||
appVersion: "latest"
|
||||
description: Update your Cloudflare DNS records using dynamically
|
||||
type: application
|
Loading…
Reference in New Issue