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/common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.67.0
Choose a base ref
...
head repository: prometheus/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.67.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 7, 2025

  1. Merge pull request #848 from prometheus/beorn7/version

    Cut v0.67.0
    beorn7 authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    b63ce83 View commit details
    Browse the repository at this point in the history
  2. Fix Go case-insensitive file name collision

    Remove the `VERSION` file to avoid "case-insensitive file name
    collision" error importing this package.
    
    Fixes: #850
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    f5de376 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #853 from prometheus/superq/version

    Fix Go case-insensitive file name collision
    beorn7 authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    c41fe14 View commit details
    Browse the repository at this point in the history
Loading