diff --git a/charts/stable/powerdns/Chart.yaml b/charts/stable/powerdns/Chart.yaml index 4273009e..7d5527b9 100755 --- a/charts/stable/powerdns/Chart.yaml +++ b/charts/stable/powerdns/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 appVersion: v4.3.1 description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. name: powerdns -version: 3.2.1 +version: 3.2.2 home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/powerdns sources: - http://www.github.com/PowerDNS/ -icon: https://www.powerdns.com/img/pDNS_logo_positive_claim_down_screen_xsmall.png +icon: https://avatars.githubusercontent.com/u/1282630?s=200&v=4 maintainers: - name: carpenike email: ryan@ryanholt.net diff --git a/charts/stable/powerdns/README.md b/charts/stable/powerdns/README.md index c5f8c942..7443a278 100644 --- a/charts/stable/powerdns/README.md +++ b/charts/stable/powerdns/README.md @@ -1,6 +1,6 @@ # powerdns -![Version: 3.1.4](https://img.shields.io/badge/Version-3.1.4-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) +![Version: 3.2.2](https://img.shields.io/badge/Version-3.2.2-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. @@ -16,8 +16,8 @@ PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | -| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://charts.bitnami.com/bitnami | mariadb | 9.3.9 | +| https://charts.bitnami.com/bitnami | postgresql | 10.4.0 | ## TL;DR @@ -133,6 +133,20 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.2.2] + +#### Added + +- N/A + +#### Changed + +- Updated icon url. + +#### Removed + +- N/A + ### [1.0.0] #### Added @@ -147,7 +161,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[3.1.1]: #3.1.1 +[3.2.2]: #322 +[3.1.1]: #311 ## Support diff --git a/charts/stable/powerdns/README_CHANGELOG.md.gotmpl b/charts/stable/powerdns/README_CHANGELOG.md.gotmpl index f6ab48fb..b2b5bf3a 100644 --- a/charts/stable/powerdns/README_CHANGELOG.md.gotmpl +++ b/charts/stable/powerdns/README_CHANGELOG.md.gotmpl @@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.2.2] + +#### Added + +- N/A + +#### Changed + +- Updated icon url. + +#### Removed + +- N/A + ### [1.0.0] #### Added @@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[3.1.1]: #3.1.1 +[3.2.2]: #322 +[3.1.1]: #311 {{- end -}}