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.51.1
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.52.2
Choose a head ref
  • 6 commits
  • 9 files changed
  • 5 contributors

Commits on Mar 24, 2024

  1. Update common Prometheus files (#613)

    Signed-off-by: prombot <[email protected]>
    prombot authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    95edf51 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Drop support for Go older than 1.18 (#612)

    We don't support Go older than 1.21 in the Go modules file, so we can
    drop the special handling for older Go in the version package.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3dec13c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4

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

Commits on Apr 3, 2024

  1. fix(protobuf): Correctly decode multi-messages streams

    Signed-off-by: Sven Rebhan <[email protected]>
    srebhan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    78585cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #616 from srebhan/fix_protobuf_decode

    fix(protobuf): Correctly decode multi-messages streams
    beorn7 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    728e910 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #615 from prometheus/dependabot/go_modules/sigv4/g…

    …ithub.com/aws/aws-sdk-go-1.51.11
    
    Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4
    beorn7 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4433931 View commit details
    Browse the repository at this point in the history
Loading