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/sigv4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: prometheus/sigv4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 1, 2025

  1. Bump github.com/prometheus/common from 0.67.2 to 0.67.4

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.67.2 to 0.67.4.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
    - [Commits](prometheus/common@v0.67.2...v0.67.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-version: 0.67.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    84c4dee View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Merge pull request #51 from prometheus/dependabot/go_modules/github.c…

    …om/prometheus/common-0.67.4
    
    Bump github.com/prometheus/common from 0.67.2 to 0.67.4
    roidelapluie authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    bd7fe3d View commit details
    Browse the repository at this point in the history
  2. Bump the aws-sdk-go-v2 group with 4 updates

    Bumps the aws-sdk-go-v2 group with 4 updates: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2).
    
    
    Updates `github.com/aws/aws-sdk-go-v2` from 1.39.5 to 1.40.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@v1.39.5...v1.40.0)
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.16 to 1.32.2
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@config/v1.31.16...v1.32.2)
    
    Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.20 to 1.19.2
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@config/v1.18.20...service/m2/v1.19.2)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.39.0 to 1.41.2
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@v1.39.0...service/ivs/v1.41.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      dependency-version: 1.40.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-version: 1.32.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/credentials
      dependency-version: 1.19.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
      dependency-version: 1.41.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    b768482 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from prometheus/dependabot/go_modules/aws-sdk-…

    …go-v2-0b220dbbd7
    
    Bump the aws-sdk-go-v2 group with 4 updates
    roidelapluie authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    38f467f View commit details
    Browse the repository at this point in the history
  4. Add external_id support for AWS role assumption

    AWS recommends using external IDs to prevent the confused deputy problem
    when granting cross-account access. This adds an optional external_id
    configuration field that is passed to STS AssumeRole when role_arn is
    specified.
    
    The implementation follows the same pattern as Prometheus core (prometheus/prometheus#17171)
    and uses the AWS SDK v2 functional options pattern to conditionally set
    the external ID only when provided.
    
    Fixes #46.
    
    Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
    roidelapluie committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    db5e513 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Merge pull request #52 from roidelapluie/roidelapluie/externalId

    Add external_id support for AWS role assumption
    roidelapluie authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    0afb788 View commit details
    Browse the repository at this point in the history
  2. chore: Update go dependencies

    Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
    roidelapluie committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    c613f85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53 from roidelapluie/roidelapluie/updatdeps

    chore: Update go dependencies
    roidelapluie authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    25ceaf6 View commit details
    Browse the repository at this point in the history
Loading