Release Tracker

Release notes aligned to the shipped codebase, packaging, and operator-facing surface.

📦 Latest Release

Version 1.0.x

Tracks the latest production build published from the main release workflow.

Latest

🎉 Initial Release

  • ✨ Platform: Git-based deployments, private repo auth, automatic Dockerization, direct deploy fallback, and rollback support
  • 🤖 AI Ops: AI monitoring config, alert persistence, assistant chat, RAG docs, and deployment log analysis endpoints
  • 📊 Observability: Real-time logs, Prometheus metrics, health probes, `/system`, and live worker stats
  • 🌐 Routing: Traefik v3, custom domains, automatic TLS, and self-hosted ingress patterns
  • 🔒 Security: JWT/API key auth, secure headers, bcrypt, rate limiting, and PAT redaction
  • ⚙️ Runtime: Single-binary dev mode plus split API/worker deployments for production

Platform Support

✓ Linux (amd64, arm64)
✓ macOS (amd64, arm64)
✓ Windows (amd64)
✓ Docker

What's Included

✓ Backend (Go)
✓ Frontend (Next.js)
✓ Worker (Go)
✓ Helm chart and Docker image

📥 Installation

# Linux/macOS
curl -L https://github.com/vikukumar/pushpaka/releases/latest/download/pushpaka-linux-amd64 -o pushpaka
chmod +x pushpaka
./pushpaka -dev

# Windows
$url = "https://github.com/vikukumar/pushpaka/releases/latest/download/pushpaka-windows-amd64.exe"
Invoke-WebRequest -Uri $url -OutFile .\pushpaka.exe
.\pushpaka.exe -dev

# Docker
docker pull ghcr.io/vikukumar/pushpaka:latest
docker run -p 8080:8080 ghcr.io/vikukumar/pushpaka:latest

📋 Release History

v1.0.0

March 17, 2026

Latest
  • ✨ Initial production release
  • 🚀 Git deploy platform with rollback and direct deploy fallback
  • 🤖 AI monitoring, assistant chat, and deployment log analysis
  • 🔒 Secure private repository support and hardened auth surface
  • 📊 Realtime logs, metrics, health, and system diagnostics

v1.1.0

Coming Soon

Planned
  • 🔁 Scheduled deployments
  • 📧 Notification polish and workflow improvements
  • 🎯 Advanced deployment strategies
  • 🪵 More operator workflows around logs and system control
  • 📈 Expanded AI-assisted operations

🛠️ Version Support

Version Release Date Support Status End Date
1.0.x Mar 17, 2026 Active Mar 17, 2027
1.1.x Planned Preview TBD

⬇️ Download Binaries