From bd1b676a2ffe72dbb7de353814f954c8442278ea Mon Sep 17 00:00:00 2001 From: stellarshenson Date: Sun, 9 Nov 2025 23:04:20 +0100 Subject: [PATCH] chore: update project.env for RELEASE_3.2.11 Updated version metadata: - VERSION_COMMENT reflects key features of v3.2.11 - Added RELEASE_TAG: RELEASE_3.2.11 - Added RELEASE_DATE: 2025-11-09 This marks the official release of version 3.2.11 with configuration-agnostic volume management, notification broadcast, and privileged access control. --- project.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project.env b/project.env index c724b0a..2921a49 100644 --- a/project.env +++ b/project.env @@ -3,8 +3,10 @@ PROJECT_NAME="stellars-jupyterhub-ds" PROJECT_DESCRIPTION="Multi-user JupyterHub 4 deployment platform with data science stack, GPU auto-detection, NativeAuthenticator, and isolated per-user environments spawned via DockerSpawner" # Version -VERSION="3.2.10_cuda-12.9.1_jh-5.4.2" -VERSION_COMMENT="Multi-user JupyterHub with GPU auto-detection, self-service volume management, group-based docker.sock access control, and admin notification broadcast system" +VERSION="3.2.11_cuda-12.9.1_jh-5.4.2" +VERSION_COMMENT="Configuration-agnostic volume management with optional descriptions, admin notification broadcast system, privileged user docker.sock access control" +RELEASE_TAG="RELEASE_3.2.11" +RELEASE_DATE="2025-11-09" # Author AUTHOR_NAME="Konrad Jelen"