Skip to content

Commit

Permalink
chore: bump duty to v1.0.667 (#1431)
Browse files Browse the repository at this point in the history
* chore: bump duty to v1.0.666

* fix: tests

---------

Co-authored-by: moshloop <[email protected]>
Co-authored-by: Aditya Thebe <[email protected]>
  • Loading branch information
3 people committed Sep 22, 2024
1 parent 4f45c27 commit ae720bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
1 change: 1 addition & 0 deletions rbac/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ae720bd

Please sign in to comment.