You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the /apiversion endpoint returns supported_metadata_version: 10.0 but this should be an int or string "10", not a float.
Additionally, when doing e.g. /api/renku/6/apiversion (with no v6 renku-core pod deployed), the gateway forwards the call to the newest core-service instance (e.g. v10) instead of giving a 404
The text was updated successfully, but these errors were encountered:
currently the /apiversion endpoint returns
supported_metadata_version: 10.0
but this should be an int or string"10"
, not a float.Additionally, when doing e.g.
/api/renku/6/apiversion
(with no v6 renku-core pod deployed), the gateway forwards the call to the newest core-service instance (e.g. v10) instead of giving a 404The text was updated successfully, but these errors were encountered: