CloudBees Compliance v1.45.0

Released: March 24, 2025

Upgrade notes

Perform the following steps when upgrading your installation to the latest release:

Terraform
  1. To support increased Redis usage by the notification service, upgrade the Redis instance type from micro to medium:

    • In variables.tfvars, change the value for redis_node_type to cache.t4g.medium

  2. Run the following infra modules:

    • secret-infra, to update secret names to accommodate the renaming of the Gitleaks plugin to plugin-gitleaks.

    • db-infra, to update the Redis instance type.

Helm
  1. Add gitlab.com to the allowlist, to enable ui-webapp-service to obtain groups and project lists:

    • For uiWebappService.sidecar.hosts in values-<env>.yaml, add:

      - "./gitlab.com"
  2. Update the name of the Gitleaks plugin. In values-<env>.yaml, replace the following:

    ############################################################################################################ # gitleaks-scanner ############################################################################################################ gitleaksScanner: enabled: true name: "gitleaks-scanner" imageTag: "imbrium/gitleaks-scanner:cbc-release-1.45.0"

    With:

    ############################################################################################################ # plugin-gitleaks ############################################################################################################ pluginGitleaks: enabled: true pluginType: "go" name: "plugin-gitleaks" imageTag: "imbrium/plugin-gitleaks:cbc-release-1.45.0"