Skip to content

Commit

Permalink
Merge pull request #108 from johanneskastl/20231103_tailscale_1.52.1
Browse files Browse the repository at this point in the history
20231103 tailscale 1.52.1
  • Loading branch information
Johannes Kastl authored Nov 3, 2023
2 parents 2a7f95a + 3159462 commit 8898776
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/tailscale/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v1.52.0
appVersion: v1.52.1
description: Run a tailscale subnet router in Kubernetes
name: tailscale
version: 0.7.0
version: 0.7.1
kubeVersion: ">=1.19.0-0"
keywords:
- tailscale
Expand All @@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update appVersion to 1.52.0
description: update appVersion to 1.52.1
16 changes: 15 additions & 1 deletion charts/tailscale/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tailscale

![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![AppVersion: v1.52.0](https://img.shields.io/badge/AppVersion-v1.52.0-informational?style=flat-square)
![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![AppVersion: v1.52.1](https://img.shields.io/badge/AppVersion-v1.52.1-informational?style=flat-square)

Run a tailscale subnet router in Kubernetes

Expand Down Expand Up @@ -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.7.1

#### Added

N/A

#### Changed

* update appVersion to 1.52.1

#### Fixed

N/A

### Version 0.7.0

#### Added
Expand Down
14 changes: 14 additions & 0 deletions charts/tailscale/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1

#### Added

N/A

#### Changed

* update appVersion to 1.52.1

#### Fixed

N/A

### Version 0.7.0

#### Added
Expand Down

0 comments on commit 8898776

Please sign in to comment.