v1.13.0
Hub v1.13.0 π
This release adds a new API endpoint resource/<catalog_name>/<kind>/<resource_name>/raw
to provide raw yaml of latest version of resource and also updates resource api response by adding a field rawHubURLPATH
to provide the path for getting the raw yaml of resource through hub apiServer.
On UI side, this release fixes Custom Logo src uri by removing duplication of CUSTOM_LOGO_MEDIA_TYPE
.
This release targets pipeline v0.47.0.
Deprecation Notice β οΈ
- ClusterTasks are deprecated in Pipeline, parsing of resources from catalog of type ClusterTasks will be removed in future releases.
- PipelineResources are removed, parsing of resources from catalog containing PipelineResources will be removed in future releases.
ChangeLog ποΈ
UI
- Remove duplication of CUSTOM_LOGO_MEDIA_TYPE in UI#928
API
- Add api endpoint to fetch resource raw yaml file of latest version#941
- Add a field rawHubURLPath in the resource api, which can be use to get the resource raw yaml file from api server#942
- Update api vendor and ci script to install goa v3.11.1 #920
Miscellaneous π¨
- Add .golangci.yaml file to ignore cluster task deprecation warning #945
- Bump github.com/tektoncd/pipeline from 0.44.0 to 0.47.0 #937
- Bump eslint from 8.36.0 to 8.39.0 in /swagger#936
- Bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.57.1 in /ui #919
- Bump @types/node from 18.15.2 to 18.15.11 in /swagger #916