Catalyst Canton - Version 1.8 Release notes

What’s new

  • Identity Provider Customization - Support for integration with additional identity providers.

  • Custom Authorization Controls - New custom authorization option to enable manual configuration of clients and users.

Improvements

  • Improved flow of creating a Validator - Enhanced management of components and resources.

  • Bug Fixes.

Patches

  • v1.8.1 - Fixed bug on application creation for custom Idp

  • v1.8.2 - Fixed where volume sizing caused errors in the Operator

  • v1.8.3 - Update helm chart & removal of replicated labels + fixes to internal CI/CD.

  • v1.8.4 - Option to provide License key as a sercet.

  • v1.8.5 - Fixed bug caused by UI components docker images changing ports for Validator versions >0.3.15

  • v1.8.6 - Fixed bug where the image used for Canton Name Server was incorrectly set as cns-web-ui instead of ans-web-ui when the version is 0.3.17

Since v1.8.4 the license key can be passed as a secret, please update your values.yaml with the respective values.

 licenseKey:
    key: ""  # Set licenseKey if NOT using a Kubernetes secret
    secret:
      enabled: false  # Set to 'true' to use a Kubernetes Secret
      name: ""        # Name of the Kubernetes secret
      key: ""         # Key inside the secret that contains licenseKey