Skip to content
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

Bump github.com/prometheus/alertmanager from 0.17.0 to 0.21.0 in /orc8r/cloud/go #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 6, 2021

Bumps github.com/prometheus/alertmanager from 0.17.0 to 0.21.0.

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.21.0 / 2020-06-16

This release removes the HipChat integration as it is discontinued by Atlassian on June 30th 2020.

  • [CHANGE] [HipChat] Remove HipChat integration as it is end-of-life. #2282
  • [CHANGE] [amtool] Remove default assignment of environment variables. #2161
  • [CHANGE] [PagerDuty] Enforce 512KB event size limit. #2225
  • [ENHANCEMENT] [amtool] Add cluster command to show cluster and peer statuses. #2256
  • [ENHANCEMENT] Add redirection from / to the routes prefix when it isn't empty. #2235
  • [ENHANCEMENT] [Webhook] Add max_alerts option to limit the number of alerts included in the payload. #2274
  • [ENHANCEMENT] Improve logs for API v2, notifications and clustering. #2177 #2188 #2260 #2261 #2273
  • [BUGFIX] Fix child routes not inheriting their parent route's grouping when group_by: [...]. #2154
  • [BUGFIX] [UI] Fix the receiver selector in the Alerts page when the receiver name contains regular expression metacharacters such as +. #2090
  • [BUGFIX] Fix error message about start and end time validation. #2173
  • [BUGFIX] Fix a potential race condition in dispatcher. #2208
  • [BUGFIX] [API v2] Return an empty array of peers when the clustering is disabled. #2203
  • [BUGFIX] Fix the registration of alertmanager_dispatcher_aggregation_groups and alertmanager_dispatcher_alert_processing_duration_seconds metrics. #2200
  • [BUGFIX] Always retry notifications with back-off. #2290

0.21.0-rc.0 / 2020-06-05

  • [CHANGE] [amtool] Remove default assignment of environment variables. #2161
  • [CHANGE] [PagerDuty] Enforce 512KB event size limit. #2225
  • [ENHANCEMENT] [amtool] Add cluster command to show cluster and peer statuses. #2256
  • [ENHANCEMENT] Add redirection from / to the routes prefix when it isn't empty. #2235
  • [ENHANCEMENT] [Webhook] Add max_alerts option to limit the number of alerts included in the payload. #2274
  • [ENHANCEMENT] Improve logs for API v2, notifications and clustering. #2177 #2188 #2260 #2261 #2273
  • [BUGFIX] Fix child routes not inheriting their parent route's grouping when group_by: [...]. #2154
  • [BUGFIX] [UI] Fix the receiver selector in the Alerts page when the receiver name contains regular expression metacharacters such as +. #2090
  • [BUGFIX] Fix error message about start and end time validation. #2173
  • [BUGFIX] Fix a potential race condition in dispatcher. #2208
  • [BUGFIX] [API v2] Return an empty array of peers when the clustering is disabled. #2203
  • [BUGFIX] Fix the registration of alertmanager_dispatcher_aggregation_groups and alertmanager_dispatcher_alert_processing_duration_seconds metrics. #2200

0.20.0 / 2019-12-11

  • [CHANGE] Check that at least one silence matcher matches a non-empty string. #2081
  • [ENHANCEMENT] [pagerduty] Check that PagerDuty keys aren't empty. #2085
  • [ENHANCEMENT] [template] Add the stringSlice function. #2101
  • [ENHANCEMENT] Add alertmanager_dispatcher_aggregation_groups and alertmanager_dispatcher_alert_processing_duration_seconds metrics. #2113
  • [ENHANCEMENT] Log unused receivers. #2114
  • [ENHANCEMENT] Add alertmanager_receivers metric. #2114
  • [ENHANCEMENT] Add alertmanager_integrations metric. #2117
  • [ENHANCEMENT] [email] Add Message-Id Header to outgoing emails. #2057
  • [BUGFIX] Don't garbage-collect alerts from the store. #2040
  • [BUGFIX] [ui] Disable the grammarly plugin on all textareas. #2061
  • [BUGFIX] [config] Forbid nil regexp matchers. #2083
  • [BUGFIX] [ui] Fix Silences UI when several filters are applied. #2075

Contributors:

... (truncated)

Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.21.0 / 2020-06-16

This release removes the HipChat integration as it is discontinued by Atlassian on June 30th 2020.

  • [CHANGE] [HipChat] Remove HipChat integration as it is end-of-life. #2282
  • [CHANGE] [amtool] Remove default assignment of environment variables. #2161
  • [CHANGE] [PagerDuty] Enforce 512KB event size limit. #2225
  • [ENHANCEMENT] [amtool] Add cluster command to show cluster and peer statuses. #2256
  • [ENHANCEMENT] Add redirection from / to the routes prefix when it isn't empty. #2235
  • [ENHANCEMENT] [Webhook] Add max_alerts option to limit the number of alerts included in the payload. #2274
  • [ENHANCEMENT] Improve logs for API v2, notifications and clustering. #2177 #2188 #2260 #2261 #2273
  • [BUGFIX] Fix child routes not inheriting their parent route's grouping when group_by: [...]. #2154
  • [BUGFIX] [UI] Fix the receiver selector in the Alerts page when the receiver name contains regular expression metacharacters such as +. #2090
  • [BUGFIX] Fix error message about start and end time validation. #2173
  • [BUGFIX] Fix a potential race condition in dispatcher. #2208
  • [BUGFIX] [API v2] Return an empty array of peers when the clustering is disabled. #2203
  • [BUGFIX] Fix the registration of alertmanager_dispatcher_aggregation_groups and alertmanager_dispatcher_alert_processing_duration_seconds metrics. #2200
  • [BUGFIX] Always retry notifications with back-off. #2290

0.20.0 / 2019-12-11

  • [CHANGE] Check that at least one silence matcher matches a non-empty string. #2081
  • [ENHANCEMENT] [pagerduty] Check that PagerDuty keys aren't empty. #2085
  • [ENHANCEMENT] [template] Add the stringSlice function. #2101
  • [ENHANCEMENT] Add alertmanager_dispatcher_aggregation_groups and alertmanager_dispatcher_alert_processing_duration_seconds metrics. #2113
  • [ENHANCEMENT] Log unused receivers. #2114
  • [ENHANCEMENT] Add alertmanager_receivers metric. #2114
  • [ENHANCEMENT] Add alertmanager_integrations metric. #2117
  • [ENHANCEMENT] [email] Add Message-Id Header to outgoing emails. #2057
  • [BUGFIX] Don't garbage-collect alerts from the store. #2040
  • [BUGFIX] [ui] Disable the grammarly plugin on all textareas. #2061
  • [BUGFIX] [config] Forbid nil regexp matchers. #2083
  • [BUGFIX] [ui] Fix Silences UI when several filters are applied. #2075

Contributors:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 6, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/orc8r/cloud/go/github.com/prometheus/alertmanager-0.21.0 branch from c60c508 to 0a9d923 Compare May 13, 2021 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
0 participants