Skip to main content

Breaking change in v2.0.0

Version 2.0.0 removes the previous single-environment mode (kosliEnvironmentName and the namespaces / namespacesRegex / excludeNamespaces / excludeNamespacesRegex flags). You now configure one or more environments only via reporterConfig.environments. To report a single environment, use a list with one entry. If upgrading from v1.x to v2.0.0, migrate your values to the environments list format (see Installing the chart).

Deprecated and ignored in v2.7.0: reporterConfig.includeScaling

reporterConfig.includeScaling no longer has any effect. Scaling events do not trigger new snapshots, and an environment can no longer have scaling capture turned on, so the --include-scaling / --exclude-scaling flags this value passed to the CLI had already stopped doing anything — they only produced a deprecation warning in the reporter’s logs on every run. Version 2.7.0 stops passing them, which removes that warning. Nothing else changes: the reporter created environments with scaling off before this version and still does. The value is still accepted, but it does nothing and will be removed in a future major version. Remove it from your values.

Upgrade command

Last modified on July 30, 2026