Skip to content

Commit

Permalink
Update alertmanager digest to 69fe3f8
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 23, 2024
1 parent 01c6d2f commit 65041c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alertmanager
Submodule alertmanager updated 40 files
+15 −7 api/api.go
+13 −4 api/v2/api.go
+7 −6 api/v2/api_test.go
+39 −0 api/v2/client/alertgroup/get_alert_groups_parameters.go
+12 −1 api/v2/compat.go
+17 −0 api/v2/models/alert_status.go
+10 −0 api/v2/openapi.yaml
+30 −2 api/v2/restapi/embedded_spec.go
+37 −0 api/v2/restapi/operations/alertgroup/get_alert_groups_parameters.go
+9 −0 api/v2/restapi/operations/alertgroup/get_alert_groups_urlbuilder.go
+4 −4 asset/assets_vfsdata.go
+10 −9 cmd/alertmanager/main.go
+91 −51 config/config.go
+103 −8 config/config_test.go
+79 −0 config/notifiers.go
+4 −0 config/receiver/receiver.go
+20 −0 config/testdata/conf.rocketchat-both-token-and-tokenfile.yml
+20 −0 config/testdata/conf.rocketchat-both-tokenid-and-tokenidfile.yml
+22 −0 config/testdata/conf.rocketchat-default-token-file.yml
+22 −0 config/testdata/conf.rocketchat-default-token.yml
+19 −0 config/testdata/conf.rocketchat-no-token.yml
+4 −0 dispatch/dispatch.go
+12 −0 dispatch/dispatch_test.go
+66 −3 docs/configuration.md
+1 −0 notify/notify.go
+270 −0 notify/rocketchat/rocketchat.go
+66 −0 notify/rocketchat/rocketchat_test.go
+1 −0 notify/telegram/telegram.go
+14 −7 silence/silence.go
+16 −0 silence/silence_test.go
+7 −0 template/default.tmpl
+3 −0 ui/app/src/Data/AlertStatus.elm
+7 −2 ui/app/src/Utils/Filter.elm
+18 −2 ui/app/src/Views/AlertList/AlertView.elm
+1 −0 ui/app/src/Views/AlertList/Parsing.elm
+1 −0 ui/app/src/Views/AlertList/Types.elm
+5 −0 ui/app/src/Views/AlertList/Updates.elm
+1 −0 ui/app/src/Views/AlertList/Views.elm
+1 −1 ui/app/src/Views/SilenceList/Parsing.elm
+19 −15 ui/app/tests/Filter.elm

0 comments on commit 65041c9

Please sign in to comment.