From 240d8d619752e4c04e9ec66cd7cf89fdb8c8b11e Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 6 Dec 2024 19:30:12 -0500 Subject: [PATCH] chore: v0.3.9 --- CHANGELOG.md | 3 +++ docs/Basic-Integration.md | 2 +- docs/integration/Docker.md | 2 +- docs/integration/Kubernetes.md | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3a874..fc4c6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.3.9 (December 6, 2024) +- Fixed a race condition bug in the OIDC validation code + ### 0.3.8 (December 6, 2024) - Added a little HTML footer to show the login page and link to a donation page. - Allow creating pre-auth keys that expire past 90 days (fixes [#58](https://github.com/tale/headplane/issues/58)) diff --git a/docs/Basic-Integration.md b/docs/Basic-Integration.md index b5beeb9..9f1c4c2 100644 --- a/docs/Basic-Integration.md +++ b/docs/Basic-Integration.md @@ -29,7 +29,7 @@ Here is a simple Docker Compose deployment: services: headplane: container_name: headplane - image: ghcr.io/tale/headplane:0.3.8 + image: ghcr.io/tale/headplane:0.3.9 restart: unless-stopped ports: - '3000:3000' diff --git a/docs/integration/Docker.md b/docs/integration/Docker.md index 9e44fde..083dc55 100644 --- a/docs/integration/Docker.md +++ b/docs/integration/Docker.md @@ -50,7 +50,7 @@ services: TZ: 'America/New_York' headplane: container_name: headplane - image: ghcr.io/tale/headplane:0.3.8 + image: ghcr.io/tale/headplane:0.3.9 restart: unless-stopped volumes: - './data:/var/lib/headscale' diff --git a/docs/integration/Kubernetes.md b/docs/integration/Kubernetes.md index 9caa75e..0059503 100644 --- a/docs/integration/Kubernetes.md +++ b/docs/integration/Kubernetes.md @@ -88,7 +88,7 @@ spec: serviceAccountName: default containers: - name: headplane - image: ghcr.io/tale/headplane:0.3.8 + image: ghcr.io/tale/headplane:0.3.9 env: - name: COOKIE_SECRET value: 'abcdefghijklmnopqrstuvwxyz'