Chart 0.2.27 [Account 3.20.0] - 2025-07-07
Helm changes
Application Versions
- account-frontend: 3.20.0
- account-auth: 3.20.0
- account-workspace: 3.20.0
New Features
- Always return sim_url per workspace in GET client/users/me
- API user is now created as a regular user with a workspace on /client/api/1/users/me
- Add option to connect User's AI in workspace settings
- Add a File TTL Settings option to workspace configuration
- Implement API endpoint GET /providers for listing available model providers and models
- Add User Token Management to Main Settings section
- Backend support for User Token Management
Enhancements
- Periodically generate 2 free licenses per user; one remains in pending status
- Retrieve parameters from the Secret Provider
- Develop smoke tests and write scripts using Magnitude
Bug Fixes
- Super admin can't update root license via account or Corezoid if license expired for more than one month
- White screen without error message when login/password is incorrect and reCAPTCHA is disabled
- Logout endpoint /api/1/admin/users/logout not working correctly
Chart 0.2.26 [SingleSpace] - 2025-06-13
Changed
- account-auth
- account-workspace
New Features
- Added conditional environment variables for external secret provider configuration
- Added EXTERNAL_SECRET_PROVIDER environment variable from global.account.secrets.external_secret_provider
- Added AWS_SECRET_REGION environment variable from global.account.secrets.aws.aws_secret_region
- Added AWS_SECRET_NAMES environment variable from global.account.secrets.aws.aws_secret_names
- Added proper validation for secrets block existence using hasKey function
- Created _container_envs_secrets.yaml template helper following existing patterns
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Chart 0.2.26 [Account 3.19.1] - 2025-05-19
Helm changes
- Applications versions:
- auth - 3.19.1
- workspace - 3.19.1
- frontend - 3.19.1
- ingress - 0.1.2
- valkey - 0.1.9
- Added custom labels support to account-frontend subchart:
- Implemented ability to define custom labels in values.yaml that will be applied to all resources
- Added proper documentation and examples for the new feature
- Added support for custom labels in workspace subchart:
- Implemented ability to define custom labels in values.yaml
- Labels are applied to all Kubernetes resources generated by the workspace subchart
- Added commented example in values.yaml showing proper syntax
- Added support for custom labels in account-auth subchart
- Added support for custom labels in account-valkey subchart
Chart 0.2.25 [Account 3.19.1] - 2025-04-25
Helm changes
- Applications versions:
- auth - 3.19.1
- workspace - 3.19.1
- frontend - 3.19.1
- ingress - 0.1.2
- valkey - 0.1.9
- Added image signature verification support for all components:
- Enhanced
AccountInitVerifyImageSignature
template with improved error handling and architecture detection - Added configuration options for enabling signature verification in all subcharts
- Added support for private registry authentication during verification
- Added proper volume mounting for cosign public keys
- Enhanced
Chart 0.2.24 [Account 3.19.1] - 2025-04-24
Helm changes
- Applications versions:
- auth - 3.19.1
- workspace - 3.19.1
- frontend - 3.19.1
- ingress - 0.1.2
- valkey - 0.1.9
- Enhanced affinity configuration for all components:
- Added component-specific affinity support for auth, frontend, and workspace
- Improved affinity configuration hierarchy (component-specific takes precedence over global)
- Fixed podAntiAffinity configuration to ensure it's always applied regardless of custom affinity settings
- Added proper anti-affinity rules for frontend component