Thanks to visit codestin.com
Credit goes to github.com

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/client_golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: prometheus/client_golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 19 commits
  • 30 files changed
  • 8 contributors

Commits on Dec 29, 2020

  1. support matchers in labels API

    Signed-off-by: yeya24 <[email protected]>
    yeya24 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    75d7516 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Add SECURITY.md

    This commit adds a security policy to this repository. SECURITY.md files
    are threated in a special way by GitHub, helping users to know how to
    best submit security issues for the projects.
    
    In this case, we simply point to our existing documentation on
    prometheus.io.
    
    The content of this file will be synced automatically with the
    prometheus/prometheus repository, as our security policy covers all the
    repositories. This sync is automated with prombot, like other files
    (LICENSE, Makefile.common).
    
    https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/adding-a-security-policy-to-your-repository
    Signed-off-by: Julien Pivotto <[email protected]>
    Julien Pivotto committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b6ac49f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #831 from roidelapluie/security-dot-md

    Add SECURITY.md
    beorn7 authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b779936 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Bump prometheus/procfs to 0.3.0 to fix building on riscv64

    This picks up prometheus/procfs#325
    
    Signed-off-by: Shengjing Zhu <[email protected]>
    zhsj committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    0c0d90f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #833 from zhsj/riscv64

    Bump prometheus/procfs to 0.3.0 to fix building on riscv64
    beorn7 authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b8fcd28 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. update comment

    Signed-off-by: yeya24 <[email protected]>
    yeya24 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    595a1d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Fix typo in comments

    Signed-off-by: debiandebiandebian <[email protected]>
    debiandebiandebian committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    9443f44 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request #835 from debiandebiandebian/fix-typo-in-comments

    Fix typo in comments
    beorn7 authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d3e175d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Merge pull request #828 from yeya24/support-label-matchers

    Support matchers in labels API
    beorn7 authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    babeb35 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Update dependencies

    Signed-off-by: beorn7 <[email protected]>
    beorn7 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a60c63e View commit details
    Browse the repository at this point in the history
  2. Bump minumim required Go version to 1.13

    Since 1.16 is out, we still support the last four minor releases.
    
    The bump was required by the prometheus/procfs package using the new
    `%w` printf directives. However, it also allows us to remove some
    special casing about build info.
    
    Signed-off-by: beorn7 <[email protected]>
    beorn7 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6635a8f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Add buildinfo method

    Co-authored-by: Lili Cosic <[email protected]>
    Signed-off-by: Kien Nguyen <[email protected]>
    ntk148v and lilic committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    4c24ae8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #841 from ntk148v/buildinfo-api

    Add buildinfo method
    beorn7 authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e8b72d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Merge pull request #843 from prometheus/beorn7/release

    Update dependencies
    beorn7 authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3cd3985 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Update common Prometheus files

    Signed-off-by: prombot <[email protected]>
    prombot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    fbc3e40 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Fix linter ignores

    Signed-off-by: beorn7 <[email protected]>
    beorn7 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e92283d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #844 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    beorn7 authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4fbf74e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Cut v1.10.0

    Signed-off-by: beorn7 <[email protected]>
    beorn7 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    853777d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #845 from prometheus/beorn7/release

    Cut v1.10.0
    beorn7 authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    efe7aa7 View commit details
    Browse the repository at this point in the history
Loading