Skip to content

Conversation

@nutmos
Copy link
Contributor

@nutmos nutmos commented Jun 24, 2025

Description

Add global config support in the alert manager for Webex.

Type of change

What type of changes does your code introduce to the Prometheus operator? Put an x in the box that apply.

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

Verification

Using unit tests for validation

Changelog entry

- Add support for API URLs in the global configuration for the alert manager for Webex

@nutmos nutmos requested a review from a team as a code owner June 24, 2025 13:38
// It requires Alertmanager >= v0.25.0.
// +kubebuilder:validation:Pattern:="^(http|https)://.+$"
// +optional
APIURL *string `json:"apiURL,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

@nutmos nutmos marked this pull request as draft June 29, 2025 10:25
@nutmos nutmos force-pushed the feat/add-webex-global-config branch from 9b5ffb6 to dedc355 Compare July 1, 2025 13:42
@nutmos nutmos requested a review from heliapb July 1, 2025 13:58
@nutmos nutmos marked this pull request as ready for review July 1, 2025 13:58
@nutmos
Copy link
Contributor Author

nutmos commented Jul 1, 2025

@simonpasquier @heliapb Please review this PR for the next one.

@nutmos nutmos requested review from heliapb and simonpasquier July 2, 2025 00:30
@nutmos
Copy link
Contributor Author

nutmos commented Jul 2, 2025

@simonpasquier @heliapb Could you pleaes review it again?

@nutmos
Copy link
Contributor Author

nutmos commented Jul 3, 2025

@simonpasquier @slashpai Anyone available for review please?

Copy link
Contributor

@simonpasquier simonpasquier left a comment

Choose a reason for hiding this comment

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

Thanks!

@simonpasquier simonpasquier merged commit f3bd79f into prometheus-operator:main Jul 3, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants