-
Notifications
You must be signed in to change notification settings - Fork 326
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.43.0
head repository: prometheus/common
compare: v0.44.0
- 19 commits
- 8 files changed
- 5 contributors
Commits on Apr 11, 2023
-
config: allow TLS data to be provided inline
This permits TLS data to be provided inline rather than by specifying a file on disk. Signed-off-by: Robert Fratto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5915888 - Browse repository at this point
Copy the full SHA 5915888View commit details -
config: add tests for inline TLS configs
Signed-off-by: Robert Fratto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b35f6a - Browse repository at this point
Copy the full SHA 7b35f6aView commit details -
config: remove unused internal function
Signed-off-by: Robert Fratto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcb00f1 - Browse repository at this point
Copy the full SHA bcb00f1View commit details
Commits on Apr 22, 2023
-
Signed-off-by: Jan-Otto Kröpke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 769f5e1 - Browse repository at this point
Copy the full SHA 769f5e1View commit details
Commits on Apr 24, 2023
-
Remove unnecessary else and use NewSyncWriter again
Signed-off-by: Jan-Otto Kröpke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01d2b4a - Browse repository at this point
Copy the full SHA 01d2b4aView commit details
Commits on May 4, 2023
-
Also update the sigv4 go.mod with dependabot. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad1759c - Browse repository at this point
Copy the full SHA ad1759cView commit details
Commits on May 11, 2023
-
Merge pull request #474 from jkroepke/custom-logger
Allow custom log.Logger
Julien Pivotto authoredMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for f505d86 - Browse repository at this point
Copy the full SHA f505d86View commit details -
Merge pull request #472 from grafana/inline-ca-strings
Allow TLS settings to be specified inline
Julien Pivotto authoredMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 085fa47 - Browse repository at this point
Copy the full SHA 085fa47View commit details -
Merge pull request #480 from prometheus/superq/update_sigv4-bot
Enable dependabot for sigv4
Julien Pivotto authoredMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 65a4236 - Browse repository at this point
Copy the full SHA 65a4236View commit details -
Bump golang.org/x/net from 0.9.0 to 0.10.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0. - [Commits](golang/net@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7364518 - Browse repository at this point
Copy the full SHA 7364518View commit details -
Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.43.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](v0.42.0...v0.43.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68e477e - Browse repository at this point
Copy the full SHA 68e477eView commit details -
Merge pull request #486 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/prometheus/common-0.43.0 Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
Julien Pivotto authoredMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 96ade15 - Browse repository at this point
Copy the full SHA 96ade15View commit details -
Merge pull request #483 from prometheus/dependabot/go_modules/golang.…
…org/x/net-0.10.0 Bump golang.org/x/net from 0.9.0 to 0.10.0
Julien Pivotto authoredMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 2f0f5c4 - Browse repository at this point
Copy the full SHA 2f0f5c4View commit details -
Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.7.0 to 0.8.0. - [Commits](golang/oauth2@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27af2c4 - Browse repository at this point
Copy the full SHA 27af2c4View commit details -
Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.0...v1.8.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24a8815 - Browse repository at this point
Copy the full SHA 24a8815View commit details
Commits on May 22, 2023
-
Merge pull request #485 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/stretchr/testify-1.8.2 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
Configuration menu - View commit details
-
Copy full SHA for 062aaec - Browse repository at this point
Copy the full SHA 062aaecView commit details -
Merge pull request #482 from prometheus/dependabot/go_modules/golang.…
…org/x/oauth2-0.8.0 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
Configuration menu - View commit details
-
Copy full SHA for ac06723 - Browse repository at this point
Copy the full SHA ac06723View commit details -
Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.26 to 1.44.266. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.43.26...v1.44.266) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 211d8fc - Browse repository at this point
Copy the full SHA 211d8fcView commit details -
Merge pull request #489 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/aws/aws-sdk-go-1.44.266 Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
Configuration menu - View commit details
-
Copy full SHA for 94bf982 - Browse repository at this point
Copy the full SHA 94bf982View 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.43.0...v0.44.0