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.1
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.2
Choose a head ref
  • 10 commits
  • 10 files changed
  • 6 contributors

Commits on Aug 22, 2025

  1. Fix panic in tlsRoundTripper when CA file is absent

    Signed-off-by: Andrey Karpov <[email protected]>
    ndk committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    6df665b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Update common Prometheus files (#854)

    Signed-off-by: prombot <[email protected]>
    prombot authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    77db9c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. build(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 (#857)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.31.0 to 0.32.0.
    - [Commits](golang/oauth2@v0.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    aca279f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net from 0.44.0 to 0.46.0 (#856)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.46.0.
    - [Commits](golang/net@v0.44.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.46.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    633281f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Merge pull request #792 from ndk/main

    Fix panic in `tlsRoundTripper` when CA file is absent
    krajorama authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    8230d3b View commit details
    Browse the repository at this point in the history
  2. Update common Prometheus files (#859)

    Signed-off-by: prombot <[email protected]>
    prombot authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    93d16be View commit details
    Browse the repository at this point in the history
  3. Cleanup linting issues

    * Remove unused linting settings from golangci-lint config.
    * Fixup linting issues.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    1e32339 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #860 from prometheus/superq/linting

    Cleanup linting issues
    beorn7 authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    acb1873 View commit details
    Browse the repository at this point in the history
  5. Cut v0.67.2

    Signed-off-by: beorn7 <[email protected]>
    beorn7 committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    440c1a3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #861 from prometheus/beorn7/version

    Cut v0.67.2
    beorn7 authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    594f4d4 View commit details
    Browse the repository at this point in the history
Loading