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.24.0 to 0.25.0 #11799

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps github.com/prometheus/alertmanager from 0.24.0 to 0.25.0.

Release notes

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

0.25.0 / 2022-12-22

  • [CHANGE] Change the default parse_mode value from MarkdownV2 to HTML for Telegram. #2981
  • [CHANGE] Make api_url field optional for Telegram. #2981
  • [CHANGE] Use CanonicalMIMEHeaderKey instead of TitleCasing for email headers. #3080
  • [CHANGE] Reduce the number of notification logs broadcasted between peers by expiring them after (2 * repeat interval). #2982
  • [FEATURE] Add proxy_url support for OAuth2 in HTTP client configuration. #3010
  • [FEATURE] Reload TLS certificate and key from disk when updated. #3168
  • [FEATURE] Add Discord integration. #2948
  • [FEATURE] Add Webex integration. #3132
  • [ENHANCEMENT] Add --web.systemd-socket flag to systemd socket activation listeners instead of port listeners (Linux only). #3140
  • [ENHANCEMENT] Add enable_http2 support in HTTP client configuration. #3010
  • [ENHANCEMENT] Add min_version support to select the minimum TLS version in HTTP client configuration. #3010
  • [ENHANCEMENT] Add max_version support to select the maximum TLS version in HTTP client configuration. #3168
  • [ENHANCEMENT] Emit warning logs when truncating messages in notifications. #3145
  • [ENHANCEMENT] Add --data.maintenance-interval flag to define the interval between the garbage collection and snapshotting to disk of the silences and the notification logs. #2849
  • [ENHANCEMENT] Support HEAD method for the /-/healty and /-/ready endpoints. #3039
  • [ENHANCEMENT] Truncate messages with the ellipsis character instead of the 3-dots string .... #3072
  • [ENHANCEMENT] Add support for reading global and local SMTP passwords from files. #3038
  • [ENHANCEMENT] Add Location support to time intervals. #2782
  • [ENHANCEMENT] UI: Add 'Link' button to alerts in list. #2880
  • [ENHANCEMENT] Add the source field to the PagerDuty configuration. #3106
  • [ENHANCEMENT] Add support for reading PagerDuty routing and service keys from files. #3107
  • [ENHANCEMENT] Log response details when notifications fail for Webhooks, Pushover and VictorOps. #3103
  • [ENHANCEMENT] UI: Allow to choose the first day of the week as Sunday or Monday. #3093
  • [ENHANCEMENT] Add support for reading VictorOps API key from file. #3111
  • [ENHANCEMENT] Support templating for Opsgenie's responder type. #3060
  • [BUGFIX] Fail configuration loading if api_key and api_key_file are defined at the same time. #2910
  • [BUGFIX] Fix the alertmanager_alerts metric to avoid counting resolved alerts as active. Also added a new alertmanager_marked_alerts metric that retain the old behavior. #2943
  • [BUGFIX] Trim contents of Slack API URLs when reading from files. #2929
  • [BUGFIX] amtool: Avoid panic when the label value matcher is empty. #2968
  • [BUGFIX] Fail configuration loading if api_url is empty for OpsGenie. #2910
  • [BUGFIX] Fix email template for resolved notifications. #3166
  • [BUGFIX] Use the HTML template engine when the parse mode is HTML for Telegram. #3183

0.25.0-rc.2 / 2022-12-19

  • [CHANGE] Change the default parse_mode value from MarkdownV2 to HTML for Telegram. #2981
  • [CHANGE] Make api_url field optional for Telegram. #2981
  • [CHANGE] Use CanonicalMIMEHeaderKey instead of TitleCasing for email headers. #3080
  • [CHANGE] Reduce the number of notification logs broadcasted between peers by expiring them after (2 * repeat interval). #2982
  • [FEATURE] Add proxy_url support for OAuth2 in HTTP client configuration. #3010
  • [FEATURE] Reload TLS certificate and key from disk when updated. #3168
  • [FEATURE] Add Discord integration. #2948
  • [FEATURE] Add Webex integration. #3132
  • [ENHANCEMENT] Add --web.systemd-socket flag to systemd socket activation listeners instead of port listeners (Linux only). #3140
  • [ENHANCEMENT] Add enable_http2 support in HTTP client configuration. #3010
  • [ENHANCEMENT] Add min_version support to select the minimum TLS version in HTTP client configuration. #3010
  • [ENHANCEMENT] Add max_version support to select the maximum TLS version in HTTP client configuration. #3168
  • [ENHANCEMENT] Emit warning logs when truncating messages in notifications. #3145
  • [ENHANCEMENT] Add --data.maintenance-interval flag to define the interval between the garbage collection and snapshotting to disk of the silences and the notification logs. #2849
  • [ENHANCEMENT] Support HEAD method for the /-/healty and /-/ready endpoints. #3039

... (truncated)

Changelog

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

0.25.0-rc.0 / 2022-12-16

  • [CHANGE] Change the default parse_mode value from MarkdownV2 to HTML for Telegram. #2981
  • [CHANGE] Make api_url field optional for Telegram. #2981
  • [CHANGE] Use CanonicalMIMEHeaderKey instead of TitleCasing for email headers. #3080
  • [CHANGE] Reduce the number of notification logs broadcasted between peers by expiring them after (2 * repeat interval). #2982
  • [FEATURE] Add proxy_url support for OAuth2 in HTTP client configuration. #3010
  • [FEATURE] Reload TLS certificate and key from disk when updated. #3168
  • [FEATURE] Add Discord integration. #2948
  • [FEATURE] Add Webex integration. #3132
  • [ENHANCEMENT] Add --web.systemd-socket flag to systemd socket activation listeners instead of port listeners (Linux only). #3140
  • [ENHANCEMENT] Add enable_http2 support in HTTP client configuration. #3010
  • [ENHANCEMENT] Add min_version support to select the minimum TLS version in HTTP client configuration. #3010
  • [ENHANCEMENT] Add max_version support to select the maximum TLS version in HTTP client configuration. #3168
  • [ENHANCEMENT] Emit warning logs when truncating messages in notifications. #3145
  • [ENHANCEMENT] Add --data.maintenance-interval flag to define the interval between the garbage collection and snapshotting to disk of the silences and the notification logs. #2849
  • [ENHANCEMENT] Support HEAD method for the /-/healty and /-/ready endpoints. #3039
  • [ENHANCEMENT] Truncate messages with the ellipsis character instead of the 3-dots string .... #3072
  • [ENHANCEMENT] Add support for reading global and local SMTP passwords from files. #3038
  • [ENHANCEMENT] Add Location support to time intervals. #2782
  • [ENHANCEMENT] UI: Add 'Link' button to alerts in list. #2880
  • [ENHANCEMENT] Add the source field to the PagerDuty configuration. #3106
  • [ENHANCEMENT] Add support for reading PagerDuty routing and service keys from files. #3107
  • [ENHANCEMENT] Log response details when notifications fail for Webhooks, Pushover and VictorOps. #3103
  • [ENHANCEMENT] UI: Allow to choose the first day of the week as Sunday or Monday. #3093
  • [ENHANCEMENT] Add support for reading VictorOps API key from file. #3111
  • [ENHANCEMENT] Support templating for Opsgenie's responder type. #3060
  • [BUGFIX] Fail configuration loading if api_key and api_key_file are defined at the same time. #2910
  • [BUGFIX] Fix the alertmanager_alerts metric to avoid counting resolved alerts as active. Also added a new alertmanager_marked_alerts metric that retain the old behavior. #2943
  • [BUGFIX] Trim contents of Slack API URLs when reading from files. #2929
  • [BUGFIX] amtool: Avoid panic when the label value matcher is empty. #2968
  • [BUGFIX] Fail configuration loading if api_url is empty for OpsGenie. #2910
  • [BUGFIX] Fix email template for resolved notifications. #3166
Commits
  • 258fab7 Merge pull request #3187 from simonpasquier/cut-v0.25.0
  • 4f7c85f Cut v0.25.0
  • ead47cd Merge pull request #3183 from simonpasquier/fix-3061
  • aa6a929 telegram: use HTML template with HTML parse mode
  • aace20a Merge pull request #3180 from simonpasquier/fix-build-all
  • 9226eb0 Cut v0.25.0-rc.2
  • 4175aef Run 'build_all' job for v0.y tags
  • 2afee51 Merge pull request #3179 from simonpasquier/cut-v0.25.0-rc.1
  • 54bd81d Cut v0.25.0-rc.1
  • 1eb79d9 Merge pull request #3177 from simonpasquier/fix-remote-docker-version
  • 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)

Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/alertmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 1, 2023
@kakkoyun
Copy link
Member

ref #11891

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2023

Looks like github.com/prometheus/alertmanager is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 26, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/prometheus/alertmanager-0.25.0 branch January 26, 2023 09:17
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.

None yet

1 participant