diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc59be..8a42f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.3.5 (November 8, 2024) +- Quickfix a bug where environment variables are ignored on the server. +- Remove a nagging error about missing cookie since that happens when signed out. + ### 0.3.4 (November 7, 2024) - Clicking on the machine name in the users page now takes you to the machine overview page. - Completely rebuilt the production server to work better outside of Docker and be lighter. More specifically, we've switched from the `@remix-run/serve` package to our own custom built server. diff --git a/docs/Basic-Integration.md b/docs/Basic-Integration.md index cc20b83..528ae48 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.2 + image: ghcr.io/tale/headplane:0.3.5 restart: unless-stopped ports: - '3000:3000' diff --git a/docs/integration/Docker.md b/docs/integration/Docker.md index 9af24c2..15059d7 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.2 + image: ghcr.io/tale/headplane:0.3.5 restart: unless-stopped volumes: - './data:/var/lib/headscale' diff --git a/docs/integration/Kubernetes.md b/docs/integration/Kubernetes.md index acf3a1c..df9016a 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.2 + image: ghcr.io/tale/headplane:0.3.5 env: - name: COOKIE_SECRET value: 'abcdefghijklmnopqrstuvwxyz'