diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af05a6..6c3a874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 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)) +- Validates OIDC config and ignores validation if specified via variables or Headscale config (fixes [#63](https://github.com/tale/headplane/issues/63)) + ### 0.3.7 (November 30, 2024) - Allow customizing the OIDC token endpoint auth method via `OIDC_CLIENT_SECRET_METHOD` (fixes [#57](https://github.com/tale/headplane/issues/57)) - Added a `/healthz` endpoint for Kubernetes and other health checks (fixes [#59](https://github.com/tale/headplane/issues/59)) diff --git a/docs/Basic-Integration.md b/docs/Basic-Integration.md index e6d7697..b5beeb9 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.7 + image: ghcr.io/tale/headplane:0.3.8 restart: unless-stopped ports: - '3000:3000' diff --git a/docs/integration/Docker.md b/docs/integration/Docker.md index 80cf656..9e44fde 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.7 + image: ghcr.io/tale/headplane:0.3.8 restart: unless-stopped volumes: - './data:/var/lib/headscale' diff --git a/docs/integration/Kubernetes.md b/docs/integration/Kubernetes.md index bad68fe..9caa75e 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.7 + image: ghcr.io/tale/headplane:0.3.8 env: - name: COOKIE_SECRET value: 'abcdefghijklmnopqrstuvwxyz'