mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50:28 +00:00
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.
16 lines
698 B
Bash
16 lines
698 B
Bash
# Project Configuration
|
|
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.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"
|
|
AUTHOR_ALIAS="Stellars Henson"
|
|
AUTHOR_EMAIL="konrad.jelen+github@gmail.com"
|
|
AUTHOR_LINKEDIN="https://www.linkedin.com/in/konradjelen/"
|