Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
nx1-deployer image
v1.12.0New features
New features recently added to the NexusOne platform.Analytics and metastore management
New API endpoints for managing tables in a catalog and Superset. The new API endpoints include the following:Bug fixes
Fixes to issues affecting apps or features on the NexusOne platform.Deployer container build reliability
Improved the deployer container build process by replacing the Terraform installation flow with a pinned, direct binary download instead of relying on package repositories, improving build consistency and deployment reliability.Sensitive configuration hardening
Sensitive configuration data is now stored with appropriate access controls using Kubernetes Secrets. This reduces the risk of inadvertent exposure of runtime credentials or sensitive parameters, and aligns with security best practices for Kubernetes deployments.AI API vulnerability remediation
Updated the API and portal repository’s component versions to remediate a knownlibcups2 dependency vulnerability
affecting AI API components.
Enhancements
Enhancements to existing app features on the NexusOne platform.Dedicated Ranger API endpoint
The Ranger UI and API were previously served through the same hostname. A new dedicated hostname now routes the Ranger API traffic separately from the Ranger UI traffic. This removes conflict with the UI traffic when enabling external integrations, automation, and programmatic access to Ranger APIs.Faster Airflow DAG refresh
DAG changes are now reflected in Airflow faster. The refresh interval is now30 seconds.
This reduces the feedback loop during development and operations.
JupyterHub shared home storage
JupyterHub now includes the following improvements:- Shared ReadWriteMany persistent volume for user home directories
- Per-user directory isolation via Kubernetes
subPath - Configurable storage mode, such as static or dynamic provisioning
- Improved deployment ordering; JupyterHub now waits for the Kubernetes PVC to be ready before rollout
- Compatibility with OpenShift