Tagent v0.4.0
What's Changed
c1e4f2c fix: restore dependabot.yml config
8083637 chore: disable dependabot temporarily until v0.4.0 is stable
107ab4e fix: disable dependabot auto-rebase to reduce CI noise
4775705 fix: remove /settings from nav test - link not in sidebar
3744274 fix: set localStorage in visual test to bypass auth gate
5c76ba4 trigger CI
29f9cf4 fix: add --legacy-peer-deps to all workflow npm install commands
a4f2b27 fix: all CI errors - unused imports, ESLint entities, react-dom version, npmrc
0857305 fix: ESLint unescaped entities and npm peer deps
50fa35b fix: correct shared module replace path for CI
8d92469 v0.4.0 - Knowledge Base, Risk Scoring, Escalation, Kafka, Redis, Predictive Detection, Plugin SDK, Multi-Cluster, CLI, Reports, Briefing, Prometheus metrics, production-grade Dockerfiles
02f0b83 git commit -m v0.4.0 - Knowledge Base, Risk Scoring, Escalation, Kafka, Redis, Predictive Detection, Plugin SDK, Multi-Cluster, CLI, Reports, Briefing, Prometheus metrics
bdb7fc1 CLI Tool
b563e05 tagent_gateway_http_requests_total (counter, by method/path/status)
7b51f2c Full Redis client with connection pooling Generic Set/Get/Delete/Invalidate operations
28b94a5 Slack — webhook POST with severity emoji
4e26420 Real-time risk calculation from live cluster data
09f3ec2 chore(deps-dev): bump vitest from 4.1.6 to 4.1.8 in /frontend/web
853d0c0 :11
3438f9d :
Installation
helm repo add tagent https://tagent-dev.github.io/Tagent
helm repo update
helm install tagent tagent/tagent --namespace tagent --create-namespaceDocker Images
yaswanth111/tagent-api-gateway:v0.4.0
yaswanth111/tagent-discovery:v0.4.0
yaswanth111/tagent-monitoring:v0.4.0
yaswanth111/tagent-ai-engine:v0.4.0
yaswanth111/tagent-remediation:v0.4.0
yaswanth111/tagent-notification:v0.4.0
yaswanth111/tagent-web:v0.4.0
What's Changed
📦 Other Changes
- fix: remove leftover storybook config and stories files by @arumullayaswanth in #41
- chore: bump chart version to 0.3.0 to trigger Helm release by @arumullayaswanth in #42
- feat: add manual trigger to release workflow by @arumullayaswanth in #43
- fix: auto-detect API URL from browser hostname (no hardcoded localhost) by @arumullayaswanth in #44
- feat: v0.3.0 — API proxy, all services wired end-to-end by @arumullayaswanth in #45
Full Changelog: v0.3.0...v0.4.0