Skip to content

v1.11.0

Compare
Choose a tag to compare
@PuneetPunamiya PuneetPunamiya released this 16 Nov 11:53
· 973 commits to main since this release

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: