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
Revert `/resource/{id}/versions` api
With Hub v1.7.0 release we removed all the preview api's,
but in order to support backward compatibility reverting
`/resource/{id}/verions` api
Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
Add annotations in ingress for API and Oauth
In order to deploy Hub and related components on Tekton dogfooding
cluster, we need to add some annotations which can generate tls certs
and dns records. This patch contains those annotations.
Signed-off-by: vinamra28 <vinjain@redhat.com>