From ae720bdae33d0b727d26f33c9d6ac979c9913b1a Mon Sep 17 00:00:00 2001 From: flankbot <65345839+flankbot@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:13:37 +0300 Subject: [PATCH] chore: bump duty to v1.0.667 (#1431) * chore: bump duty to v1.0.666 * fix: tests --------- Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com> Co-authored-by: Aditya Thebe --- go.mod | 2 +- go.sum | 4 ++-- rbac/objects.go | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index de20f6900..309e1cc4f 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/containrrr/shoutrrr v0.8.0 github.com/fergusstrange/embedded-postgres v1.25.0 // indirect github.com/flanksource/commons v1.29.10 - github.com/flanksource/duty v1.0.664 + github.com/flanksource/duty v1.0.666 github.com/flanksource/gomplate/v3 v3.24.32 github.com/flanksource/kopper v1.0.10 github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2 diff --git a/go.sum b/go.sum index fc7a2616d..fc0f607eb 100644 --- a/go.sum +++ b/go.sum @@ -877,8 +877,8 @@ github.com/flanksource/artifacts v1.0.14 h1:Vv70bccsae0MwGaf/uSPp34J5V1/PyKfct9z github.com/flanksource/artifacts v1.0.14/go.mod h1:qHVCnQu5k50aWNJ5UhpcAKEl7pAzqUrFFKGSm147G70= github.com/flanksource/commons v1.29.10 h1:T/S95Pl8kASEFvQjQ7fJjTUqeVdhxQXg1vfkULTYFJQ= github.com/flanksource/commons v1.29.10/go.mod h1:iTbrXOSp3Spv570Nly97D/U9cQjLZoVlmWCXqWzsvRU= -github.com/flanksource/duty v1.0.664 h1:7BorPLlqrLdsMi+iNV/fmP48F7AIlVw6U3evVV8rX7I= -github.com/flanksource/duty v1.0.664/go.mod h1:/dIt7bXnQlVtVikTu1TY1syEcuGCSUBnKyKlxVR5sDw= +github.com/flanksource/duty v1.0.666 h1:doJ1OBKXHtb9Tlslh/LO7PSoVuqsl4R6B9cuGP+2CWw= +github.com/flanksource/duty v1.0.666/go.mod h1:/dIt7bXnQlVtVikTu1TY1syEcuGCSUBnKyKlxVR5sDw= github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc= github.com/flanksource/gomplate/v3 v3.24.32 h1:MILauVcjIqBit4nXB5UCN/LZ2z+fiMb8n1Klwjci1Tg= github.com/flanksource/gomplate/v3 v3.24.32/go.mod h1:FdQHxnyrBSmT5zNJTDq08oXxD+eOqti4ERanSoDmQAU= diff --git a/rbac/objects.go b/rbac/objects.go index ee47f41e9..692148791 100644 --- a/rbac/objects.go +++ b/rbac/objects.go @@ -109,6 +109,7 @@ var dbResourceObjMap = map[string]string{ "migration_logs": ObjectDatabaseSystem, "networks": ObjectAuthConfidential, "notification_send_history": ObjectMonitor, + "notification_send_history_summary": ObjectMonitor, "notifications_summary": ObjectMonitor, "notifications": ObjectNotification, "notification_silences": ObjectNotification,