PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.17k stars 390 forks source link

kong 0.12 #147

Closed xvipservice closed 6 years ago

xvipservice commented 6 years ago

when suport kong 0.12

PGBI commented 6 years ago

no roadmap. When I have time.

ermazi commented 6 years ago

+1

uzengo commented 6 years ago

+1

peeyush1234 commented 6 years ago

+1

javega commented 6 years ago

@PGBI So no more kong-dashboard :(

asantos2000 commented 6 years ago

+1

mwz commented 6 years ago

+1

christianlafleur commented 6 years ago

+1

PGBI commented 6 years ago

done thanks to @peeyush1234

hanhui870 commented 6 years ago

who need 0.12 now , can try https://github.com/zhujingfa/kong-dashboard, not full tested. so I will not open an pull request.

0.12 mainly change: This is fixed: ⚠️ To reduce confusion, the /upstreams/:upstream_name_or_id/targets/ has been updated to not show the full list of Targets anymore, but only the ones that are currently active in the load balancer. To retrieve the full history of Targets, you can now query /upstreams/:upstream_name_or_id/targets/all. The /upstreams/:upstream_name_or_id/targets/active endpoint has been removed. Thanks @hbagdi for tackling this backlog item! #3049

This is not, can use delete sheme. Two new endpoints, /healthy and /unhealthy can be used to manually bring upstream Targets up or down, as part of the new health checks feature of the load balancer. #3096