KEMBAR78
Comparing v0.57.0...v0.58.0 · prometheus/common · GitHub
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.57.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.58.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 6 contributors

Commits on Aug 28, 2024

  1. docs: mention new promslog package in package list in README

    Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
    tjhop committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    76549db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #683 from tjhop/docs/promslog-README

    docs: mention new promslog package in package list in README
    ArthurSens authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d98411b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#684)

    * Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.22.0.
    - [Commits](golang/oauth2@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Go mod tidy in sigv4.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: SuperQ <superq@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: SuperQ <superq@gmail.com>
    dependabot[bot] and SuperQ authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4606c0a View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.27.0 to 0.28.0 (#685)

    Signed-off-by: Ben Kochie <superq@gmail.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    06c2425 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Remove secret file existence check in Validate for headers

    This commit removes the check for the existence of the secret file for
    headers in the `Validate` function. The check is not valid for relative
    paths since `Validate` is called before `SetDirectory`, which is
    responsible for setting up the environment. This change aligns with the
    handling of other secret files, which are not checked during config
    validation.
    
    Signed-off-by: Julien <roidelapluie@o11y.eu>
    Julien committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d64a747 View commit details
    Browse the repository at this point in the history
  2. Change the logic for SetDirectory

    Signed-off-by: Julien <roidelapluie@o11y.eu>
    Julien committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    334963d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #687 from roidelapluie/checkheader

    Remove secret file existence check in Validate for headers
    roidelapluie authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b1880d0 View commit details
    Browse the repository at this point in the history
Loading