Skip to content

Commit

Permalink
chore: v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Dec 7, 2024
1 parent f9b3893 commit 69cc698
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion docs/Basic-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/Kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 69cc698

Please sign in to comment.