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: netobserv/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: netobserv/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 (prometheus#724)

    fixes prometheus#723
    
    Signed-off-by: Owen Williams <owen.williams@grafana.com>
    ywwg authored Dec 5, 2024
    Copy the full SHA
    cf5f48f View commit details
  2. Remove deprecated promlog package (prometheus#738)

    Remove deprecated promlog package. This has been replaced by the
    promslog package.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Dec 5, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    c3fdb17 View commit details
  3. Remove deprecated sigv4 module (prometheus#737)

    Remove deprecated sigv4 module, this has been migrated to
    https://github.com/prometheus/sigv4.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Dec 5, 2024
    Copy the full SHA
    d88ee1f View commit details

Commits on Dec 13, 2024

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

    Signed-off-by: David Ashpole <dashpole@google.com>
    dashpole committed Dec 13, 2024
    Copy the full SHA
    e3926e2 View commit details

Commits on Dec 14, 2024

  1. Merge pull request prometheus#740 from dashpole/update_om_links

    update links to openmetrics to reference the v1.0.0 release
    ArthurSens authored Dec 14, 2024
    Copy the full SHA
    0a89b98 View commit details

Commits on Dec 29, 2024

  1. Update common Prometheus files (prometheus#742)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Dec 29, 2024
    Copy the full SHA
    5d9961d View commit details

Commits on Jan 1, 2025

  1. Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (prometheus#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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2025
    Copy the full SHA
    fe88605 View commit details
  2. Bump golang.org/x/net from 0.32.0 to 0.33.0 (prometheus#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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2025
    Copy the full SHA
    8d916fa View commit details

Commits on Jan 16, 2025

  1. Update common Prometheus files (prometheus#747)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Jan 16, 2025
    Copy the full SHA
    aea8919 View commit details
  2. http_config: Allow customizing TLS config and settings. (prometheus#748)

    * http_config: Allow customizing TLS config and settings.
    
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    * Switched to newTLSConfigFunc
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    * Addressed comments.
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    ---------
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka authored Jan 16, 2025
    Copy the full SHA
    280b0e7 View commit details
Loading