diff --git a/docs/upgrade-guide/helm.md b/docs/upgrade-guide/helm.md index a6001c4..193d75a 100644 --- a/docs/upgrade-guide/helm.md +++ b/docs/upgrade-guide/helm.md @@ -89,12 +89,18 @@ The **SecurityHub** integration has been completely redesigned. Instead of only skipExistingOnStartup: false # [!code ++] cleanup: false # [!code --] # Synces removed or resolved findings to SecurityHub - cleanup: true # [!code ++] + synchronize: true # [!code ++] # Delay between AWS GetFindings API calls, to avoid hitting the API RequestLimit delayInSeconds: 2 # [!code ++] minimumSeverity: "" # [!code ++] ``` +### Loki Target + +The Loki target now uses the `/loki/api/v1/push` API by default. + +To align with other targets, the `source` label now reflects the `source` field of a PolicyReportResult. You can query all logs created by **Policy Reporter** now with the new `createdBy`=`policy-reporter` label. + ## LeaderElecation Small cleanup to enable `LeaderElecation` manually, its now only configured if Policy Reporter runs with `replicaCount` > `1`