Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus-operator/prometheus-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.86.1
Choose a base ref
...
head repository: prometheus-operator/prometheus-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.86.2
Choose a head ref
  • 4 commits
  • 43 files changed
  • 2 contributors

Commits on Nov 6, 2025

  1. Fix operator's permissions on events

    Pull requests #7867 and #7953 switched from the core Events API to the
    new `events.k8s.io` API group but we forgot to update the RBAC
    permissions of the prometheus-operator Service Account and the
    verification which happens during the startup.
    
    Closes #8076
    
    Signed-off-by: Simon Pasquier <[email protected]>
    simonpasquier committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    ce2b016 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8077 from simonpasquier/fix-8076

    Fix operator's permissions on events
    simonpasquier authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    7f1e26a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. *: cut v0.86.2

    Signed-off-by: Simon Pasquier <[email protected]>
    simonpasquier committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    5468387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6395867 View commit details
    Browse the repository at this point in the history
Loading