Releases: horizoncd/horizon
Releases · horizoncd/horizon
v2.5.0
- Feat: support for refresh token in Oauth2
- Feat: add more metrics for application
- Fix: response 500 in resource tree API if the application does not exist in Argo
v2.4.3
- Remove deleted instances from metrics
v2.4.2
- Expose horizon cluster info by prometheus metrics
- Fix cleaner panic
v2.4.1
- fix: the inheritance policy of the application buildConfig
- fix: render of instance output failed with duplicated keys
v2.4.0
- Support service catalog, pulling up a service with a few inputs
v2.3.3
- Fix informer syncing stuck if there's no such
gvr
v2.3.2
- Accelerate cleaning speed of webhook
- Add unit test for clean
v2.3.1
- Fix offline does not take effect
- Fix template API failed if calling by token
v2.3.0
- Add k8s event recorder writing events into db
- List all pods in the resourcetree by using informer, greatly reducing the pressure on the kube API server.
- Add the clean job to periodically clean up webhook logs and events.
v2.2.0
- Feat: support image deploy
- Fix: deploy for the freed cluster will fail