Releases: shini4i/argo-watcher
Releases · shini4i/argo-watcher
v0.0.6
v0.0.5
v0.0.4
Added
- Support for providing end timestamp to be able to configure more reasonable timeframe
Changed
- Exit 1 if received 401 or 403 from ArgoCD
- Settings were renamed to Config and environment variable processing was changed
Fixed
- 404 on /history page reload/direct access
v0.0.3
Added:
- Frontend: Split homepage into "Recent tasks" page and "History tasks" page
- Frontend: Add routing to the application
Changed:
- Make ssl verification optional
- Logging approach
Fixed:
- Metrics endpoint returning 404
- Frontend: Refactor UI components to be more maintainable
v0.0.2
Added
- An endpoint to get a list of existing app names
- Health Check endpoint
- Application filter in Web UI
- Custom timeframe selection with DatePicker in Web UI
- Metrics endpoint (currently with a single failed_deployment metric)
Fixed
- Make client print output during execution