- Add VERSION file at project root as canonical version source - Sync all version references: package.json, pyproject.toml, config.py, Chart.yaml, docs/CONFIGURATION.md (all were out of sync: 9.0.1, v9.6, 0.1.0) - Replace hardcoded v9.6 in SettingsPage and About page with dynamic APP_VERSION import from @/lib/version.ts - Add Vite define for __APP_VERSION__ reading from package.json at build time - Add TypeScript global declaration for __APP_VERSION__ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
363 B
YAML
18 lines
363 B
YAML
apiVersion: v2
|
|
name: tod
|
|
description: The Other Dude — MikroTik fleet management platform
|
|
type: application
|
|
version: 1.0.0
|
|
appVersion: "9.7.0"
|
|
kubeVersion: ">=1.28.0-0"
|
|
keywords:
|
|
- mikrotik
|
|
- network
|
|
- fleet-management
|
|
- monitoring
|
|
home: https://theotherdude.net
|
|
sources:
|
|
- https://github.com/staack/the-other-dude
|
|
maintainers:
|
|
- name: Jason Staack
|