diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index c0362b70..dd46f048 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 2021.4.4 +appVersion: 2021.5.5 description: Home Assistant name: home-assistant -version: 8.2.0 +version: 8.3.0 kubeVersion: ">=1.16.0-0" keywords: - home-assistant diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index aa1963b1..c005726f 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -1,6 +1,6 @@ # home-assistant -![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![AppVersion: 2021.4.4](https://img.shields.io/badge/AppVersion-2021.4.4-informational?style=flat-square) +![Version: 8.3.0](https://img.shields.io/badge/Version-8.3.0-informational?style=flat-square) ![AppVersion: 2021.5.5](https://img.shields.io/badge/AppVersion-2021.5.5-informational?style=flat-square) Home Assistant @@ -21,9 +21,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | influxdb | 1.1.9 | -| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | -| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | -| https://library-charts.k8s-at-home.com | common | 2.3.1 | +| https://charts.bitnami.com/bitnami | mariadb | 9.3.9 | +| https://charts.bitnami.com/bitnami | postgresql | 10.4.0 | +| https://library-charts.k8s-at-home.com | common | 2.5.0 | ## TL;DR @@ -129,7 +129,7 @@ The value derived is the name of the kubernetes service object for home-assistan | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"homeassistant/home-assistant"` | | -| image.tag | string | `"2021.4.4"` | | +| image.tag | string | `"2021.5.5"` | | | influxdb.architecture | string | `"standalone"` | | | influxdb.authEnabled | bool | `false` | | | influxdb.database | string | `"home_assistant"` | | @@ -161,6 +161,12 @@ All notable changes to this project will be documented in this file. 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). +## [8.3.0] + +### Changed + +- Updated image tag to version 2021.5.5 + ## [8.0.0] ### Changed @@ -245,4 +251,4 @@ This is the last version before starting this changelog. All sorts of cool stuff - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/home-assistant/README.md.gotmpl b/charts/stable/home-assistant/README.md.gotmpl index c21f99b3..358abe31 100644 --- a/charts/stable/home-assistant/README.md.gotmpl +++ b/charts/stable/home-assistant/README.md.gotmpl @@ -143,3 +143,4 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} - {{ template "custom.support" . }} {{ template "helm-docs.versionFooter" . }} +{{ "" }} diff --git a/charts/stable/home-assistant/README_CHANGELOG.md.gotmpl b/charts/stable/home-assistant/README_CHANGELOG.md.gotmpl index 6d35ed92..20b2e0ac 100644 --- a/charts/stable/home-assistant/README_CHANGELOG.md.gotmpl +++ b/charts/stable/home-assistant/README_CHANGELOG.md.gotmpl @@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file. 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). +## [8.3.0] + +### Changed + +- Updated image tag to version 2021.5.5. + ## [8.0.0] ### Changed @@ -25,10 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Migrated chart over to our common library, this version introduces breaking changes. Be sure to back up your config volume incase something goes wrong. -- Upgraded `home-assistant` container image to `2020.12.1` -- Upgraded `postgresql` subchart from version 10.1.3 to version 10.2.0. -- Upgraded `influxdb` subchart from version 1.1.2 to version 1.1.4. -- Upgraded `mariadb` subchart from version 9.1.2 to version 9.1.4 +- Upgraded `home-assistant` container image to `2020.12.1`. +- Upgraded `postgresql` subchart from version 10.1.3 to version 10.2.0. +- Upgraded `influxdb` subchart from version 1.1.2 to version 1.1.4. +- Upgraded `mariadb` subchart from version 9.1.2 to version 9.1.4. ## [4.0.0] @@ -55,11 +61,11 @@ Any pre-existing StatefulSet will have to be removed before upgrading due to a n ### Changed - The default `home-assistant` image has been updated to v0.118.3. -- The default `vscode` image has been updated to 3.7.2 +- The default `vscode` image has been updated to 3.7.2. - :warning: Upgraded `influxdb` subchart from version 0.6.7 to version 1.0.0. -- :warning: Upgraded `postgresql` subchart from version 9.1.2 to version 10.1.0. +- :warning: Upgraded `postgresql` subchart from version 9.1.2 to version 10.1.0. This is a major version update, [requiring changes](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1000) in your `values.yaml` if you use it! -- :warning: Upgraded `mariadb` subchart from version 7.7.1 to version 9.0.1. +- :warning: Upgraded `mariadb` subchart from version 7.7.1 to version 9.0.1. This is a major version update, [requiring changes](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-900) in your `values.yaml` if you use it! ### Removed diff --git a/charts/stable/home-assistant/values.yaml b/charts/stable/home-assistant/values.yaml index 1baff346..a0c94f0b 100644 --- a/charts/stable/home-assistant/values.yaml +++ b/charts/stable/home-assistant/values.yaml @@ -8,7 +8,7 @@ image: repository: homeassistant/home-assistant pullPolicy: IfNotPresent - tag: 2021.4.4 + tag: 2021.5.5 strategy: type: Recreate