Skip to content

v1.7.0

Compare
Choose a tag to compare
@PuneetPunamiya PuneetPunamiya released this 07 Mar 13:39
· 1237 commits to main since this release

Hub v1.7.0 πŸŽ‰

This release was majorly focused on adding support for private git instance where it clone the private catalog repo as well and refresh the catalog. It also adds two new endpoints /readme and /yaml where now UI can get the readme and yaml from the api server instead of getting it from Github. In this release preview api's are also removed. Adds a doc for upgrading Hub from v1.6.0 to v1.7.0 .

Deprecation Notice ⚠️

We deprecated the preview APIs in v1.0.0 release, i.e., all the APIs related to resources are removed now. Please use the /v1 APIs. Details are as follows:

  • /query -> /v1/query
  • /resources -> /v1/resources
  • /resource/<id> -> /v1/resource/<id>
  • /resource/<catalog>/<kind>/<name> -> /v1/resource/<catalog>/<kind>/<name>
  • /resource/<catalog>/<kind>/<name>/<version> -> /v1/resource/<catalog>/<kind>/<name>/<version>
  • /resource/<id>/versions -> /v1/resource/<id>/versions
  • /resource/version/<versionID> -> /v1/resource/version/<versionID>

ChangeLog πŸ—’οΈ

API ✨

  • Add ability to clone private git repos and add /readme and /yaml Endpoints #376
  • Store the cloned catalog in persistent storage #380
  • Fix Generation of Raw Readme and YAMLs in v1 APIs #369
  • Bump golang to 1.16 in Dockerfile #390
  • Removes hub preview APIs for resources #386
  • Updated deps to latest for pipeline #387
  • Fixes username check when the pod gets restarted #382

UI ✨

  • Update UI to fetch README and YAML from Hub APIs #376

CLI ✨

  • Update Hub CLI to use /v1 api's as preview api will be removed #358
  • Updates get , install, reinstall, upgrade and downgrade commands to use latest api #388

Misc πŸ”¨

  • Fixes the path for building the images in release script #392
  • Trims Api and UI config urls #385
  • Adds a doc for upgrading Hub v1.6.0 to v1.7.0 #389
  • Updates deployment configs to include the prefix tekton-hub- #379
  • Adds Hub Swagger UI url in readme #370
  • Update ingress for swagger #368
  • Vendoring, root go.mod and Dockerfile updates #367

Thanks ❀️ πŸ€—