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.49.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.50.0
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 5, 2024

  1. Update common Prometheus files (#594)

    Signed-off-by: prombot <[email protected]>
    prombot authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0117d2f View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 (#593)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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 Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8344367 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 (#592)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.27 to 1.50.29.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.50.27...v1.50.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8a9fd7a View commit details
    Browse the repository at this point in the history
  4. Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 (#595)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.29 to 1.50.31.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.50.29...v1.50.31)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fa71e6a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Remove unused 'Host' member from HTTPClientConfig (#597)

    Signed-off-by: Bryan Boreham <[email protected]>
    bboreham authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4199f18 View commit details
    Browse the repository at this point in the history
  2. Add unit (#544)

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1e6ac24 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Remove deprecated version function (#591)

    Remove deprecated version.NewCollector function. This has been moved to
    `github.com/prometheus/client_golang`. This fixes the circular
    dependency between the two repos.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6aadcf4 View commit details
    Browse the repository at this point in the history
  2. Update common Prometheus files (#599)

    Signed-off-by: prombot <[email protected]>
    prombot authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a14ff55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f10b85 View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#601)

    * Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
    
    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    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]>
    
    * Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /sigv4
    
    Signed-off-by: SuperQ <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: SuperQ <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: SuperQ <[email protected]>
    dependabot[bot] and SuperQ authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    944239f View commit details
    Browse the repository at this point in the history
Loading