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.61.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.62.0
Choose a head ref
  • 10 commits
  • 26 files changed
  • 7 contributors

Commits on Dec 5, 2024

  1. Change default validation scheme to UTF8Validation (#724)

    fixes #723
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    cf5f48f View commit details
    Browse the repository at this point in the history
  2. Remove deprecated promlog package (#738)

    Remove deprecated promlog package. This has been replaced by the
    promslog package.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    c3fdb17 View commit details
    Browse the repository at this point in the history
  3. Remove deprecated sigv4 module (#737)

    Remove deprecated sigv4 module, this has been migrated to
    https://github.com/prometheus/sigv4.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    d88ee1f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. update links to openmetrics to reference the v1.0.0 release

    Signed-off-by: David Ashpole <[email protected]>
    dashpole committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    e3926e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Merge pull request #740 from dashpole/update_om_links

    update links to openmetrics to reference the v1.0.0 release
    ArthurSens authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    0a89b98 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Update common Prometheus files (#742)

    Signed-off-by: prombot <[email protected]>
    prombot authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    5d9961d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#744)

    Bumps google.golang.org/protobuf from 1.35.2 to 1.36.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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 Jan 1, 2025
    Configuration menu
    Copy the full SHA
    fe88605 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.32.0 to 0.33.0 (#743)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
    - [Commits](golang/net@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      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 Jan 1, 2025
    Configuration menu
    Copy the full SHA
    8d916fa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Update common Prometheus files (#747)

    Signed-off-by: prombot <[email protected]>
    prombot authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    aea8919 View commit details
    Browse the repository at this point in the history
  2. http_config: Allow customizing TLS config and settings. (#748)

    * http_config: Allow customizing TLS config and settings.
    
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Switched to newTLSConfigFunc
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Addressed comments.
    
    Signed-off-by: bwplotka <[email protected]>
    
    ---------
    
    Signed-off-by: bwplotka <[email protected]>
    bwplotka authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    280b0e7 View commit details
    Browse the repository at this point in the history
Loading