From 9cb42be41256901a5fe315e74765907bc9a1f969 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:29:44 +0000 Subject: [PATCH] chore(main): release tailscale-derp 0.12.0 (#82) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- chart/tailscale-derp/CHANGELOG.md | 7 +++++++ chart/tailscale-derp/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 3a41424..6c478da 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "chart/tailscale-derp": "0.11.0" + "chart/tailscale-derp": "0.12.0" } diff --git a/chart/tailscale-derp/CHANGELOG.md b/chart/tailscale-derp/CHANGELOG.md index 047eb78..da913b7 100644 --- a/chart/tailscale-derp/CHANGELOG.md +++ b/chart/tailscale-derp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.0](https://github.com/coreweave/tailscale-derp/compare/tailscale-derp-v0.11.0...tailscale-derp-v0.12.0) (2024-12-13) + + +### Features + +* **container:** update to ghcr.io/coreweave/tailscale-derp:v1.78.3-37adc29 ([ce56fff](https://github.com/coreweave/tailscale-derp/commit/ce56fffc83e76aa955c9d026d8aa6af52c6a6768)) + ## [0.11.0](https://github.com/coreweave/tailscale-derp/compare/tailscale-derp-v0.10.0...tailscale-derp-v0.11.0) (2024-12-09) diff --git a/chart/tailscale-derp/Chart.yaml b/chart/tailscale-derp/Chart.yaml index effd84b..03cff9c 100644 --- a/chart/tailscale-derp/Chart.yaml +++ b/chart/tailscale-derp/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tailscale-derp description: Run a custom tailscale derp server on Kubernetes. type: application -version: 0.11.0 +version: 0.12.0 appVersion: "v1.78.3-37adc29" sources: - "https://github.com/coreweave/tailscale-derp"