-
Notifications
You must be signed in to change notification settings - Fork 327
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.44.0
head repository: prometheus/common
compare: v0.55.0
Commits on May 15, 2023
-
config: allow exposing real secret value through marshal
There are external projects out there that marshal/unmarshal the Prometheus config that has secrets. To get the real value currently such horrible workarounds are in place: https://github.com/tkestack/kvass/blob/master/pkg/sidecar/injector.go#L175-L214 Let's add a way to get the original values through the `Secret` type to avoid such things. Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
Configuration menu - View commit details
-
Copy full SHA for 5ad26bf - Browse repository at this point
Copy the full SHA 5ad26bfView commit details
Commits on Jun 18, 2023
-
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for dc8a02e - Browse repository at this point
Copy the full SHA dc8a02eView commit details
Commits on Aug 1, 2023
-
Bump golang.org/x/net from 0.10.0 to 0.12.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.12.0. - [Commits](golang/net@v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 162098f - Browse repository at this point
Copy the full SHA 162098fView commit details
Commits on Aug 24, 2023
-
Adding support for file based configuration of basic auth in http cli…
…ent config. Signed-off-by: Wasim Nihal <sswasim64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dbdf15f - Browse repository at this point
Copy the full SHA dbdf15fView commit details
Commits on Sep 2, 2023
-
Adding support for file based configuration of basic auth in http cli…
…ent config. Signed-off-by: Wasim Nihal <sswasim64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06c301c - Browse repository at this point
Copy the full SHA 06c301cView commit details -
Co-authored-by: Julien Pivotto <roidelapluie@o11y.eu> Signed-off-by: Nihal <38865967+wasim-nihal@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b1d03c - Browse repository at this point
Copy the full SHA 0b1d03cView commit details -
Co-authored-by: Julien Pivotto <roidelapluie@o11y.eu> Signed-off-by: Nihal <38865967+wasim-nihal@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0af702d - Browse repository at this point
Copy the full SHA 0af702dView commit details -
Merge branch 'username-file-12576' of https://github.com/wasim-nihal/…
…common into username-file-12576 Signed-off-by: Wasim Nihal <sswasim64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 707c0a9 - Browse repository at this point
Copy the full SHA 707c0a9View commit details -
Merge branch 'username-file-12576' of https://github.com/wasim-nihal/…
…common into username-file-12576 Signed-off-by: Wasim Nihal <sswasim64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e79ab68 - Browse repository at this point
Copy the full SHA e79ab68View commit details -
Merge branch 'username-file-12576' of https://github.com/wasim-nihal/…
…common into username-file-12576
Configuration menu - View commit details
-
Copy full SHA for ed1ca57 - Browse repository at this point
Copy the full SHA ed1ca57View commit details
Commits on Sep 4, 2023
-
Merge pull request #511 from wasim-nihal/username-file-12576
Adding support for file based configuration of basic auth username in http client config
Julien Pivotto authoredSep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 4047c78 - Browse repository at this point
Copy the full SHA 4047c78View commit details
Commits on Sep 8, 2023
-
Merge pull request #507 from prometheus/dependabot/go_modules/golang.…
…org/x/net-0.12.0 Bump golang.org/x/net from 0.10.0 to 0.12.0
Julien Pivotto authoredSep 8, 2023 Configuration menu - View commit details
-
Copy full SHA for fa9dcdd - Browse repository at this point
Copy the full SHA fa9dcddView commit details
Commits on Sep 13, 2023
-
Add read-only token permissions
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Configuration menu - View commit details
-
Copy full SHA for 86487d4 - Browse repository at this point
Copy the full SHA 86487d4View commit details
Commits on Sep 28, 2023
-
Merge pull request #495 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 4e8cb35 - Browse repository at this point
Copy the full SHA 4e8cb35View commit details -
* Update for Go 1.21. * Update client_golang. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9510d8d - Browse repository at this point
Copy the full SHA 9510d8dView commit details -
Merge pull request #513 from prometheus/superq/client_go
Update client_golang
Configuration menu - View commit details
-
Copy full SHA for bd35fdb - Browse repository at this point
Copy the full SHA bd35fdbView commit details -
Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.12.0. - [Commits](golang/oauth2@v0.8.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e29438 - Browse repository at this point
Copy the full SHA 2e29438View commit details -
Merge pull request #514 from prometheus/dependabot/go_modules/golang.…
…org/x/oauth2-0.12.0 Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0
Configuration menu - View commit details
-
Copy full SHA for 29293ef - Browse repository at this point
Copy the full SHA 29293efView commit details -
Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.266 to 1.45.18. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.266...v1.45.18) --- 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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 68bf7ee - Browse repository at this point
Copy the full SHA 68bf7eeView commit details -
Merge pull request #515 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/aws/aws-sdk-go-1.45.18 Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4
Configuration menu - View commit details
-
Copy full SHA for c3da61d - Browse repository at this point
Copy the full SHA c3da61dView commit details -
Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.17.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.17.0/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.15.1...v1.17.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 78c4467 - Browse repository at this point
Copy the full SHA 78c4467View commit details -
Merge pull request #516 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/prometheus/client_golang-1.17.0 Signed-off-by: Ben Kochie <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 806bab7 - Browse repository at this point
Copy the full SHA 806bab7View commit details -
Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.2...v1.8.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d03105 - Browse repository at this point
Copy the full SHA 3d03105View commit details -
Merge pull request #493 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/stretchr/testify-1.8.4 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4
Configuration menu - View commit details
-
Copy full SHA for 538e36f - Browse repository at this point
Copy the full SHA 538e36fView commit details -
Enable additional linters. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a72a0c - Browse repository at this point
Copy the full SHA 8a72a0cView commit details -
Update golang_protobuf_extensions to v2
Updated github.com/matttproud/golang_protobuf_extensions/v2 Use common from master in sigv4 Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
Configuration menu - View commit details
-
Copy full SHA for 6fa8c32 - Browse repository at this point
Copy the full SHA 6fa8c32View commit details -
Merge pull request #509 from Neo2308/feature/master/move-to-protobuf-…
…extensions-v2 Update golang_protobuf_extensions to v2
Configuration menu - View commit details
-
Copy full SHA for 2dfcc43 - Browse repository at this point
Copy the full SHA 2dfcc43View commit details -
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 777f9cc - Browse repository at this point
Copy the full SHA 777f9ccView commit details
Commits on Sep 29, 2023
-
Merge pull request #518 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for ac62eb7 - Browse repository at this point
Copy the full SHA ac62eb7View commit details
Commits on Oct 1, 2023
-
Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.18 to 1.45.19. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.45.18...v1.45.19) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for eb60b9b - Browse repository at this point
Copy the full SHA eb60b9bView commit details
Commits on Oct 2, 2023
-
Merge pull request #519 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/aws/aws-sdk-go-1.45.19 Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4
Configuration menu - View commit details
-
Copy full SHA for f4e05c0 - Browse repository at this point
Copy the full SHA f4e05c0View commit details -
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for b6914dd - Browse repository at this point
Copy the full SHA b6914ddView commit details
Commits on Oct 3, 2023
-
Merge pull request #520 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 7043ea0 - Browse repository at this point
Copy the full SHA 7043ea0View commit details
Commits on Oct 11, 2023
-
Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](golang/net@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ff99062 - Browse repository at this point
Copy the full SHA ff99062View commit details
Commits on Oct 16, 2023
-
Merge pull request #525 from prometheus/dependabot/go_modules/sigv4/g…
…olang.org/x/net-0.17.0 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4
Configuration menu - View commit details
-
Copy full SHA for 16f9480 - Browse repository at this point
Copy the full SHA 16f9480View commit details -
Bump golang.org/x/net from 0.15.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](golang/net@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f9b004 - Browse repository at this point
Copy the full SHA 1f9b004View commit details
Commits on Oct 18, 2023
-
Merge pull request #524 from prometheus/dependabot/go_modules/golang.…
…org/x/net-0.17.0 Bump golang.org/x/net from 0.15.0 to 0.17.0
Configuration menu - View commit details
-
Copy full SHA for c59927e - Browse repository at this point
Copy the full SHA c59927eView commit details -
Merge pull request #517 from prometheus/superq/golangci
Add golangci-lint config
Configuration menu - View commit details
-
Copy full SHA for 6ff0400 - Browse repository at this point
Copy the full SHA 6ff0400View commit details
Commits on Nov 1, 2023
-
Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.0 in /sigv4
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.19 to 1.47.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.45.19...v1.47.0) --- 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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f0d19ff - Browse repository at this point
Copy the full SHA f0d19ffView commit details
Commits on Nov 3, 2023
-
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for fbbe75a - Browse repository at this point
Copy the full SHA fbbe75aView commit details
Commits on Nov 22, 2023
-
To centralise these definitions. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 445c210 - Browse repository at this point
Copy the full SHA 445c210View commit details -
Merge pull request #533 from prometheus/metadata
model: add metric type values
Julien Pivotto authoredNov 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 832cd6e - Browse repository at this point
Copy the full SHA 832cd6eView commit details -
Merge pull request #532 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 00ee8d3 - Browse repository at this point
Copy the full SHA 00ee8d3View commit details -
Merge pull request #529 from prometheus/dependabot/go_modules/sigv4/g…
…ithub.com/aws/aws-sdk-go-1.47.0 Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.0 in /sigv4
Configuration menu - View commit details
-
Copy full SHA for 64159df - Browse repository at this point
Copy the full SHA 64159dfView commit details -
Update modules in both root and sigv4 to avoid test failures. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de26626 - Browse repository at this point
Copy the full SHA de26626View commit details
Commits on Nov 23, 2023
-
Merge pull request #534 from prometheus/superq/client_model
Update modules
Configuration menu - View commit details
-
Copy full SHA for de1c963 - Browse repository at this point
Copy the full SHA de1c963View commit details -
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 36e2952 - Browse repository at this point
Copy the full SHA 36e2952View commit details
Commits on Nov 24, 2023
-
Merge pull request #535 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 1d8c672 - Browse repository at this point
Copy the full SHA 1d8c672View commit details
Commits on Dec 1, 2023
-
Bump github.com/aws/aws-sdk-go from 1.47.0 to 1.48.10 in /sigv4
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.47.0 to 1.48.10. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.47.0...v1.48.10) --- 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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e888263 - Browse repository at this point
Copy the full SHA e888263View commit details -
Bump golang.org/x/net from 0.18.0 to 0.19.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.19.0. - [Commits](golang/net@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f5a74c - Browse repository at this point
Copy the full SHA 1f5a74cView commit details
There are no files selected for viewing