From a2ae8e8f1727d711ba70e50cf70144243ebfe4bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:10:55 +0000 Subject: [PATCH] chore(main): release tailscale-derp 0.11.0 (#79) 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 5c5ad2a..3a41424 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "chart/tailscale-derp": "0.10.0" + "chart/tailscale-derp": "0.11.0" } diff --git a/chart/tailscale-derp/CHANGELOG.md b/chart/tailscale-derp/CHANGELOG.md index da8efcf..047eb78 100644 --- a/chart/tailscale-derp/CHANGELOG.md +++ b/chart/tailscale-derp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/coreweave/tailscale-derp/compare/tailscale-derp-v0.10.0...tailscale-derp-v0.11.0) (2024-12-09) + + +### Features + +* **container:** update to ghcr.io/coreweave/tailscale-derp:v1.78.1-241672a ([67a8097](https://github.com/coreweave/tailscale-derp/commit/67a8097c81da27f0a10ef7be929d5ee64961074a)) + ## [0.10.0](https://github.com/coreweave/tailscale-derp/compare/tailscale-derp-v0.9.0...tailscale-derp-v0.10.0) (2024-11-24) diff --git a/chart/tailscale-derp/Chart.yaml b/chart/tailscale-derp/Chart.yaml index f5ff27a..a7166f9 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.10.0 +version: 0.11.0 appVersion: "v1.78.1-241672a" sources: - "https://github.com/coreweave/tailscale-derp"