Skip to content

Helm Chart History (Deprecated)

Warning

These charts are deprecated. Please see the new charts

Release notes for each Helm chart utilised by Boards (for Component Pack vs standalone, and Activity Migration)


Standalone Kubernetes

kudos-boards

  • 4.0.0 - Load Balancer (no cote), LivenessProbes, StartupProbes, Rename balancer dns defaults, add Activity Migration env & remove podIP, global.legacyKube
  • 5.0.0 - Boards Notifications (webhooks), support service.nodePort
  • 5.2.0 - Kube 1.22 support (use Capabilities.APIVersions)
  • 5.2.1 - Added default Ingress.class annotation 'nginx'

kudos-boards-activity-migration

  • 4.0.0 - Load balancer (no cote), add Activity Migration env & remove podIP, global.legacyKube
  • 5.0.0 - Support service.nodePort, default volume & mount for share drive
  • 5.2.0 - use Capabilities.APIVersions instead of legacyKube
  • 5.2.1 - support custom spec & custom accessMode/volumeMode/persistentVolumeReclaimPolicy
  • 5.2.2 - fix support of storageClassName on PVC

For Component Pack

kudos-boards-cp

  • 1.0.0 - Boards CP
  • 1.1.1 - Kube v1.17 support - minio v1.1.1
  • 2.0.0 - Kube v1.17 support, HTTP Requester/Responder, LivenessProbes, legacyKube
  • 2.0.1 - Ingress controller 0.22+ support
  • 3.0.0 - Webhooks, Annotations for Socket cookie, support service.nodePort

    This chart includes a new Boards service. In order to use the image from our repository with the component pack v3 chart you must add the new image tag.

    As of release 2021-06-09 you must move all the NOTIFIER_* environment variables from core to events. See our documentation for all supported options.

    For example:

    events:
        image:
            name: ""
            tag: boards-event
        env:
            NOTIFIER_EMAIL_HOST: <smtp-email-host>
            NOTIFIER_EMAIL_USERNAME: <smtp-email-username>
            NOTIFIER_EMAIL_PASSWORD: <smtp-email-password>
            # plus all other NOTIFIER options previously defined in core
    
  • 3.0.1 - Minio root credentials, nfs mountOptions

  • 3.1.0 - Kube 1.22 support (use Capabilities.APIVersions)
  • 3.1.1 - Added default Ingress.class annotation 'nginx'
  • 3.1.2 - Fix Ingress pathType annotation for old kube versions (v17 etc)
  • 3.1.3 - support Kube v1.25 - remove policy/v1beta/PodSecurityPolicy (in minio) and add ingress.ingressClassName
  • 3.1.4 - version lock Minio for 'fs' storage type support

kudos-boards-cp-activity-migration

  • 1.0.0 - Boards CP Activity Migration
  • 1.1.0 - Kude v1.17 support
  • 2.0.0 - Kube v1.17 support, HTTP Requester/Responder, LivenessProbes
  • 3.0.0 - Support service.nodePort, default volume & mount for share drive
  • 3.0.1 - Support mountOptions for share drive
  • 3.1.0 - use Capabilities.APIVersions instead of legacyKube
  • 3.1.1 - support custom spec & custom accessMode/volumeMode/persistentVolumeReclaimPolicy
  • 3.1.2 - fix support of storageClassName on PVC