Skip to content

Releases: horizoncd/horizon

v2.5.0

24 Jul 11:28
75230b5
Compare
Choose a tag to compare
  • 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

20 Jul 02:29
6cef3b6
Compare
Choose a tag to compare
  • Remove deleted instances from metrics

v2.4.2

18 Jul 11:51
fa3f92e
Compare
Choose a tag to compare
  • Expose horizon cluster info by prometheus metrics
  • Fix cleaner panic

v2.4.1

07 Jul 09:16
6d72b4c
Compare
Choose a tag to compare
  • fix: the inheritance policy of the application buildConfig
  • fix: render of instance output failed with duplicated keys

v2.4.0

06 Jul 14:04
a2585f2
Compare
Choose a tag to compare
  • Support service catalog, pulling up a service with a few inputs

v2.3.3

15 Jun 06:37
ab6c43e
Compare
Choose a tag to compare
  • Fix informer syncing stuck if there's no such gvr

v2.3.2

14 Jun 03:55
6bb456a
Compare
Choose a tag to compare
  • Accelerate cleaning speed of webhook
  • Add unit test for clean

v2.3.1

13 Jun 11:56
e1cb426
Compare
Choose a tag to compare
  • Fix offline does not take effect
  • Fix template API failed if calling by token

v2.3.0

13 Jun 02:56
e3347f3
Compare
Choose a tag to compare
  • 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

05 Jun 11:33
3d3d79c
Compare
Choose a tag to compare
  • Feat: support image deploy
  • Fix: deploy for the freed cluster will fail