Release Flagger 1.42.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-10-16 15:59:48 +03:00
parent b170bf479c
commit 1a727d294c
8 changed files with 76 additions and 8 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ func (c *Controller) alert(canary *flaggerv1.Canary, message string, metadata bo
err = n.Post(canary.Name, canary.Namespace, message, fields, string(severity))
if err != nil {
c.logger.With("canary", fmt.Sprintf("%s.%s", canary.Name, canary.Namespace)).
Errorf("alert provider $s.%s send error: %v", alert.ProviderRef.Name, providerNamespace, err)
Errorf("alert provider %s.%s send error: %v", alert.ProviderRef.Name, providerNamespace, err)
}
}