Skip to content

Bump Alertmanager version to include silence fixes #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

grobinson-grafana
Copy link
Contributor

@grobinson-grafana grobinson-grafana commented Jun 25, 2024

This commit updates Alertmanager to the include the fixes to silences in grafana/prometheus-alertmanager#88.

Upsert no longer returns the id of the upserted silence as it is redundant. The id is stored in the silence and can be accessed via sil.Id. This brings the behaviour of Upsert inline with Set, which also removed the id from its return values.

@grobinson-grafana grobinson-grafana requested a review from a team as a code owner June 25, 2024 14:31
@grobinson-grafana grobinson-grafana changed the title Bump Alertmanager Bump Alertmanager version to include silence fixes Jun 25, 2024
This commit updates Alertmanager to the include the fixes to silences
in grafana/prometheus-alertmanager#88.

Upsert no longer returns the id of the upserted silence as it is
redundant. The id is stored in the silence and can be accessed via
sil.Id. This brings the behaviour of Upsert inline with Set, which
also removed the id from its return values.
Copy link
Collaborator

@yuri-tceretian yuri-tceretian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yuri-tceretian yuri-tceretian merged commit a684839 into main Jun 25, 2024
3 checks passed
@yuri-tceretian yuri-tceretian deleted the grobinson/update-fork branch June 25, 2024 18:46
grobinson-grafana added a commit that referenced this pull request Jun 26, 2024
Bump Alertmanager

This commit updates Alertmanager to the include the fixes to silences
in grafana/prometheus-alertmanager#88.

Upsert no longer returns the id of the upserted silence as it is
redundant. The id is stored in the silence and can be accessed via
sil.Id. This brings the behaviour of Upsert inline with Set, which
also removed the id from its return values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants