Skip to content

Releases: tektoncd/hub

v1.12.3

18 Oct 13:05
Compare
Choose a tag to compare

Hub v1.12.3 πŸŽ‰

  • This patch release fixes some CVE vulnerabilities

Miscellaneous

  • πŸ› Bumps golang.org/x/net from 0.14.0 to 0.17.0 #1154
  • πŸ› Bump @babel/traverse from 7.22.10 to 7.23.2 in /ui #1160

Thanks ❀️ πŸ€—

v1.14.0

04 Sep 18:03
Compare
Choose a tag to compare

What's Changed

Read more

v1.12.2

19 Jul 10:33
Compare
Choose a tag to compare

Hub v1.12.2 πŸŽ‰

  • This patch release fixes CVE issues related to Webpack package in UI

ChangeLog πŸ—’οΈ

UI

  • Bump webpack from 5.74.0 to 5.76.1 in /ui

Thanks ❀️ πŸ€—

v1.13.0

09 May 06:06
Compare
Choose a tag to compare

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

Thanks ❀️ πŸ€—

v1.12.1

27 Mar 05:57
Compare
Choose a tag to compare

Hub v1.12.1 πŸŽ‰

  • This patch release adds a comma in the server script for UI

Miscellaneous

  • Adds a comma in the server script for UI #910

Thanks ❀️ :hugging_face:

v1.12.0

06 Mar 11:40
Compare
Choose a tag to compare

Hub Release Note

Hub v1.12.0 πŸŽ‰

This release supports to add a custom logo in place of Hub Logo in UI and also supports v1 Tekton resources in API and CLI.

On the UI side, this release fixes page redirection after the user has logged in successfully

On the CLI, it extends the tkn hub install command functionality by adding a flag --type to support Artifact Hub, through which it can now fetch the resources from the Artifact Hub and install it on the cluster.

It also adds 3 labels artifacthub.io/catalog, artifacthub.io/org and artifacthub.io/support-tier labels to the resource being installed to indicate the source and support tier of the catalog when installing with --type artifact flag.

This release also includes fixes for few major packages bump in the UI, API and swagger UI which also solves some of the vulnerabilities issues.

This release targets pipeline v0.44.0.

ChangeLog πŸ—’οΈ

UI

  • Adds option to replace default Hub logo with custom logo #773
  • Fix swagger UI and remove unused prettier plugin #855
  • Fixes warning in Hub UI tests by removing deprecated useobserver #802
  • Fixes test after axios is bumped to the 1.33 version #801
  • Fixes Hub UI with latest version of react-router-dom #782
  • Fixes UI page redirection after authentication #779

API

  • Fixes Hub API to support v1 api's of Tekton Resource #861
  • Fix build test failure for api and lint errors #840

CLI

  • Fixes to support v1beta1 and v1 API version for install command #780
  • [TEP-0079] Refactor get_resource and get_resource_version for multiple hub support #752
  • [TEP-0079] Add Support Tier in tkn hub install command #775
  • [TEP-0079] Implement "install" command for artifact type #757
  • Fix description in tkn hub command #771

Miscellaneous

  • Bump github.com/tektoncd/pipeline from 0.43.2 to 0.44.0 #778
  • Bump golang.org/x/text from 0.7.0 to 0.8.0 #864
  • Bump gorm.io/gorm from 1.24.5 to 1.24.6 #858
  • Bump @typescript-eslint/eslint-plugin from 4.33.0 to 5.54.0 in /swagger #854
  • Bump eslint from 7.32.0 to 8.35.0 in /swagger #853
  • Bump @types/node from 12.20.55 to 18.14.2 in /swagger #852
  • Bump eslint-plugin-prettier from 3.4.1 to 4.2.1 in /swagger #850
  • Bump typescript from 4.8.4 to 4.9.5 in /swagger #849
  • Bump k8s.io/apimachinery from 0.26.1 to 0.26.2 #847
  • Bump github.com/ikawaha/goahttpcheck from 1.13.6 to 1.13.7 #846
  • Bump @wojtekmaj/enzyme-adapter-react-17 from 0.4.1 to 0.8.0 in /ui #845
  • Bump @typescript-eslint/parser from 5.53.0 to 5.54.0 in /ui #844
  • Bump @braintree/sanitize-url and swagger-ui-react in /swagger #843
  • Bump react-router-dom from 6.8.1 to 6.8.2 in /ui #842
  • Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 in /ui #841
  • Bump github.com/markbates/goth from 1.76.0 to 1.76.1 #839
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #837
  • Bump @types/node from 18.14.0 to 18.14.2 in /ui #836
  • Bump goa version and updates gen folder #835
  • Bump react-dom to 17.0.0 in UI #833
  • Bump axios from 1.3.3 to 1.3.4 in /ui #832
  • Bump react-hotkeys-hook from 4.3.6 to 4.3.7 in /ui #829
  • Bump UI npm packages to latest #828
  • Bump web-vitals from 1.1.2 to 3.1.1 in /swagger #827
  • Bump @testing-library/react from 11.2.7 to 12.1.5 in /swagger #826
  • Bump @types/node from 18.13.0 to 18.14.0 in /ui #825
  • Bump @types/jest from 26.0.24 to 29.4.0 in /swagger #824
  • Bump eslint-config-prettier from 6.15.0 to 8.6.0 in /swagger #823
  • Bump @types/react-syntax-highlighter from 15.5.5 to 15.5.6 in /ui #822
  • Bump @testing-library/user-event from 12.8.3 to 14.4.3 in /swagger #821
  • Add dependant bot for swagger and update schedule to daily #820
  • Bump @types/react-router-dom from 5.1.6 to 5.3.3 in /ui #819
  • Bump use-debounce from 8.0.4 to 9.0.3 in /ui #818
  • Bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 in /ui #817
  • Bumps patternfly/react-core and updates the snapshots #816
  • Bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.52.0 in /ui #812
  • Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 in /ui #811
  • Bump golang.org/x/net from 0.5.0 to 0.7.0 #810
  • Bump mobx-state-tree from 5.1.3 to 5.1.7 in /ui #809
  • Bump mobx-react from 7.5.3 to 7.6.0 in /ui [#808])(#808)
  • Bump mobx from 6.7.0 to 6.8.0 in /ui #807
  • Bump fuzzysort from 2.0.1 to 2.0.4 in /ui #806
  • Bump @types/node from 17.0.42 to 18.13.0 in /ui #805
  • Bump @patternfly/patternfly from 4.210.2 to 4.224.2 in /ui #804
  • Bump typescript from 4.7.4 to 4.9.5 in /ui #803
  • Updates react-markdown to 8.0.5 #798
  • Bump @typescript-eslint/eslint-plugin from 5.36.2 to 5.51.0 in /ui #796
  • Bump golang.org/x/text from 0.6.0 to 0.7.0 #794
  • Bump gorm.io/driver/postgres from 1.4.6 to 1.4.7 #795
  • Bump golang.org/x/term from 0.4.0 to 0.5.0 #793
  • Bump alpine from 3.17.1 to 3.17.2 in /images #792
  • Bump @types/jest from 27.5.2 to 29.4.0 in /ui #790
  • Bump react-router-dom from 6.8.0 to 6.8.1 in /ui #787
  • Bump github.com/ikawaha/goahttpcheck from 1.13.5 to 1.13.6 #785
  • Bump github.com/joho/godotenv from 1.4.0 to 1.5.1 #784

Thanks ❀️ :hugging_face:

v1.11.3

01 Feb 07:23
Compare
Choose a tag to compare

Hub Release Note

Hub v1.11.3 πŸŽ‰

This patch release fixes vulnerability issues in UI libraries

ChangeLog πŸ—’οΈ

UI

  • Fixes vulnerability issues in UI libraries

Thanks ❀️ πŸ€—

v1.11.2

12 Jan 07:43
Compare
Choose a tag to compare

Hub Release Note

Hub v1.11.2 πŸŽ‰

This patch release fixes user ID parsing and creates mapping of newly added category with the existing resources in the database.

ChangeLog πŸ—’οΈ

UI

  • Updates Footer snapshots #748

API

v1.11.1

22 Nov 10:15
Compare
Choose a tag to compare

Hub v1.11.1 πŸŽ‰

This minor release adds FsGroup Security Context to all the components of Hub

ChangeLog πŸ—’οΈ

Misc πŸ”¨

  • Adds FsGroup Security Context to Hub Deployments and Job #723

Thanks ❀️ πŸ€—

v1.11.0

16 Nov 11:53
Compare
Choose a tag to compare

Hub v1.11.0 πŸŽ‰

This release removes git dependency from Hub config.yaml file and moves all config.yaml data into the API ConfigMap and update the docs for deployment of Hub.

On the CLI, a new flag type has been added to specify the type of Hub from where to pull the resource like artifact or tekton, having default value tekton to keep backward compatible. When type is set to artifact, the CLI fetches resources from the Artifact Hub; when setting to tekton it fetches resources from the Tekton Hub.

This release also adds support to build docker images for multiple architecture, a few bug fixes and dependencies bumps.

ChangeLog :spiral_note_pad:

UI

  • Fixes to show api down error message on UI #711
  • Updates failing UI snapshots #705

API

  • Fix API tests #686
  • Updates api deployment configs #694
  • Updates hub config file parsing #693
  • Bumps goa version and updates the gen folder #702
  • Fix validation tests #687

CLI

  • Add "type" flag to CLI #692

Miscellaneous

  • Adds RunAsUser Security Context for Hub Deployment and Job #714
  • Bump alpine from 3.16.2 to 3.16.3 in /images #716
  • Bump k8s.io/client-go from 0.25.3 to 0.25.4 #720
  • Bump golang.org/x/term from 0.1.0 to 0.2.0 #719
  • Bump github.com/go-co-op/gocron from 1.17.1 to 1.18.0 #717#717
  • Bump k8s.io/apimachinery from 0.25.3 to 0.25.4 #718#718
  • Bump loader-utils from 2.0.2 to 2.0.3 in /swagger #712
  • Bump github.com/markbates/goth from 1.74.2 to 1.75.1 #708
  • Bump github.com/tektoncd/pipeline from 0.40.2 to 0.41.0 #710
  • Bump github.com/spf13/viper from 1.13.0 to 1.14.0 #706#706
  • Bump gorm.io/driver/postgres from 1.4.4 to 1.4.5 #695
  • Bump use-debounce from 8.0.1 to 8.0.4 in /ui #715
  • Bump @typescript-eslint/parser from 5.36.2 to 5.38.0 in /ui #664
  • Bump @testing-library/user-event from 14.2.1 to 14.4.3 in /ui #
  • Bump gorm.io/gorm from 1.23.9 to 1.23.10 #683
  • Use multi-arch postgres image #662
  • Bump github.com/tektoncd/pipeline from 0.40.0 to 0.40.2 ##674
  • Bump gotest.tools/v3 from 3.3.0 to 3.4.0 #682
  • Add Multi-arch support for tekton-hub #656
  • Bump Goa to v3.10.0 #681
  • Bump github.com/ikawaha/goahttpcheck from 1.13.2 to 1.13.3 #707
  • Bump github.com/markbates/goth from 1.74.1 to 1.74.2 #700
  • Bump github.com/go-co-op/gocron from 1.17.0 to 1.17.1 #697
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 #696
  • Bump @testing-library/user-event from 14.2.1 to 14.4.3 in /ui #666

Thanks ❀️ :hugging_face: