Skip to content

Conversation

@dependabot
Copy link

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

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

Release notes

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

0.22.1 / 2021-05-27

This release addresses a regression in the API v1 that was introduced in 0.22.0. Matchers in silences created with the API v1 could be considered negative matchers. This affects users using amtool prior to v0.17.0.

  • [BUGFIX] API v1: Decode matchers without isEqual are positive matchers. #2603

0.22.0 / 2021-05-21

  • [CHANGE] Amtool and Alertmanager binaries help now prints to stdout. #2505
  • [CHANGE] Use path relative to the configuration file for certificates and password files. #2502
  • [CHANGE] Display Silence and Alert dates in ISO8601 format. #2363
  • [FEATURE] Add date picker to silence form views. #2262
  • [FEATURE] Add support for negative matchers. #2434 #2460 and many more.
  • [FEATURE] Add time-based muting to routing tree. #2393
  • [FEATURE] Support TLS and basic authentication on the web server. #2446
  • [FEATURE] Add OAuth 2.0 client support in HTTP client. #2560
  • [ENHANCEMENT] Add composite durations in the configuration (e.g. 2h20m). #2353
  • [ENHANCEMENT] Add follow_redirect option to disable following redirects. #2551
  • [ENHANCEMENT] Add metric for permanently failed notifications. #2383
  • [ENHANCEMENT] Add support for custom authorization scheme. #2499
  • [ENHANCEMENT] Add support for not following HTTP redirects. #2499
  • [ENHANCEMENT] Add support to set the Slack URL from a file. #2534
  • [ENHANCEMENT] amtool: Add alert status to extended and simple output. #2324
  • [ENHANCEMENT] Do not omit false booleans in the configuration page. #2317
  • [ENHANCEMENT] OpsGenie: Propagate labels to Opsgenie details. #2276
  • [ENHANCEMENT] PagerDuty: Filter out empty images and links. #2379
  • [ENHANCEMENT] WeChat: add markdown support. #2309
  • [BUGFIX] Fix a possible deadlock on shutdown. #2558
  • [BUGFIX] UI: Fix extended printing of regex sign. #2445
  • [BUGFIX] UI: Fix the favicon when using a path prefix. #2392
  • [BUGFIX] Make filter labels consistent with Prometheus. #2403
  • [BUGFIX] alertmanager_config_last_reload_successful takes templating failures into account. #2373
  • [BUGFIX] amtool: avoid nil dereference in silence update. #2427
  • [BUGFIX] VictorOps: Catch routing_key templating errors. #2467

0.22.0-rc.2 / 2021-05-17

  • [CHANGE] Amtool and Alertmanager binaries help now prints to stdout. #2505
  • [CHANGE] Use path relative to the configuration file for certificates and password files. #2502
  • [CHANGE] Display Silence and Alert dates in ISO8601 format. #2363
  • [FEATURE] Add date picker to silence form views. #2262
  • [FEATURE] Add support for negative matchers. #2434 #2460 and many more.
  • [FEATURE] Add time-based muting to routing tree. #2393
  • [FEATURE] Support TLS and basic authentication on the web server. #2446
  • [FEATURE] Add OAuth 2.0 client support in HTTP client. #2560
  • [ENHANCEMENT] Add composite durations in the configuration (e.g. 2h20m). #2353
  • [ENHANCEMENT] Add follow_redirect option to disable following redirects. #2551
  • [ENHANCEMENT] Add metric for permanently failed notifications. #2383
  • [ENHANCEMENT] Add support for custom authorization scheme. #2499
  • [ENHANCEMENT] Add support for not following HTTP redirects. #2499
  • [ENHANCEMENT] Add support to set the Slack URL from a file. #2534

... (truncated)

Changelog

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

0.22.1 / 2021-05-27

This release addresses a regression in the API v1 that was introduced in 0.22.0. Matchers in silences created with the API v1 could be considered negative matchers. This affects users using amtool prior to v0.17.0.

  • [BUGFIX] API v1: Decode matchers without isEqual are positive matchers. #2603

0.22.0 / 2021-05-21

  • [CHANGE] Amtool and Alertmanager binaries help now prints to stdout. #2505
  • [CHANGE] Use path relative to the configuration file for certificates and password files. #2502
  • [CHANGE] Display Silence and Alert dates in ISO8601 format. #2363
  • [FEATURE] Add date picker to silence form views. #2262
  • [FEATURE] Add support for negative matchers. #2434 #2460 and many more.
  • [FEATURE] Add time-based muting to routing tree. #2393
  • [FEATURE] Support TLS and basic authentication on the web server. #2446
  • [FEATURE] Add OAuth 2.0 client support in HTTP client. #2560
  • [ENHANCEMENT] Add composite durations in the configuration (e.g. 2h20m). #2353
  • [ENHANCEMENT] Add follow_redirect option to disable following redirects. #2551
  • [ENHANCEMENT] Add metric for permanently failed notifications. #2383
  • [ENHANCEMENT] Add support for custom authorization scheme. #2499
  • [ENHANCEMENT] Add support for not following HTTP redirects. #2499
  • [ENHANCEMENT] Add support to set the Slack URL from a file. #2534
  • [ENHANCEMENT] amtool: Add alert status to extended and simple output. #2324
  • [ENHANCEMENT] Do not omit false booleans in the configuration page. #2317
  • [ENHANCEMENT] OpsGenie: Propagate labels to Opsgenie details. #2276
  • [ENHANCEMENT] PagerDuty: Filter out empty images and links. #2379
  • [ENHANCEMENT] WeChat: add markdown support. #2309
  • [BUGFIX] Fix a possible deadlock on shutdown. #2558
  • [BUGFIX] UI: Fix extended printing of regex sign. #2445
  • [BUGFIX] UI: Fix the favicon when using a path prefix. #2392
  • [BUGFIX] Make filter labels consistent with Prometheus. #2403
  • [BUGFIX] alertmanager_config_last_reload_successful takes templating failures into account. #2373
  • [BUGFIX] amtool: avoid nil dereference in silence update. #2427
  • [BUGFIX] VictorOps: Catch routing_key templating errors. #2467

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

... (truncated)

Commits
  • d771b53 Merge pull request #2604 from roidelapluie/release-alertmanager-0.22.1
  • 82c9605 Release 0.22.1
  • 53491b4 Merge pull request #2603 from sinkingpoint/master
  • 6a072db Default the isEqual flag to true in alertmanager
  • 5ad7a10 Merge pull request #2592 from roidelapluie/rel22final
  • 0394ddc Release alertmanager 0.22
  • cf9e9b4 Merge pull request #2587 from roidelapluie/rel022rc2
  • a51874c Relase 0.22.0-rc.2
  • 8373b35 Merge pull request #2581 from roidelapluie/fixnilinapi
  • 4d2aea6 API: Only pass cluster peer if empty
  • Additional commits viewable in compare view

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 28, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/orc8r/cloud/go/github.com/prometheus/alertmanager-0.22.1 branch from c945005 to 141f499 Compare June 1, 2021 21:46
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

Development

Successfully merging this pull request may close these issues.

1 participant