diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index fb4e20e0..6ab295e4 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.8.4 description: "Anonaddy: Anonymous email forwarding" name: anonaddy -version: 1.2.1 +version: 2.0.0 kubeVersion: ">=1.16.0-0" keywords: - anonaddy @@ -16,12 +16,12 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 4.2.0 + version: 4.3.0 - name: mariadb - version: 9.7.1 + version: 10.2.0 repository: https://charts.bitnami.com/bitnami condition: mariadb.enabled - name: redis - version: 15.5.5 + version: 15.6.10 repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/charts/stable/anonaddy/README.md b/charts/stable/anonaddy/README.md index 8ac19d6a..563760b6 100644 --- a/charts/stable/anonaddy/README.md +++ b/charts/stable/anonaddy/README.md @@ -1,6 +1,6 @@ # anonaddy -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square) Anonaddy: Anonymous email forwarding @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | mariadb | 9.7.1 | -| https://charts.bitnami.com/bitnami | redis | 15.5.5 | -| https://library-charts.k8s-at-home.com | common | 4.2.0 | +| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 | +| https://charts.bitnami.com/bitnami | redis | 15.6.10 | +| https://library-charts.k8s-at-home.com | common | 4.3.0 | ## TL;DR @@ -97,6 +97,14 @@ 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). +### [2.0.0] + +#### Changed + +- **BREAKING**: Updated `mariadb` chart to version `10.2.0`. Check out the [chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-1000) to see which values have changed. +- Updated the `redis` chart to version 15.6.10. +- Updated the common library dependency to version 4.3.0. + ### [1.0.0] #### Added @@ -111,6 +119,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.0]: #200 [1.0.0]: #100 ## Support diff --git a/charts/stable/anonaddy/README_CHANGELOG.md.gotmpl b/charts/stable/anonaddy/README_CHANGELOG.md.gotmpl index 06ad5fb3..22d529f4 100644 --- a/charts/stable/anonaddy/README_CHANGELOG.md.gotmpl +++ b/charts/stable/anonaddy/README_CHANGELOG.md.gotmpl @@ -9,6 +9,14 @@ 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). +### [2.0.0] + +#### Changed + +- **BREAKING**: Updated `mariadb` chart to version `10.2.0`. Check out the [chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-1000) to see which values have changed. +- Updated the `redis` chart to version 15.6.10. +- Updated the common library dependency to version 4.3.0. + ### [1.0.0] #### Added @@ -23,5 +31,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.0]: #200 [1.0.0]: #100 {{- end -}}