8000 Comparing v0.63.0...v0.64.0 · prometheus/common · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.63.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.64.0
Choose a head ref
  • 17 commits
  • 13 files changed
  • 7 contributors

Commits on Mar 21, 2025

  1. Add deprecation notice to otlptranslator

    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    ArthurSens committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    64474d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Merge pull request #773 from prometheus/deprecate

    Add deprecation notice to otlptranslator
    ArthurSens authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    81fbc80 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Update common Prometheus files (#774)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    e4b3776 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Update common Prometheus files (#775)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    6071fb3 View commit details
    Browse the repository at this point in the history
  2. Update Go (#770)

    * Update Go to support 1.24.
    * Update minimum Go version to 1.23.0.
    * Bump Go modules.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    3874acf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. chore: Upgrade golangci-lint to v2 (#779)

    - Migrate the configuration file
    - Update the tooling version and CI
    - Apply auto-fixes
    
    Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>
    kakkoyun authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    cffef2d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#777)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
    - [Commits](golang/net@v0.37.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      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 Apr 8, 2025
    Configuration menu
    Copy the full SHA
    09eca2d View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#776

    )
    
    Bumps google.golang.org/protobuf from 1.36.5 to 1.36.6.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-version: 1.36.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    318ef65 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. promslog: Use the default timezone (again)

    As per the dev-summit discussion, we want to use the default timezone
    as selected by slog after all rather than a hardcoded UTC.
    
    (This was accidentally introduced earlier when moving from gokit to
    slog, but then switched back to hardcoded UTC in PR #735.)
    
    Environments that have configured UTC anyway won't see any difference,
    but those with other timezones configured will see the configured
    timezone for the timestamps in their logs. This is in line with how
    slog behaves by default.
    
    Example timestamp _before_ this change and also _after_ this change
    with UTC configured in the environment via a suitable way (e.g.
    setting `TZ=UTC` on Linux):
    
        time=2025-04-10T12:00:38.179Z
    
    Example timestamp _after_ this change with location Europe/Berlin,
    i.e. timezone is CET or CEST:
    
        time=2025-04-10T14:00:03.120+02:00
    
    Note that the precise delta to UTC is in the timestamp. So this change
    will also be transparent to the usual logs processing tools.
    
    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    31ee791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #739 from prometheus/beorn7/log

    promslog: Use the default timezone (again)
    beorn7 authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    8de85c2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot committed May 4, 2025
    Configuration menu
    Copy the full SHA
    8c1fb2e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Merge pull request #787 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    ArthurSens authored May 7, 2025
    Configuration menu
    Copy the full SHA
    633961f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.…

    …6.2 (#784)
    
    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.1 to 0.6.2.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.6.1...v0.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-version: 0.6.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2025
    Configuration menu
    Copy the full SHA
    4ca345a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#785)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.28.0 to 0.29.0.
    - [Commits](golang/oauth2@v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.29.0
      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 May 15, 2025
    Configuration menu
    Copy the full SHA
    8048031 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#786)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.39.0.
    - [Commits](golang/net@v0.38.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.39.0
      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 May 15, 2025
    Configuration menu
    Copy the full SHA
    b8eddd7 View commit details
    Browse the repository at this point in the history
  4. refactor(promslog): make NewNopLogger() wrapper around New() (#783)

    * refactor(promslog): make `NewNopLogger()` wrapper around `New()`
    
    While discussing the fix for prometheus/prometheus#16466, it was pointed
    out that our `promslog.NewNopLogger()` convenience function would
    benefit from using the same logic used when initializing loggers with
    `promslog.New()`. By refactoring NewNopLogger to wrap New, it inherits
    that same setup logic.
    
    Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
    
    * fix(promslog): don't set NewNopLogger to debug level
    
    Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
    
    ---------
    
    Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
    tjhop authored May 15, 2025
    Configuration menu
    Copy the full SHA
    487c180 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#788)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.29.0 to 0.30.0.
    - [Commits](golang/oauth2@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.30.0
      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 May 15, 2025
    Configuration menu
    Copy the full SHA
    6a35e02 View commit details
    Browse the repository at this point in the history
Loading
0