diff --git a/charts/tailscale/Chart.yaml b/charts/tailscale/Chart.yaml index 69b4b36..15eabe7 100644 --- a/charts/tailscale/Chart.yaml +++ b/charts/tailscale/Chart.yaml @@ -1,10 +1,10 @@ --- apiVersion: v2 -# renovate datasource=docker registryUrl=docker.io depName=tailscale/tailscale -appVersion: v1.90.6 +# renovate datasource=docker registryUrl=https://docker.io depName=tailscale/tailscale +appVersion: v1.90.8 description: Run a tailscale subnet router in Kubernetes name: tailscale -version: 0.32.2 +version: 0.32.3 kubeVersion: ">=1.19.0-0" keywords: - tailscale @@ -23,4 +23,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: renovate comment in Chart.yaml before the appVersion + description: update tailscale to v1.90.8 diff --git a/charts/tailscale/README.md b/charts/tailscale/README.md index f06004a..c105e70 100644 --- a/charts/tailscale/README.md +++ b/charts/tailscale/README.md @@ -1,6 +1,6 @@ # tailscale -![Version: 0.32.2](https://img.shields.io/badge/Version-0.32.2-informational?style=flat-square) ![AppVersion: v1.90.6](https://img.shields.io/badge/AppVersion-v1.90.6-informational?style=flat-square) +![Version: 0.32.3](https://img.shields.io/badge/Version-0.32.3-informational?style=flat-square) ![AppVersion: v1.90.8](https://img.shields.io/badge/AppVersion-v1.90.8-informational?style=flat-square) Run a tailscale subnet router in Kubernetes @@ -136,6 +136,20 @@ All notable changes to this Helm chart 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). +### Version 0.32.3 + +#### Added + +N/A + +#### Changed + +* update tailscale to v1.90.8 + +#### Fixed + +N/A + ### Version 0.32.2 #### Added diff --git a/charts/tailscale/README_CHANGELOG.md.gotmpl b/charts/tailscale/README_CHANGELOG.md.gotmpl index f43fd27..f5c5109 100644 --- a/charts/tailscale/README_CHANGELOG.md.gotmpl +++ b/charts/tailscale/README_CHANGELOG.md.gotmpl @@ -10,6 +10,20 @@ All notable changes to this Helm chart 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). +### Version 0.32.3 + +#### Added + +N/A + +#### Changed + +* update tailscale to v1.90.8 + +#### Fixed + +N/A + ### Version 0.32.2 #### Added