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/exporter-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.1
Choose a base ref
...
head repository: prometheus/exporter-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 7 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 5, 2025

  1. Update GitHub Actions (#346)

    Pin GitHub Actions to hash for supply chain security.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    d28088e View commit details
    Browse the repository at this point in the history
  2. feat: Add rate limiting (#331)

    Adds a rate limiting mechanism, that will send HTTP/429 responses once a
    defined limit is reached (Token Bucket)
    
    Signed-off-by: Manuel Rüger <manuel@rueg.eu>
    mrueg authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    efac154 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Update supported Go versions (#352)

    Update to Go 1.25, minimum 1.24.0.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    a016cbc View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/time from 0.12.0 to 0.13.0 (#348)

    Bumps [golang.org/x/time](https://github.com/golang/time) from 0.12.0 to 0.13.0.
    - [Commits](golang/time@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/time
      dependency-version: 0.13.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 Oct 23, 2025
    Configuration menu
    Copy the full SHA
    f3b01c3 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#351)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.42.0.
    - [Commits](golang/crypto@v0.41.0...v0.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.42.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 Oct 23, 2025
    Configuration menu
    Copy the full SHA
    3e873c7 View commit details
    Browse the repository at this point in the history
  4. Bump go.yaml.in/yaml/v2 from 2.4.2 to 2.4.3 (#350)

    Bumps [go.yaml.in/yaml/v2](https://github.com/yaml/go-yaml) from 2.4.2 to 2.4.3.
    - [Commits](yaml/go-yaml@v2.4.2...v2.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: go.yaml.in/yaml/v2
      dependency-version: 2.4.3
      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 Oct 23, 2025
    Configuration menu
    Copy the full SHA
    371c300 View commit details
    Browse the repository at this point in the history
  5. Remove obsolete CircleCI config (#355)

    Builds have been stopped in CircleCI, we can remove the config.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    003133f View commit details
    Browse the repository at this point in the history
Loading