-
Notifications
You must be signed in to change notification settings - Fork 326
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.35.0
head repository: prometheus/common
compare: v0.37.0
- 11 commits
- 14 files changed
- 4 contributors
Commits on Jun 28, 2022
-
add User-Agent header to oauth2 requests
Signed-off-by: clayton-gonsalves <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99a1aca - Browse repository at this point
Copy the full SHA 99a1acaView commit details
Commits on Jun 30, 2022
-
Signed-off-by: Julien Pivotto <[email protected]>
Julien Pivotto committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 316097c - Browse repository at this point
Copy the full SHA 316097cView commit details -
Signed-off-by: Julien Pivotto <[email protected]>
Julien Pivotto committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 2d0de85 - Browse repository at this point
Copy the full SHA 2d0de85View commit details
Commits on Jul 8, 2022
-
config: fix testdata for Go 1.18
The TLS certificates were signed using SHA-1 and Go 1.18 rejects them by default [1]. This commit provides certificates signed with SHA-256. The code to generate the certificates is based on existing code from the prometheus-operator project [2]. [1] https://tip.golang.org/doc/go1.18#sha1 [2] https://github.com/prometheus-operator/prometheus-operator/blob/main/scripts/certs/generate.go Signed-off-by: Simon Pasquier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ab1c85 - Browse repository at this point
Copy the full SHA 5ab1c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0284d - Browse repository at this point
Copy the full SHA db0284dView commit details -
Signed-off-by: Simon Pasquier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeda642 - Browse repository at this point
Copy the full SHA aeda642View commit details -
Merge pull request #388 from simonpasquier/fix-tls-tests-for-go-1.18
Fix tls tests for go 1.18
Configuration menu - View commit details
-
Copy full SHA for d75e027 - Browse repository at this point
Copy the full SHA d75e027View commit details -
Merge pull request #387 from roidelapluie/useragent
Useragent for OAuth2
Julien Pivotto authoredJul 8, 2022 Configuration menu - View commit details
-
Copy full SHA for cdc09f0 - Browse repository at this point
Copy the full SHA cdc09f0View commit details
Commits on Jul 11, 2022
-
OAuth2: Respect disable keepalives option; Implement close idle conne…
…ctions (#390) Signed-off-by: Julien Pivotto <[email protected]>
Julien Pivotto authoredJul 11, 2022 1Configuration menu - View commit details
-
Copy full SHA for b86ea81 - Browse repository at this point
Copy the full SHA b86ea81View commit details -
config: ignore deprecated warning in tests (#389)
(*CertPool).Subjects is deprecated in Go 1.18 because it may not include the system certs but it isn't a problem for the tests because we're not loading the system certs. Signed-off-by: Simon Pasquier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5e1b60 - Browse repository at this point
Copy the full SHA c5e1b60View commit details
Commits on Jul 14, 2022
-
Improve OAuth2 user agent handling (#391)
Instead of relying on the User Agent in the configuration, take the User Agent of the original request. This enables compatibility with existing user agents. Signed-off-by: Julien Pivotto <[email protected]>
Julien Pivotto authoredJul 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 49b3603 - Browse repository at this point
Copy the full SHA 49b3603View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.35.0...v0.37.0