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.13.2
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.14.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 29, 2024

  1. Update common Prometheus files (#281)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    8ecbde9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Update common Prometheus files (#284)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    da2905f View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.32.0 to 0.33.0 (#285)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
    - [Commits](golang/net@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    574d848 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Serve behind route prefix (#283)

    Add RoutePrefix to LandingConfig, update html to use the new RoutePrefix when provided
    
    ---------
    
    Signed-off-by: kwilt <kwilt@pm.me>
    kwilt authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    9a0befe View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#290)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.61.0 to 0.62.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
    - [Commits](prometheus/common@v0.61.0...v0.62.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      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 Feb 6, 2025
    Configuration menu
    Copy the full SHA
    cf7410d View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#289)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.32.0.
    - [Commits](golang/crypto@v0.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      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 Feb 6, 2025
    Configuration menu
    Copy the full SHA
    9b3f784 View commit details
    Browse the repository at this point in the history
  3. add noopener noreferrer to target link to prevent reverse tabnabbing …

    …attacks (#287)
    
    Signed-off-by: Erlan Zholdubai uulu <erlanz@amazon.com>
    erlan-z authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    90c1ece View commit details
    Browse the repository at this point in the history
Loading