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

[Build-deps]: Bump github.com/prometheus/alertmanager from 0.23.0 to 0.24.0 #2705

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2022

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

Release notes

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

0.24.0 / 2022-03-24

  • [CHANGE] Add the /api/v2 prefix to all endpoints in the OpenAPI specification and generated client code. #2696
  • [CHANGE] Remove the github.com/prometheus/alertmanager/client Go package. #2763
  • [FEATURE] Add --cluster.tls-config experimental flag to secure cluster traffic via mutual TLS. #2237
  • [FEATURE] Add support for active time intervals. Active and mute time intervals should be defined via time_intervals rather than mute_time_intervals (the latter is deprecated but it will be supported until v1.0). #2779
  • [FEATURE] Add Telegram integration. #2827
  • [ENHANCEMENT] Add update_alerts field to the OpsGenie configuration to update message and description when sending alerts. #2519
  • [ENHANCEMENT] Add --cluster.allow-insecure-public-advertise-address-discovery feature flag to enable discovery and use of public IP addresses for clustering. #2719
  • [ENHANCEMENT] Add entity and actions fields to the OpsGenie configuration. #2753
  • [ENHANCEMENT] Add opsgenie_api_key_file field to the global configuration. #2728
  • [ENHANCEMENT] Add support for teams responders to the OpsGenie configuration. #2685
  • [ENHANCEMENT] Add the User-Agent header to all notification requests. #2730
  • [ENHANCEMENT] Re-enable HTTP/2. #2720
  • [ENHANCEMENT] web: Add support for security-related HTTP headers. #2759
  • [ENHANCEMENT] amtool: Allow filtering of silences by createdBy author. #2718
  • [ENHANCEMENT] amtool: add --http.config.file flag to configure HTTP settings. #2764
  • [BUGFIX] Fix HTTP client configuration for the SNS receiver. #2706
  • [BUGFIX] Fix unclosed file descriptor after reading the silences snapshot file. #2710
  • [BUGFIX] Fix field names for mute_time_intervals in JSON marshaling. #2765
  • [BUGFIX] Ensure that the root route doesn't have any matchers. #2780
  • [BUGFIX] Truncate the message's title to 1024 chars to avoid hitting Slack limits. #2774
  • [BUGFIX] Fix the default HTML email template (email.default.html) to match with the canonical source. #2798
  • [BUGFIX] Detect SNS FIFO topic based on the rendered value. #2819
  • [BUGFIX] Avoid deleting and recreating a silence when an update is possible. #2816
  • [BUGFIX] api/v2: Return 200 OK when deleting an expired silence. #2817
  • [BUGFIX] amtool: Fix the silence's end date when adding a silence. The end date is (start date + duration) while it used to be (current time + duration). The new behavior is consistent with the update operation. #2741

0.24.0-rc.0 / 2022-03-10

  • [CHANGE] Add the /api/v2 prefix to all endpoints in the OpenAPI specification and generated client code. #2696
  • [CHANGE] Remove the github.com/prometheus/alertmanager/client Go package. #2763
  • [FEATURE] Add --cluster.tls-config experimental flag to secure cluster traffic via mutual TLS. #2237
  • [FEATURE] Add support for active time intervals. Active and mute time intervals should be defined via time_intervals rather than mute_time_intervals (the latter is deprecated but it will be supported until v1.0). #2779
  • [FEATURE] Add Telegram integration. #2827
  • [ENHANCEMENT] Add update_alerts field to the OpsGenie configuration to update message and description when sending alerts. #2519
  • [ENHANCEMENT] Add --cluster.allow-insecure-public-advertise-address-discovery feature flag to enable discovery and use of public IP addresses for clustering. #2719
  • [ENHANCEMENT] Add entity and actions fields to the OpsGenie configuration. #2753
  • [ENHANCEMENT] Add opsgenie_api_key_file field to the global configuration. #2728
  • [ENHANCEMENT] Add support for teams responders to the OpsGenie configuration. #2685
  • [ENHANCEMENT] Add the User-Agent header to all notification requests. #2730
  • [ENHANCEMENT] Re-enable HTTP/2. #2720
  • [ENHANCEMENT] web: Add support for security-related HTTP headers. #2759
  • [ENHANCEMENT] amtool: Allow filtering of silences by createdBy author. #2718
  • [ENHANCEMENT] amtool: add --http.config.file flag to configure HTTP settings. #2764
  • [BUGFIX] Fix HTTP client configuration for the SNS receiver. #2706
  • [BUGFIX] Fix unclosed file descriptor after reading the silences snapshot file. #2710
  • [BUGFIX] Fix field names for mute_time_intervals in JSON marshaling. #2765
  • [BUGFIX] Ensure that the root route doesn't have any matchers. #2780
  • [BUGFIX] Truncate the message's title to 1024 chars to avoid hitting Slack limits. #2774
  • [BUGFIX] Fix the default HTML email template (email.default.html) to match with the canonical source. #2798
  • [BUGFIX] Detect SNS FIFO topic based on the rendered value. #2819

... (truncated)

Changelog

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

0.24.0-rc.0 / 2022-03-10

  • [CHANGE] Add the /api/v2 prefix to all endpoints in the OpenAPI specification and generated client code. #2696
  • [CHANGE] Remove the github.com/prometheus/alertmanager/client Go package. #2763
  • [FEATURE] Add --cluster.tls-config experimental flag to secure cluster traffic via mutual TLS. #2237
  • [FEATURE] Add support for active time intervals. Active and mute time intervals should be defined via time_intervals rather than mute_time_intervals (the latter is deprecated but it will be supported until v1.0). #2779
  • [FEATURE] Add Telegram integration. #2827
  • [ENHANCEMENT] Add update_alerts field to the OpsGenie configuration to update message and description when sending alerts. #2519
  • [ENHANCEMENT] Add --cluster.allow-insecure-public-advertise-address-discovery feature flag to enable discovery and use of public IP addresses for clustering. #2719
  • [ENHANCEMENT] Add entity and actions fields to the OpsGenie configuration. #2753
  • [ENHANCEMENT] Add opsgenie_api_key_file field to the global configuration. #2728
  • [ENHANCEMENT] Add support for teams responders to the OpsGenie configuration. #2685
  • [ENHANCEMENT] Add the User-Agent header to all notification requests. #2730
  • [ENHANCEMENT] Re-enable HTTP/2. #2720
  • [ENHANCEMENT] web: Add support for security-related HTTP headers. #2759
  • [ENHANCEMENT] amtool: Allow filtering of silences by createdBy author. #2718
  • [ENHANCEMENT] amtool: add --http.config.file flag to configure HTTP settings. #2764
  • [BUGFIX] Fix HTTP client configuration for the SNS receiver. #2706
  • [BUGFIX] Fix unclosed file descriptor after reading the silences snapshot file. #2710
  • [BUGFIX] Fix field names for mute_time_intervals in JSON marshaling. #2765
  • [BUGFIX] Ensure that the root route doesn't have any matchers. #2780
  • [BUGFIX] Truncate the message's title to 1024 chars to avoid hitting Slack limits. #2774
  • [BUGFIX] Fix the default HTML email template (email.default.html) to match with the canonical source. #2798
  • [BUGFIX] Detect SNS FIFO topic based on the rendered value. #2819
  • [BUGFIX] Avoid deleting and recreating a silence when an update is possible. #2816
  • [BUGFIX] api/v2: Return 200 OK when deleting an expired silence. #2817
  • [BUGFIX] amtool: Fix the silence's end date when adding a silence. The end date is (start date + duration) while it used to be (current time + duration). The new behavior is consistent with the update operation. #2741
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 Mar 30, 2022
@dependabot dependabot bot requested a review from SamuAlfageme March 30, 2022 13:47
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/alertmanager-0.24.0 branch 2 times, most recently from 55b4eaf to 4609836 Compare March 30, 2022 14:11
Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.23.0...v0.24.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 force-pushed the dependabot/go_modules/github.com/prometheus/alertmanager-0.24.0 branch from 4609836 to 404aecc Compare March 30, 2022 15:50
@ishank011 ishank011 merged commit 1699dd0 into master Mar 31, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/prometheus/alertmanager-0.24.0 branch March 31, 2022 07:10
Daniel-WWU-IT pushed a commit to Daniel-WWU-IT/reva that referenced this pull request Apr 12, 2022
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