Skip to content

Releases: tektoncd/hub

v1.13.1

18 Oct 13:51
Compare
Choose a tag to compare

Hub v1.13.1 🎉

  • 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.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 ❤️ 🤗