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.37.0
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.38.0
Choose a head ref
  • 14 commits
  • 27 files changed
  • 8 contributors

Commits on Aug 3, 2022

  1. Remove ioutil (#395)

    Signed-off-by: inosato <si17_21@yahoo.co.jp>
    inosato authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1482587 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Update Go modules

    * Update Go testing to 1.18.
    * Update Go minimum version to 1.17.
    * Update Go module format for 1.17.
    * Bump Go modules.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    9d646db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #382 from prometheus/superq/update_go

    Update Go modules
    SuperQ authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    dfbc25b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2

    No significant changes, other than adding a go.mod:
    matttproud/golang_protobuf_extensions@v1.0.1...v1.0.2
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    5ae446c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #404 from thaJeztah/bump_protobuf_extensions

    Signed-off-by: Ben Kochie <superq@gmail.com>
    SuperQ authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c206bfc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Implement Stringer on TLSVersion (#405)

    Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
    
    Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
    Julien Pivotto authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    54e041d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Check if TLS certificate and key file have been modified (#345)

    * Check hash of cert and key file
    
    Signed-off-by: Levi Harrison <git@leviharrison.dev>
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    LeviHarrison authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1c0fa3e View commit details
    Browse the repository at this point in the history
  2. Update common Prometheus files (#399)

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

Commits on Nov 25, 2022

  1. Remove ioutil after merging check client certificates (#407)

    Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
    
    Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
    Julien Pivotto authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    bebc731 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. feat: make LoadHTTPConfigFile set directory and move from tests file

    Signed-off-by: Martin Chodur <m.chodur@seznam.cz>
    FUSAKLA committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d9cd6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Add the ability to specify the maximum acceptable TLS version (#414)

    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    87b669d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #415 from FUSAKLA/fus-http-config-from-file

    feat: make LoadHTTPConfigFile set directory and move from tests file
    Julien Pivotto authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    11bcb5b View commit details
    Browse the repository at this point in the history
  3. go118: Get VCS info from debug.BuildInfo

    Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
    Julien Pivotto committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5b6c049 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #374 from roidelapluie/go118vcs

    go118: Get VCS info from debug.BuildInfo
    Julien Pivotto authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a33c32f View commit details
    Browse the repository at this point in the history
Loading