-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update prom operator to v0.73.2 #39
Update prom operator to v0.73.2 #39
Commits on Dec 23, 2023
-
Merge pull request prometheus-operator#6187 from simonpasquier/use-ptr
chore: use ptr.To()
Configuration menu - View commit details
-
Copy full SHA for 145a97d - Browse repository at this point
Copy the full SHA 145a97dView commit details
Commits on Dec 28, 2023
-
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.17.0...v1.18.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 6f2fbc8 - Browse repository at this point
Copy the full SHA 6f2fbc8View commit details -
Merge pull request prometheus-operator#6195 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/client_golang-1.18.0 build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0
Configuration menu - View commit details
-
Copy full SHA for d52d58d - Browse repository at this point
Copy the full SHA d52d58dView commit details
Commits on Jan 2, 2024
-
Merge pull request prometheus-operator#6185 from simonpasquier/add-up…
…date-status-metrics feat: add metrics tracking status updates
Configuration menu - View commit details
-
Copy full SHA for 7a8a6ee - Browse repository at this point
Copy the full SHA 7a8a6eeView commit details -
Disable dependabot automation targeting k8s libs (prometheus-operator…
…#6191) Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for 73da59a - Browse repository at this point
Copy the full SHA 73da59aView commit details -
Add support for enableHttp2 in prometheus remotewrite (prometheus-ope…
…rator#6192) --------- Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8ea7da - Browse repository at this point
Copy the full SHA d8ea7daView commit details
Commits on Jan 4, 2024
-
chore: refactor generateScrapeConfig()
From a comment while reviewing prometheus-operator#6153. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3e700dd - Browse repository at this point
Copy the full SHA 3e700ddView commit details -
Merge pull request prometheus-operator#6201 from simonpasquier/update…
…-gen-scrapeconfig chore: refactor generateScrapeConfig()
Configuration menu - View commit details
-
Copy full SHA for 9ac57ea - Browse repository at this point
Copy the full SHA 9ac57eaView commit details -
build(deps): bump github.com/prometheus-community/prom-label-proxy
Bumps [github.com/prometheus-community/prom-label-proxy](https://github.com/prometheus-community/prom-label-proxy) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/prometheus-community/prom-label-proxy/releases) - [Changelog](https://github.com/prometheus-community/prom-label-proxy/blob/main/CHANGELOG.md) - [Commits](prometheus-community/prom-label-proxy@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/prometheus-community/prom-label-proxy 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 c84b9cd - Browse repository at this point
Copy the full SHA c84b9cdView commit details -
Merge pull request prometheus-operator#6202 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus-community/prom-label-proxy-0.8.0 build(deps): bump github.com/prometheus-community/prom-label-proxy from 0.7.0 to 0.8.0
Configuration menu - View commit details
-
Copy full SHA for f244aba - Browse repository at this point
Copy the full SHA f244abaView commit details -
chore: fix pkg/apis/monitoring/go.mod
PR prometheus-operator#6001 updated the `go.mod` file under `pkg/apis/monitoring` to depend on `github.com/prometheus-operator/prometheus-operator` which isn't desired: the goal is that external projects can import `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` pulling as few dependencies as possible. This commit removes the unneeded dependency by moving the validation function to the `pkg/prometheus` directory. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e85ef7d - Browse repository at this point
Copy the full SHA e85ef7dView commit details -
Merge pull request prometheus-operator#6203 from simonpasquier/fix-ap…
…is-gomod chore: fix pkg/apis/monitoring/go.mod
Configuration menu - View commit details
-
Copy full SHA for fdd1619 - Browse repository at this point
Copy the full SHA fdd1619View commit details
Commits on Jan 5, 2024
-
build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.6.0. - [Commits](golang/sync@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: golang.org/x/sync 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 82fca21 - Browse repository at this point
Copy the full SHA 82fca21View commit details -
Merge pull request prometheus-operator#6205 from prometheus-operator/…
…dependabot/go_modules/golang.org/x/sync-0.6.0 build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0
Configuration menu - View commit details
-
Copy full SHA for 29f3feb - Browse repository at this point
Copy the full SHA 29f3febView commit details
Commits on Jan 6, 2024
-
Add proposal for Shard Autoscaling (prometheus-operator#5961)
* Add proposal for automated sharding Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Update Documentation/proposals/202310-shard-autoscaling.md * Update Documentation/proposals/202310-shard-autoscaling.md * Update Documentation/proposals/202310-shard-autoscaling.md * Update Documentation/proposals/202310-shard-autoscaling.md * Update Documentation/proposals/202310-shard-autoscaling.md * Update Documentation/proposals/202310-shard-autoscaling.md --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 48d3604 - Browse repository at this point
Copy the full SHA 48d3604View commit details
Commits on Jan 8, 2024
-
This commit reorganizes the code makinguse of `SharedSecret` to reduce duplication. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for aa7df8c - Browse repository at this point
Copy the full SHA aa7df8cView commit details -
Merge pull request prometheus-operator#6200 from simonpasquier/refact…
…or-tls-assets chore: refactor ShardedSecret
Configuration menu - View commit details
-
Copy full SHA for b53ea91 - Browse repository at this point
Copy the full SHA b53ea91View commit details -
Add testing guidelines (prometheus-operator#5903)
* Add testing guidelines Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Add separate Makefile targets for e2e-tests Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Apply suggestions from code review Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8c4b789 - Browse repository at this point
Copy the full SHA 8c4b789View commit details -
Ensure all comments end with a period (prometheus-operator#6208)
* Ensure all comments end with a period. By enabling the godot linter Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Fix godot issues Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for 164cb03 - Browse repository at this point
Copy the full SHA 164cb03View commit details -
Prevent mistakes with testify lib (prometheus-operator#6211)
* Prevent mistakes with testify By enabling testifylint Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Fix testifylint issues Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for 547fea9 - Browse repository at this point
Copy the full SHA 547fea9View commit details -
Prevent unnecessary type conversions (prometheus-operator#6210)
* Prevent unnecessary type conversions By enabling the unconvert linter Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Fix unconvert issues Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for 2ed10ae - Browse repository at this point
Copy the full SHA 2ed10aeView commit details
Commits on Jan 9, 2024
-
build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0. - [Commits](golang/net@v0.19.0...v0.20.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 8dc9cff - Browse repository at this point
Copy the full SHA 8dc9cffView commit details -
Merge pull request prometheus-operator#6216 from prometheus-operator/…
…dependabot/go_modules/golang.org/x/net-0.20.0 build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0
Configuration menu - View commit details
-
Copy full SHA for 4cf0f5e - Browse repository at this point
Copy the full SHA 4cf0f5eView commit details -
chore: create new feature and support issue templates
Based on github's new issue template form https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 28bc2c1 - Browse repository at this point
Copy the full SHA 28bc2c1View commit details
Commits on Jan 10, 2024
-
feat: emit events for invalid configurations (prometheus-operator#6179)
* feat: emit events for invalid configurations Emit events when the controller rejects a resource, owing to an invalid configuration. Fixes: prometheus-operator#3611 Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> * Decouple event recorder from operator metrics Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Only emit events if permissions were given Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Keep operator name consistent across telemetry Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Address comments Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> Co-authored-by: Pranshu Srivastava <rexagod@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 895cb3b - Browse repository at this point
Copy the full SHA 895cb3bView commit details
Commits on Jan 11, 2024
-
feat: support the operator make use of the config-reloader tls and ba…
…sic auth with prometheus/alertmanager webConfigFile (prometheus-operator#6194) * support the operator make use of the config-reloader tls and basic authentication --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for dc0e71c - Browse repository at this point
Copy the full SHA dc0e71cView commit details -
Add scale subresource to Prometheus/PrometheusAgent (prometheus-opera…
…tor#5962) * Add scale subresource to Prometheus/PrometheusAgent Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Add retry mechanism when updating Status subresource The goal is to allow the new Prometheus-Operator version to run even with outdated CRDs. It will try to update the Status subresource and also Scale subresource. If it fails, it will retry but without Scale-related fields. Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Create function to generate selector labels Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Add UpdateScale and GetScale methods (prometheus-operator#6197) Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for 9a34675 - Browse repository at this point
Copy the full SHA 9a34675View commit details -
chore: fix field name to comply with conventions
The Kubernetes API conventions say: > All letters in the acronym should have the same case, using the > appropriate case for the situation. Since no release includes the field yet, it's ok to change the name. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b5bbe3b - Browse repository at this point
Copy the full SHA b5bbe3bView commit details -
Merge pull request prometheus-operator#6222 from simonpasquier/fix-ht…
…tp2-fieldname chore: fix field name to comply with conventions
Configuration menu - View commit details
-
Copy full SHA for 0502a00 - Browse repository at this point
Copy the full SHA 0502a00View commit details -
feat: add support for remaining fields in Kubernetes SD (prometheus-o…
…perator#6178) * feat: add support for remaining fields in Kubernetes SD Fixes prometheus-operator#6087 --------- Signed-off-by: Jayapriya Pai <slashpai9@gmail.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b2863a4 - Browse repository at this point
Copy the full SHA b2863a4View commit details -
chore: refactor creation of the TLS assets volume
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b941075 - Browse repository at this point
Copy the full SHA b941075View commit details -
chore: Add ArthurSens as 0.72 shepherd
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Arthur Silva Sens committedJan 11, 2024 Configuration menu - View commit details
-
Copy full SHA for fcfd965 - Browse repository at this point
Copy the full SHA fcfd965View commit details
Commits on Jan 12, 2024
-
chore: cut v0.71.0 (prometheus-operator#6223)
* chore: cut v0.71.0 --------- Signed-off-by: Simon Pasquier <spasquie@redhat.com> Co-authored-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9c26b6a - Browse repository at this point
Copy the full SHA 9c26b6aView commit details -
Merge pull request prometheus-operator#6224 from prometheus-operator/…
…shepherd-0.72 chore: Add myself as shepherd for 0.72
Configuration menu - View commit details
-
Copy full SHA for 564cadf - Browse repository at this point
Copy the full SHA 564cadfView commit details -
chore: fix golangci-lint
Files Exists
errors (prometheus-operator#6221Configuration menu - View commit details
-
Copy full SHA for 0502dfb - Browse repository at this point
Copy the full SHA 0502dfbView commit details
Commits on Jan 13, 2024
-
chore: refactor logger and eventrecorder creations (prometheus-operat…
…or#6225) Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3483608 - Browse repository at this point
Copy the full SHA 3483608View commit details
Commits on Jan 14, 2024
-
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for 29a0810 - Browse repository at this point
Copy the full SHA 29a0810View commit details
Commits on Jan 15, 2024
-
Enable revive (prometheus-operator#6207)
* Enable revive linter in test/framework Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Fix revive issues Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for bfe1142 - Browse repository at this point
Copy the full SHA bfe1142View commit details -
build(deps): bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.0
Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/evanphx/json-patch/releases) - [Commits](evanphx/json-patch@v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: github.com/evanphx/json-patch/v5 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 15e23e2 - Browse repository at this point
Copy the full SHA 15e23e2View commit details -
build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common 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 acc672c - Browse repository at this point
Copy the full SHA acc672cView commit details -
Merge pull request prometheus-operator#6230 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/common-0.46.0 build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0
Configuration menu - View commit details
-
Copy full SHA for 1adbec4 - Browse repository at this point
Copy the full SHA 1adbec4View commit details -
Merge pull request prometheus-operator#6229 from prometheus-operator/…
…dependabot/go_modules/github.com/evanphx/json-patch/v5-5.8.0 build(deps): bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.0
Configuration menu - View commit details
-
Copy full SHA for c0120d8 - Browse repository at this point
Copy the full SHA c0120d8View commit details -
Merge pull request prometheus-operator#6227 from kubeservice-stack/fi…
…x-lint-golang-version chore: setting `golangci-lint` targeted go version
Configuration menu - View commit details
-
Copy full SHA for 6e8e411 - Browse repository at this point
Copy the full SHA 6e8e411View commit details -
Merge pull request prometheus-operator#6180 from slashpai/feature_sup…
…port_template chore: create new feature and support issue templates
Configuration menu - View commit details
-
Copy full SHA for 40df2f8 - Browse repository at this point
Copy the full SHA 40df2f8View commit details -
feat(scrapeConfigs): Add sharding to scrapeConfigs
Signed-off-by: adinhodovic <hodovicadin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 93c1fce - Browse repository at this point
Copy the full SHA 93c1fceView commit details -
chore: remove proxyconfig code duplication
Fixes prometheus-operator#6218 Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06e744b - Browse repository at this point
Copy the full SHA 06e744bView commit details -
Merge pull request prometheus-operator#6232 from slashpai/proxyConfig
chore: remove proxyconfig code duplication
Configuration menu - View commit details
-
Copy full SHA for 5ce96b0 - Browse repository at this point
Copy the full SHA 5ce96b0View commit details -
Merge pull request prometheus-operator#6135 from adinhodovic/generate…
…-shards-scrape-configs feat(scrapeConfigs): Add sharding to scrapeConfigs
Configuration menu - View commit details
-
Copy full SHA for 1f240d4 - Browse repository at this point
Copy the full SHA 1f240d4View commit details -
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Arthur Silva Sens committedJan 15, 2024 Configuration menu - View commit details
-
Copy full SHA for b724a04 - Browse repository at this point
Copy the full SHA b724a04View commit details
Commits on Jan 16, 2024
-
Merge pull request prometheus-operator#6233 from prometheus-operator/…
…fix-makefile chore: fix makefile targets
Configuration menu - View commit details
-
Copy full SHA for 977c18a - Browse repository at this point
Copy the full SHA 977c18aView commit details -
chore: bump to Prometheus v2.49.1 (prometheus-operator#6234)
* update prometheus version --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for aeaeeda - Browse repository at this point
Copy the full SHA aeaeedaView commit details -
build(deps): bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.3 to 0.17.0. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.16.3...v0.17.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime 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 428040f - Browse repository at this point
Copy the full SHA 428040fView commit details -
Merge pull request prometheus-operator#6237 from prometheus-operator/…
…dependabot/go_modules/sigs.k8s.io/controller-runtime-0.17.0 build(deps): bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0
Configuration menu - View commit details
-
Copy full SHA for 54ac967 - Browse repository at this point
Copy the full SHA 54ac967View commit details -
feat: support
enable_compression
for ScrapeConfig (prometheus-opera……tor#6236) * support enable_compression setting --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for f6f1b60 - Browse repository at this point
Copy the full SHA f6f1b60View commit details
Commits on Jan 17, 2024
-
build(deps): bump github.com/evanphx/json-patch/v5 from 5.8.0 to 5.8.1
Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.8.0 to 5.8.1. - [Release notes](https://github.com/evanphx/json-patch/releases) - [Commits](evanphx/json-patch@v5.8.0...v5.8.1) --- updated-dependencies: - dependency-name: github.com/evanphx/json-patch/v5 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 d461283 - Browse repository at this point
Copy the full SHA d461283View commit details -
Merge pull request prometheus-operator#6238 from prometheus-operator/…
…dependabot/go_modules/github.com/evanphx/json-patch/v5-5.8.1 build(deps): bump github.com/evanphx/json-patch/v5 from 5.8.0 to 5.8.1
Configuration menu - View commit details
-
Copy full SHA for e0b179d - Browse repository at this point
Copy the full SHA e0b179dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d94f4 - Browse repository at this point
Copy the full SHA 49d94f4View commit details
Commits on Jan 18, 2024
-
Merge pull request prometheus-operator#6239 from jzelinskie/authzed-a…
…dopters ADOPTERS: add authzed
Configuration menu - View commit details
-
Copy full SHA for ba42db6 - Browse repository at this point
Copy the full SHA ba42db6View commit details -
ruler: add subpath to volumeMounts if specified (prometheus-operator#…
…6243) * ruler: pass spec.volumeMount as-is
Configuration menu - View commit details
-
Copy full SHA for 6609c9f - Browse repository at this point
Copy the full SHA 6609c9fView commit details -
Merge pull request prometheus-operator#6215 from simonpasquier/refact…
…or-tls-volume chore: refactor creation of the TLS assets volume
Configuration menu - View commit details
-
Copy full SHA for 35532dd - Browse repository at this point
Copy the full SHA 35532ddView commit details
Commits on Jan 19, 2024
-
feat: add support for DigitalOcean SD (prometheus-operator#6220)
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 57e4f8f - Browse repository at this point
Copy the full SHA 57e4f8fView commit details
Commits on Jan 22, 2024
-
ruler: add subpath to volumeMounts if specified (prometheus-operator#…
…6243) * ruler: pass spec.volumeMount as-is
Configuration menu - View commit details
-
Copy full SHA for 9100540 - Browse repository at this point
Copy the full SHA 9100540View commit details -
Merge pull request prometheus-operator#6249 from SamKirsch10/release-…
…0.71 ruler: add subpath to volumeMounts if specified (prometheus-operator#6243)
Configuration menu - View commit details
-
Copy full SHA for c6d0c8d - Browse repository at this point
Copy the full SHA c6d0c8dView commit details -
feat: support scrape_protocols for GlobalConfig and ScrapeConfig (pro…
…metheus-operator#6235) * support scrape_protocols for GlobalConfig and ScrapeConfig --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 18265de - Browse repository at this point
Copy the full SHA 18265deView commit details -
chore: bump k8s dependencies to v1.29.1
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 040af25 - Browse repository at this point
Copy the full SHA 040af25View commit details
Commits on Jan 23, 2024
-
feat: Add support for NS records to DNSSDConfig (prometheus-operator#…
…6240) * update dns sd config --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c71d7b2 - Browse repository at this point
Copy the full SHA c71d7b2View commit details -
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6b50c8c - Browse repository at this point
Copy the full SHA 6b50c8cView commit details -
Merge pull request prometheus-operator#6251 from simonpasquier/cut-0.…
…71.1 chore: cut v0.71.1
Configuration menu - View commit details
-
Copy full SHA for 86a2557 - Browse repository at this point
Copy the full SHA 86a2557View commit details -
Merge pull request prometheus-operator#6250 from simonpasquier/bump-k…
…8s-0.29.1 chore: bump k8s dependencies to v1.29.1
Configuration menu - View commit details
-
Copy full SHA for 013e599 - Browse repository at this point
Copy the full SHA 013e599View commit details
Commits on Jan 24, 2024
-
build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](google/uuid@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/google/uuid 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 1cc3c83 - Browse repository at this point
Copy the full SHA 1cc3c83View commit details -
build(deps): bump github.com/thanos-io/thanos
Bumps [github.com/thanos-io/thanos](https://github.com/thanos-io/thanos) from 0.32.5-0.20231124114724-023faa2d67a3 to 0.34.0-rc.1. - [Release notes](https://github.com/thanos-io/thanos/releases) - [Changelog](https://github.com/thanos-io/thanos/blob/main/CHANGELOG.md) - [Commits](https://github.com/thanos-io/thanos/commits/v0.34.0-rc.1) --- updated-dependencies: - dependency-name: github.com/thanos-io/thanos 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 80ade10 - Browse repository at this point
Copy the full SHA 80ade10View commit details -
Merge pull request prometheus-operator#6253 from prometheus-operator/…
…release-0.71 Merge release-0.71 branch
Configuration menu - View commit details
-
Copy full SHA for d09812f - Browse repository at this point
Copy the full SHA d09812fView commit details -
Merge pull request prometheus-operator#6257 from prometheus-operator/…
…dependabot/go_modules/github.com/google/uuid-1.6.0 build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
Configuration menu - View commit details
-
Copy full SHA for b1c4d33 - Browse repository at this point
Copy the full SHA b1c4d33View commit details -
Merge pull request prometheus-operator#6258 from prometheus-operator/…
…dependabot/go_modules/github.com/thanos-io/thanos-0.34.0-rc.1 build(deps): bump github.com/thanos-io/thanos from 0.32.5-0.20231124114724-023faa2d67a3 to 0.34.0-rc.1
Configuration menu - View commit details
-
Copy full SHA for 217d169 - Browse repository at this point
Copy the full SHA 217d169View commit details
Commits on Jan 25, 2024
-
build(deps): bump github.com/prometheus/prometheus from 0.48.1 to 0.49.1
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.48.1 to 0.49.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.48.1...v0.49.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus 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 8512861 - Browse repository at this point
Copy the full SHA 8512861View commit details -
Merge pull request prometheus-operator#6263 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/prometheus-0.49.1 build(deps): bump github.com/prometheus/prometheus from 0.48.1 to 0.49.1
Configuration menu - View commit details
-
Copy full SHA for 4a00c93 - Browse repository at this point
Copy the full SHA 4a00c93View commit details -
fix: azuresdconfig typo (prometheus-operator#6259)
* fix: typo on AuthenticationMethod check
Configuration menu - View commit details
-
Copy full SHA for 7bd4657 - Browse repository at this point
Copy the full SHA 7bd4657View commit details -
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for cf22056 - Browse repository at this point
Copy the full SHA cf22056View commit details -
Merge pull request prometheus-operator#6264 from simonpasquier/cut-0.…
…71.2 chore: cut v0.71.2
Configuration menu - View commit details
-
Copy full SHA for af20144 - Browse repository at this point
Copy the full SHA af20144View commit details -
Merge pull request prometheus-operator#6265 from prometheus-operator/…
…release-0.71 Merge Release 0.71
Configuration menu - View commit details
-
Copy full SHA for 81b409d - Browse repository at this point
Copy the full SHA 81b409dView commit details
Commits on Jan 29, 2024
-
build(deps): bump github.com/thanos-io/thanos from 0.34.0-rc.1 to 0.34.0
Bumps [github.com/thanos-io/thanos](https://github.com/thanos-io/thanos) from 0.34.0-rc.1 to 0.34.0. - [Release notes](https://github.com/thanos-io/thanos/releases) - [Changelog](https://github.com/thanos-io/thanos/blob/main/CHANGELOG.md) - [Commits](thanos-io/thanos@v0.34.0-rc.1...v0.34.0) --- updated-dependencies: - dependency-name: github.com/thanos-io/thanos 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 a6cd826 - Browse repository at this point
Copy the full SHA a6cd826View commit details -
build(deps): bump github.com/prometheus-community/prom-label-proxy
Bumps [github.com/prometheus-community/prom-label-proxy](https://github.com/prometheus-community/prom-label-proxy) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/prometheus-community/prom-label-proxy/releases) - [Changelog](https://github.com/prometheus-community/prom-label-proxy/blob/main/CHANGELOG.md) - [Commits](prometheus-community/prom-label-proxy@v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/prometheus-community/prom-label-proxy 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 7cfaca4 - Browse repository at this point
Copy the full SHA 7cfaca4View commit details -
build(deps): bump github.com/evanphx/json-patch/v5 from 5.8.1 to 5.9.0
Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/evanphx/json-patch/releases) - [Commits](evanphx/json-patch@v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: github.com/evanphx/json-patch/v5 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 d222739 - Browse repository at this point
Copy the full SHA d222739View commit details -
Merge pull request prometheus-operator#6272 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus-community/prom-label-proxy-0.8.1 build(deps): bump github.com/prometheus-community/prom-label-proxy from 0.8.0 to 0.8.1
Configuration menu - View commit details
-
Copy full SHA for 33aa1a7 - Browse repository at this point
Copy the full SHA 33aa1a7View commit details -
Merge pull request prometheus-operator#6273 from prometheus-operator/…
…dependabot/go_modules/github.com/evanphx/json-patch/v5-5.9.0 build(deps): bump github.com/evanphx/json-patch/v5 from 5.8.1 to 5.9.0
Configuration menu - View commit details
-
Copy full SHA for 5a23408 - Browse repository at this point
Copy the full SHA 5a23408View commit details -
Merge pull request prometheus-operator#6271 from prometheus-operator/…
…dependabot/go_modules/github.com/thanos-io/thanos-0.34.0 build(deps): bump github.com/thanos-io/thanos from 0.34.0-rc.1 to 0.34.0
Configuration menu - View commit details
-
Copy full SHA for 372b005 - Browse repository at this point
Copy the full SHA 372b005View commit details
Commits on Jan 31, 2024
-
chore: update remote-write tests
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f7a3174 - Browse repository at this point
Copy the full SHA f7a3174View commit details -
chore: create monitors before Prometheus
It speeds up the tests since it doesn't have to wait for the updated configuration to be propagated to Prometheus. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3a013fb - Browse repository at this point
Copy the full SHA 3a013fbView commit details -
feat: support added scrape_protocols to Pod/Service monitors (prometh…
…eus-operator#6268) * support scrape_protocols to podmonitor/servicemonitor --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for e0b26a1 - Browse repository at this point
Copy the full SHA e0b26a1View commit details
Commits on Feb 1, 2024
-
chore: add e2e test detecting the issue
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c3232b6 - Browse repository at this point
Copy the full SHA c3232b6View commit details -
fix: convert
continue
field between v1beta1 and v1alpha1This change converts the `continue` field between v1alpha1 and v1beta1 AlertmanagerConfig versions. When a v1beta1 AlertmanagerConfig object was created with `continue: true`, the `continue` field was always converted to `false` when stored as v1alpha1. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 960bbec - Browse repository at this point
Copy the full SHA 960bbecView commit details -
add slashpai to maintainers (prometheus-operator#6280)
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f08975 - Browse repository at this point
Copy the full SHA 8f08975View commit details
Commits on Feb 2, 2024
-
Merge pull request prometheus-operator#6282 from simonpasquier/fix-mi…
…ssing-continue-conversion fix: convert `continue` field between v1alpha1 and v1beta1 AlertmanagerConfig versions
Configuration menu - View commit details
-
Copy full SHA for 2b9b4f5 - Browse repository at this point
Copy the full SHA 2b9b4f5View commit details
Commits on Feb 5, 2024
-
chore: update Kind version to v0.21.0
This commit also bumps the Kubernetes version to v1.29.1. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b79056b - Browse repository at this point
Copy the full SHA b79056bView commit details -
Merge pull request prometheus-operator#6286 from simonpasquier/update…
…-kind chore: update Kind version to v0.21.0
Configuration menu - View commit details
-
Copy full SHA for 77b95c9 - Browse repository at this point
Copy the full SHA 77b95c9View commit details
Commits on Feb 6, 2024
-
Merge pull request prometheus-operator#6274 from simonpasquier/update…
…-rw-tests chore: update remote-write tests
Configuration menu - View commit details
-
Copy full SHA for 88faa69 - Browse repository at this point
Copy the full SHA 88faa69View commit details
Commits on Feb 7, 2024
-
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for d6d8838 - Browse repository at this point
Copy the full SHA d6d8838View commit details -
Merge pull request prometheus-operator#6289 from kubeservice-stack/up…
…date-go-1-22 chore: update to Go 1.22
Configuration menu - View commit details
-
Copy full SHA for 312e8a5 - Browse repository at this point
Copy the full SHA 312e8a5View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4520ed - Browse repository at this point
Copy the full SHA d4520edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef4e44 - Browse repository at this point
Copy the full SHA 1ef4e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d38374 - Browse repository at this point
Copy the full SHA 0d38374View commit details -
build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.21.0. - [Commits](golang/net@v0.20.0...v0.21.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 995b09e - Browse repository at this point
Copy the full SHA 995b09eView commit details -
Merge pull request prometheus-operator#6294 from prometheus-operator/…
…dependabot/go_modules/golang.org/x/net-0.21.0 build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0
Configuration menu - View commit details
-
Copy full SHA for af5d973 - Browse repository at this point
Copy the full SHA af5d973View commit details -
Merge pull request prometheus-operator#6293 from WarpBuilds/add-adopt…
…er-warpbuild Adds WarpBuild to Adopters.md
Configuration menu - View commit details
-
Copy full SHA for ca78f91 - Browse repository at this point
Copy the full SHA ca78f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5098f5 - Browse repository at this point
Copy the full SHA c5098f5View commit details
Commits on Feb 9, 2024
-
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 3.7.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action 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 6a2749a - Browse repository at this point
Copy the full SHA 6a2749aView commit details -
build(deps): bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.1
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime 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 a071314 - Browse repository at this point
Copy the full SHA a071314View commit details -
Merge pull request prometheus-operator#6295 from prometheus-operator/…
…dependabot/github_actions/golangci/golangci-lint-action-3.7.1 build(deps): bump golangci/golangci-lint-action from 3.7.0 to 3.7.1
Configuration menu - View commit details
-
Copy full SHA for 0024788 - Browse repository at this point
Copy the full SHA 0024788View commit details -
fix: remove deprecation on service monitor's targetPort
Closes prometheus-operator#6269 Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f809399 - Browse repository at this point
Copy the full SHA f809399View commit details -
Merge pull request prometheus-operator#6296 from prometheus-operator/…
…dependabot/go_modules/sigs.k8s.io/controller-runtime-0.17.1 build(deps): bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.1
Configuration menu - View commit details
-
Copy full SHA for 02b0ece - Browse repository at this point
Copy the full SHA 02b0eceView commit details
Commits on Feb 12, 2024
-
build(deps): bump helm/kind-action from 1.8.0 to 1.9.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: helm/kind-action 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 b5f43b5 - Browse repository at this point
Copy the full SHA b5f43b5View commit details -
build(deps): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.1 to 4.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.7.1...v4.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for dfaea70 - Browse repository at this point
Copy the full SHA dfaea70View commit details -
Merge pull request prometheus-operator#6299 from prometheus-operator/…
…dependabot/github_actions/helm/kind-action-1.9.0 build(deps): bump helm/kind-action from 1.8.0 to 1.9.0
Configuration menu - View commit details
-
Copy full SHA for 984b6e9 - Browse repository at this point
Copy the full SHA 984b6e9View commit details -
Merge pull request prometheus-operator#6297 from simonpasquier/update…
…-smon-targetport-doc fix: remove deprecation on service monitor's targetPort
Configuration menu - View commit details
-
Copy full SHA for 7c95242 - Browse repository at this point
Copy the full SHA 7c95242View commit details
Commits on Feb 14, 2024
-
fix: don't fail metadata transform on unknown types (prometheus-opera…
…tor#6298) * fix: don't fail metadata transform on unknown types This change modifies the `PartialObjectMetadataStrip` function to return the object unmodified if casting to `*v1.PartialObjectMetadata` fails. When the informer processes a deleted object, its type can be `cache.DeletedFinalStateUnknown`. Co-authored-by: Ayoub Mrini <amrini@redhat.com> Signed-off-by: Simon Pasquier <spasquie@redhat.com> * test: add TestPartialObjectMetadataStripOnDeletedFinalStateUnknown Co-authored-by: machine424 <ayoubmrini424@gmail.com> Signed-off-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: machine424 <ayoubmrini424@gmail.com> --------- Signed-off-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: machine424 <ayoubmrini424@gmail.com> Co-authored-by: Ayoub Mrini <amrini@redhat.com> Co-authored-by: machine424 <ayoubmrini424@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bdfc5ec - Browse repository at this point
Copy the full SHA bdfc5ecView commit details
Commits on Feb 16, 2024
-
build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.46.0 to 0.47.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.46.0...v0.47.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common 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 2ce2009 - Browse repository at this point
Copy the full SHA 2ce2009View commit details -
build(deps): bump sigs.k8s.io/controller-runtime from 0.17.1 to 0.17.2
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime 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 316c823 - Browse repository at this point
Copy the full SHA 316c823View commit details -
Merge pull request prometheus-operator#6312 from prometheus-operator/…
…dependabot/go_modules/sigs.k8s.io/controller-runtime-0.17.2 build(deps): bump sigs.k8s.io/controller-runtime from 0.17.1 to 0.17.2
Configuration menu - View commit details
-
Copy full SHA for aa868a4 - Browse repository at this point
Copy the full SHA aa868a4View commit details -
Merge pull request prometheus-operator#6311 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/common-0.47.0 build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0
Configuration menu - View commit details
-
Copy full SHA for 3828710 - Browse repository at this point
Copy the full SHA 3828710View commit details -
Merge pull request prometheus-operator#6300 from prometheus-operator/…
…dependabot/github_actions/golangci/golangci-lint-action-4.0.0 build(deps): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0
Configuration menu - View commit details
-
Copy full SHA for 8ee993a - Browse repository at this point
Copy the full SHA 8ee993aView commit details -
chore: update Kubernetes to v1.29.2
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 00c607c - Browse repository at this point
Copy the full SHA 00c607cView commit details -
chore: switch example app image
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ec9beec - Browse repository at this point
Copy the full SHA ec9beecView commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c493b12 - Browse repository at this point
Copy the full SHA c493b12View commit details
Commits on Feb 21, 2024
-
Update go dependencies before release (prometheus-operator#6315)
* Update go dependencies before release Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * make generate Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for 6e6f78f - Browse repository at this point
Copy the full SHA 6e6f78fView commit details
Commits on Feb 22, 2024
-
docs: correct slashpai slack id
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e9917a - Browse repository at this point
Copy the full SHA 3e9917aView commit details -
build(deps): bump github.com/prometheus/prometheus from 0.49.1 to 0.50.0
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.49.1 to 0.50.0. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.49.1...v0.50.0) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus 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 c4583ce - Browse repository at this point
Copy the full SHA c4583ceView commit details -
Merge pull request prometheus-operator#6322 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/prometheus-0.50.0 build(deps): bump github.com/prometheus/prometheus from 0.49.1 to 0.50.0
Configuration menu - View commit details
-
Copy full SHA for b772f53 - Browse repository at this point
Copy the full SHA b772f53View commit details -
Update default Thanos version (prometheus-operator#6317)
* Update default Thanos version Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> * Update unit tests depending on DefaultThanosVersion Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com> --------- Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for eeb84d1 - Browse repository at this point
Copy the full SHA eeb84d1View commit details -
Update Default Prometheus version
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Arthur Silva Sens committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for eae7763 - Browse repository at this point
Copy the full SHA eae7763View commit details -
Merge pull request prometheus-operator#6323 from prometheus-operator/…
…update-prom-version Update Default Prometheus version
Configuration menu - View commit details
-
Copy full SHA for aedd090 - Browse repository at this point
Copy the full SHA aedd090View commit details
Commits on Feb 23, 2024
-
feat: adding scrape class (prometheus-operator#6199)
* feat: adding scrape class Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com> * Update pkg/apis/monitoring/v1/prometheus_types.go Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com> * Update pkg/prometheus/promcfg.go Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com> * Update pkg/prometheus/store.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update pkg/prometheus/resource_selector.go Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com> * Update pkg/prometheus/store.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update pkg/prometheus/resource_selector.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update pkg/prometheus/resource_selector.go Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com> * Update pkg/prometheus/promcfg.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update pkg/prometheus/promcfg.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update pkg/prometheus/server/operator.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update pkg/prometheus/promcfg.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update prometheus_types.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> --------- Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com> Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a70f194 - Browse repository at this point
Copy the full SHA a70f194View commit details
Commits on Feb 26, 2024
-
fix: update kubernetes slack link
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d07a44 - Browse repository at this point
Copy the full SHA 2d07a44View commit details -
Merge pull request prometheus-operator#6314 from simonpasquier/update…
…-example-app chore: switch example app image
Configuration menu - View commit details
-
Copy full SHA for 06ee487 - Browse repository at this point
Copy the full SHA 06ee487View commit details -
Merge pull request prometheus-operator#6334 from slashpai/skip_k8s_slack
fix: skip k8s slack link checking in mdox
Configuration menu - View commit details
-
Copy full SHA for b0d99bc - Browse repository at this point
Copy the full SHA b0d99bcView commit details -
build(deps): bump github.com/prometheus/prometheus from 0.50.0 to 0.50.1
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.50.0 to 0.50.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.50.0...v0.50.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus 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 1bae497 - Browse repository at this point
Copy the full SHA 1bae497View commit details -
Merge pull request prometheus-operator#6320 from slashpai/update_slac…
…k_id docs: correct slashpai slack id
Configuration menu - View commit details
-
Copy full SHA for 96b6624 - Browse repository at this point
Copy the full SHA 96b6624View commit details -
Merge pull request prometheus-operator#6335 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/prometheus-0.50.1 build(deps): bump github.com/prometheus/prometheus from 0.50.0 to 0.50.1
Configuration menu - View commit details
-
Copy full SHA for 0e47087 - Browse repository at this point
Copy the full SHA 0e47087View commit details -
chore: move ProxyConfig type to v1
Related-to prometheus-operator#6301 Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b006b53 - Browse repository at this point
Copy the full SHA b006b53View commit details -
Merge pull request prometheus-operator#6321 from slashpai/proxy-setting
chore: move ProxyConfig type to v1
Configuration menu - View commit details
-
Copy full SHA for f32c2c3 - Browse repository at this point
Copy the full SHA f32c2c3View commit details
Commits on Feb 28, 2024
-
build(deps): bump github.com/prometheus/alertmanager
Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/prometheus/alertmanager/releases) - [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md) - [Commits](prometheus/alertmanager@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: github.com/prometheus/alertmanager 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 34f45cd - Browse repository at this point
Copy the full SHA 34f45cdView commit details -
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for 332f0fb - Browse repository at this point
Copy the full SHA 332f0fbView commit details -
Merge pull request prometheus-operator#6343 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/alertmanager-0.27.0 build(deps): bump github.com/prometheus/alertmanager from 0.26.0 to 0.27.0
Configuration menu - View commit details
-
Copy full SHA for 9ee1d33 - Browse repository at this point
Copy the full SHA 9ee1d33View commit details -
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.18.0...v1.19.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 b852c50 - Browse repository at this point
Copy the full SHA b852c50View commit details -
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for 17a49bb - Browse repository at this point
Copy the full SHA 17a49bbView commit details -
Merge pull request prometheus-operator#6342 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/client_golang-1.19.0 build(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0
Configuration menu - View commit details
-
Copy full SHA for 578e0c3 - Browse repository at this point
Copy the full SHA 578e0c3View commit details -
[FIX] scrape class regression (prometheus-operator#6345)
Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3b623e5 - Browse repository at this point
Copy the full SHA 3b623e5View commit details
Commits on Mar 1, 2024
-
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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 8be2b2b - Browse repository at this point
Copy the full SHA 8be2b2bView commit details -
Merge pull request prometheus-operator#6357 from prometheus-operator/…
…dependabot/go_modules/github.com/stretchr/testify-1.9.0 build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Configuration menu - View commit details
-
Copy full SHA for 2250cb0 - Browse repository at this point
Copy the full SHA 2250cb0View commit details -
Merge pull request prometheus-operator#6344 from kubeservice-stack/up…
…date-prom-version chores: update prometheus and alertmanager version
Configuration menu - View commit details
-
Copy full SHA for f433619 - Browse repository at this point
Copy the full SHA f433619View commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3c9b45 - Browse repository at this point
Copy the full SHA a3c9b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d69cce - Browse repository at this point
Copy the full SHA 7d69cceView commit details
Commits on Mar 4, 2024
-
docs: correct example of scrapeConfigSelector in scrapeConfig doc
In the docs for scrapeConfig, the example of scrapeConfig in prometheus CR was incorrect. In prometheus CR, in scrapeConfigSelector, there should be matchLabels and then the scrapeConfig label. fixes prometheus-operator#6350 Signed-off-by: Dhruv Bindra <ddbindra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10f911b - Browse repository at this point
Copy the full SHA 10f911bView commit details -
chores: change string type to duration type (prometheus-operator#6337)
* change string to duration --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for bff1021 - Browse repository at this point
Copy the full SHA bff1021View commit details -
Merge pull request prometheus-operator#6364 from bindrad/update-scrap…
…-config-doc docs: correct example of scrapeConfigSelector in scrapeConfig doc
Configuration menu - View commit details
-
Copy full SHA for f8c181b - Browse repository at this point
Copy the full SHA f8c181bView commit details -
Prepare 0.72 release (prometheus-operator#6329)
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Configuration menu - View commit details
-
Copy full SHA for 95e0561 - Browse repository at this point
Copy the full SHA 95e0561View commit details
Commits on Mar 5, 2024
-
Merge branch 'release-0.72' into merge-0.72
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7e6fda9 - Browse repository at this point
Copy the full SHA 7e6fda9View commit details -
Merge pull request prometheus-operator#6367 from simonpasquier/merge-…
…0.72 Merge 0.72
Configuration menu - View commit details
-
Copy full SHA for 509ec6e - Browse repository at this point
Copy the full SHA 509ec6eView commit details -
build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.22.0. - [Commits](golang/net@v0.21.0...v0.22.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 71e53a1 - Browse repository at this point
Copy the full SHA 71e53a1View commit details -
Merge pull request prometheus-operator#6369 from prometheus-operator/…
…dependabot/go_modules/golang.org/x/net-0.22.0 build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0
Configuration menu - View commit details
-
Copy full SHA for 4512b14 - Browse repository at this point
Copy the full SHA 4512b14View commit details
Commits on Mar 6, 2024
-
build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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 f0ec259 - Browse repository at this point
Copy the full SHA f0ec259View commit details -
Merge pull request prometheus-operator#6372 from prometheus-operator/…
…dependabot/go_modules/google.golang.org/protobuf-1.33.0 build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
Configuration menu - View commit details
-
Copy full SHA for 65f3724 - Browse repository at this point
Copy the full SHA 65f3724View commit details
Commits on Mar 7, 2024
-
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Arthur Silva Sens committedMar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8e443ac - Browse repository at this point
Copy the full SHA 8e443acView commit details -
Merge pull request prometheus-operator#6376 from prometheus-operator/…
…bump-common Bump prometheus/common
Configuration menu - View commit details
-
Copy full SHA for d7af518 - Browse repository at this point
Copy the full SHA d7af518View commit details -
feat: support --enable-feature argument in Alertmanager CRD (promethe…
…us-operator#6152) * feat: support alertmanager --enable-feature argument this will expose more Alertmanager configuration parameters to users of the Alertmanager CRD. Signed-off-by: Yonatan Sasson <yonatanxd7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9faf3b2 - Browse repository at this point
Copy the full SHA 9faf3b2View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb82662 - Browse repository at this point
Copy the full SHA bb82662View commit details -
feat: support sample_age_limit for QueueConfig (prometheus-operator#6326
) * add SampleAgeLimit Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * update by code review Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * change string type to duration Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * update make generate Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * update promcfg_test unittest Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * update some nits by code review Signed-off-by: dongjiang1989 <dongjiang1989@126.com> --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for 4030eb7 - Browse repository at this point
Copy the full SHA 4030eb7View commit details
Commits on Mar 12, 2024
-
feat: add bodySizeLimit to service and pod monitors (prometheus-opera…
…tor#6349) * feat: add EnforcedBodySizeLimit to service and monitor
Configuration menu - View commit details
-
Copy full SHA for bc0b842 - Browse repository at this point
Copy the full SHA bc0b842View commit details -
chore: bump to golangci-lint v1.56.2 (prometheus-operator#6384)
* update golangci lint version --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for ed3aede - Browse repository at this point
Copy the full SHA ed3aedeView commit details -
Helia Barroso committed
Mar 12, 2024 Configuration menu - View commit details
-
Copy full SHA for d3b01a3 - Browse repository at this point
Copy the full SHA d3b01a3View commit details
Commits on Mar 13, 2024
-
thanos: add support for web configuration to the ThanosRuler CRD (pro…
…metheus-operator#6278) * thanos: add support for web configuration to the ThanosRuler CRD This enable us to set tls for thanos ruler Fixes prometheus-operator#6157
Configuration menu - View commit details
-
Copy full SHA for b64f254 - Browse repository at this point
Copy the full SHA b64f254View commit details -
[CHORE] normalizing tls structs monitor objects
Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for f468418 - Browse repository at this point
Copy the full SHA f468418View commit details -
build(deps): bump google.golang.org/protobuf in /scripts
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cab3f65 - Browse repository at this point
Copy the full SHA cab3f65View commit details -
build(deps): bump google.golang.org/protobuf in /pkg/client
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ec2d86a - Browse repository at this point
Copy the full SHA ec2d86aView commit details
Commits on Mar 14, 2024
-
Merge pull request prometheus-operator#6393 from prometheus-operator/…
…dependabot/go_modules/scripts/google.golang.org/protobuf-1.33.0 build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /scripts
Configuration menu - View commit details
-
Copy full SHA for 490a057 - Browse repository at this point
Copy the full SHA 490a057View commit details -
Merge pull request prometheus-operator#6394 from prometheus-operator/…
…dependabot/go_modules/pkg/client/google.golang.org/protobuf-1.33.0 build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /pkg/client
Configuration menu - View commit details
-
Copy full SHA for 07e4267 - Browse repository at this point
Copy the full SHA 07e4267View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b3375 - Browse repository at this point
Copy the full SHA a9b3375View commit details
Commits on Mar 18, 2024
-
build(deps): bump the k8s-libs group with 5 updates
Bumps the k8s-libs group with 5 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.29.2` | `0.29.3` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.29.2` | `0.29.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.29.2` | `0.29.3` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.29.2` | `0.29.3` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.29.2` | `0.29.3` | Updates `k8s.io/api` from 0.29.2 to 0.29.3 - [Commits](kubernetes/api@v0.29.2...v0.29.3) Updates `k8s.io/apiextensions-apiserver` from 0.29.2 to 0.29.3 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.29.2...v0.29.3) Updates `k8s.io/apimachinery` from 0.29.2 to 0.29.3 - [Commits](kubernetes/apimachinery@v0.29.2...v0.29.3) Updates `k8s.io/client-go` from 0.29.2 to 0.29.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.2...v0.29.3) Updates `k8s.io/component-base` from 0.29.2 to 0.29.3 - [Commits](kubernetes/component-base@v0.29.2...v0.29.3) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-libs - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-libs - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-libs - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-libs - dependency-name: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-libs ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5edf82b - Browse repository at this point
Copy the full SHA 5edf82bView commit details
Commits on Mar 19, 2024
-
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3b9a199 - Browse repository at this point
Copy the full SHA 3b9a199View commit details -
Merge pull request prometheus-operator#6402 from prometheus-operator/…
…dependabot/go_modules/k8s-libs-97df8c52b8 build(deps): bump the k8s-libs group with 5 updates
Configuration menu - View commit details
-
Copy full SHA for f766a5b - Browse repository at this point
Copy the full SHA f766a5bView commit details -
chore: add slashpai as v0.73 release shepherd
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 70ee28e - Browse repository at this point
Copy the full SHA 70ee28eView commit details -
Helia Barroso committed
Mar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 9ce8608 - Browse repository at this point
Copy the full SHA 9ce8608View commit details -
Merge pull request prometheus-operator#6406 from slashpai/release-she…
…pherd chore: add slashpai as v0.73 release shepherd
Configuration menu - View commit details
-
Copy full SHA for da4f334 - Browse repository at this point
Copy the full SHA da4f334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 877e578 - Browse repository at this point
Copy the full SHA 877e578View commit details -
Helia Barroso committed
Mar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for b48e1b1 - Browse repository at this point
Copy the full SHA b48e1b1View commit details
Commits on Mar 20, 2024
-
Controller id implementation to avoid errors with multiple operators (p…
…rometheus-operator#6319) Signed-off-by: Mario Fernandez <mariofer@redhat.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e3e0f9a - Browse repository at this point
Copy the full SHA e3e0f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de3173c - Browse repository at this point
Copy the full SHA de3173cView commit details -
Merge pull request prometheus-operator#6412 from jamshidi799/fix-secr…
…et-update Fix: enqueue in updating secret
Configuration menu - View commit details
-
Copy full SHA for f574775 - Browse repository at this point
Copy the full SHA f574775View commit details -
Add extra context to warnings (prometheus-operator#6410)
* Add extra context to warnings * fix spread operator
Configuration menu - View commit details
-
Copy full SHA for f98af86 - Browse repository at this point
Copy the full SHA f98af86View commit details
Commits on Mar 21, 2024
-
ScrapeConfig CRD: refactor ProxyConfig struct embedding (prometheus-o…
…perator#6401) * ScrapeConfig CRD: refactor ProxyConfig embedding to v1.ProxyConfig instead of *v1.ProxyConfig
Configuration menu - View commit details
-
Copy full SHA for 56ffd97 - Browse repository at this point
Copy the full SHA 56ffd97View commit details -
Documentation: Remove experimental tag from sharding option in Promet…
…heus CRD (prometheus-operator#6409) This commit changes the docs so that future prometheus operator users know the option is out of experimental. The sharding option is used for many years by multiple contributers. Co-authored-by: Gijs Entius <in648ent@Gijss-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 06d6a03 - Browse repository at this point
Copy the full SHA 06d6a03View commit details -
Update MAINTAINERS.md (prometheus-operator#6413)
Moving from Nicolas from triage to Maintainer
Configuration menu - View commit details
-
Copy full SHA for 8ca39b5 - Browse repository at this point
Copy the full SHA 8ca39b5View commit details -
Merge pull request prometheus-operator#6392 from nicolastakashi/chore…
…/normalizing-tls-structs [CHORE] normalizing tls structs monitor objects
Configuration menu - View commit details
-
Copy full SHA for 1e9c2bb - Browse repository at this point
Copy the full SHA 1e9c2bbView commit details
Commits on Mar 22, 2024
-
Merge pull request prometheus-operator#6206 from heliapb/feat/mstsummary
feat: add summary to msteams
Configuration menu - View commit details
-
Copy full SHA for e016b5b - Browse repository at this point
Copy the full SHA e016b5bView commit details -
build(deps): bump github.com/prometheus/common from 0.50.0 to 0.51.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.50.0 to 0.51.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.50.0...v0.51.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common 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 96c79cd - Browse repository at this point
Copy the full SHA 96c79cdView commit details -
Merge pull request prometheus-operator#6419 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/common-0.51.0 build(deps): bump github.com/prometheus/common from 0.50.0 to 0.51.0
Configuration menu - View commit details
-
Copy full SHA for 8f8464b - Browse repository at this point
Copy the full SHA 8f8464bView commit details -
build(deps): bump dependabot/fetch-metadata from 1 to 2 (prometheus-o…
…perator#6420) Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1...v2) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 87bfffa - Browse repository at this point
Copy the full SHA 87bfffaView commit details
Commits on Mar 24, 2024
-
Signed-off-by: deterclosed <fliter@outlook.com>
chore: remove repetitive words Signed-off-by: deterclosed <fliter@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8869970 - Browse repository at this point
Copy the full SHA 8869970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d9433 - Browse repository at this point
Copy the full SHA 71d9433View commit details
Commits on Mar 25, 2024
-
build(deps): bump github.com/prometheus/common from 0.51.0 to 0.51.1
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.51.0 to 0.51.1. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.51.0...v0.51.1) --- updated-dependencies: - dependency-name: github.com/prometheus/common 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 18024df - Browse repository at this point
Copy the full SHA 18024dfView commit details -
Merge pull request prometheus-operator#6430 from prometheus-operator/…
…dependabot/go_modules/github.com/prometheus/common-0.51.1 build(deps): bump github.com/prometheus/common from 0.51.0 to 0.51.1
Configuration menu - View commit details
-
Copy full SHA for d87710b - Browse repository at this point
Copy the full SHA d87710bView commit details -
Document PodMonitor, Probe and Thanos sidecar as stable
These 3 features have been there for so long that we agreed to remove the experimental warning on them. This commit also makes the wording more consistent for all fields which are still considered experimental (either from the operator standpoint or from Prometheus standpoint). Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1c2d607 - Browse repository at this point
Copy the full SHA 1c2d607View commit details -
Fix: ScrapeConfigs Selection Issue Across Different Namespaces (prome…
…theus-operator#6390) * Add testing for scrapeconfig and prometheus CR in different namespaces
Configuration menu - View commit details
-
Copy full SHA for 58c91f7 - Browse repository at this point
Copy the full SHA 58c91f7View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17ac5c0 - Browse repository at this point
Copy the full SHA 17ac5c0View commit details
Commits on Mar 27, 2024
-
Merge pull request prometheus-operator#6434 from simonpasquier/remote…
…-experimental-warnings Document PodMonitor, Probe and Thanos sidecar as stable
Configuration menu - View commit details
-
Copy full SHA for 60a731f - Browse repository at this point
Copy the full SHA 60a731fView commit details -
Merge pull request prometheus-operator#6438 from googs1025/main
wrap panic for scheme
Configuration menu - View commit details
-
Copy full SHA for 4e3b2bc - Browse repository at this point
Copy the full SHA 4e3b2bcView commit details -
build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0
Bumps [github.com/distribution/reference](https://github.com/distribution/reference) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/distribution/reference/releases) - [Commits](distribution/reference@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/distribution/reference 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 deeef44 - Browse repository at this point
Copy the full SHA deeef44View commit details -
Merge pull request prometheus-operator#6439 from prometheus-operator/…
…dependabot/go_modules/github.com/distribution/reference-0.6.0 build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0
Configuration menu - View commit details
-
Copy full SHA for c110e25 - Browse repository at this point
Copy the full SHA c110e25View commit details
Commits on Mar 28, 2024
-
Merge pull request prometheus-operator#6362 from mouad-eh/issue6353
fix: Crd AltermanagerConfig field muteTimeIntervals.timeIntervals.months regex pattern |[1-12] isn't correct (prometheus-operator#6353)
Configuration menu - View commit details
-
Copy full SHA for 6e94864 - Browse repository at this point
Copy the full SHA 6e94864View commit details
Commits on Mar 29, 2024
-
Docs: Include Local Deployment in CONTRIBUTING.md (prometheus-operato…
…r#6388) * Update CONTRIBUTING.md to include local deployment section
Configuration menu - View commit details
-
Copy full SHA for c0ae223 - Browse repository at this point
Copy the full SHA c0ae223View commit details -
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
Arthur Silva Sens committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 9638688 - Browse repository at this point
Copy the full SHA 9638688View commit details -
Kubelet: Add a flag to set node address priority (prometheus-operator…
…#6377) * Add a flag to set node address priority Currently internal node addresses are prioritized over external addresses. This adds a flag to allow users to freely set node address priority (internal/external). This is helpful for use cases where node internal addresses exist but are not routable. Fixes prometheus-operator#3247
Configuration menu - View commit details
-
Copy full SHA for 128acfc - Browse repository at this point
Copy the full SHA 128acfcView commit details -
Merge pull request prometheus-operator#6447 from prometheus-operator/…
…bump-prometheus Bump prometheus to 0.51.1
Configuration menu - View commit details
-
Copy full SHA for eeb7b4d - Browse repository at this point
Copy the full SHA eeb7b4dView commit details -
Refactor operators event handler (prometheus-operator#6416)
* chore: Refactor controller's event handler to reduce code duplication Signed-off-by: Mohammad Jamshidi <jamshidi.m799@gmail.com> --------- Signed-off-by: Mohammad Jamshidi <jamshidi.m799@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e75484 - Browse repository at this point
Copy the full SHA 2e75484View commit details
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7441882 - Browse repository at this point
Copy the full SHA 7441882View commit details
Commits on Apr 1, 2024
-
feat(xds): Add support eureka service discovery to the ScrapeConfig C…
…RD (prometheus-operator#6408) feat: add eureka sd config Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for f16cf80 - Browse repository at this point
Copy the full SHA f16cf80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15de193 - Browse repository at this point
Copy the full SHA 15de193View commit details
Commits on Apr 2, 2024
-
chore: bump go dependencies before release
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e860bd6 - Browse repository at this point
Copy the full SHA e860bd6View commit details -
chore: update default prometheus version
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9b7b9c7 - Browse repository at this point
Copy the full SHA 9b7b9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc87337 - Browse repository at this point
Copy the full SHA fc87337View commit details -
Merge pull request prometheus-operator#6459 from kakkoyun/patch-1
Update kakkoyun's affiliation
Configuration menu - View commit details
-
Copy full SHA for 0599b91 - Browse repository at this point
Copy the full SHA 0599b91View commit details -
Merge pull request prometheus-operator#6457 from slashpai/update_vers…
…ions chore: update default prometheus version
Configuration menu - View commit details
-
Copy full SHA for 8cfa28b - Browse repository at this point
Copy the full SHA 8cfa28bView commit details -
Merge pull request prometheus-operator#6456 from slashpai/prep-0.73
chore: bump go dependencies before release
Configuration menu - View commit details
-
Copy full SHA for d67495d - Browse repository at this point
Copy the full SHA d67495dView commit details -
feat(xds): Add Kuma service discovery to the ScrapeConfig CRD (promet…
…heus-operator#6327) * support kuma xds Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for cd63ebf - Browse repository at this point
Copy the full SHA cd63ebfView commit details -
Add DockerSD support for ScrapeConfig CRD
Add DockerSDConfig struct and array of DockerSDConfig to the ScrapeConfig struct Add code block placeholder to process DockerSDConfig Add Code-gen for the updated scrapeconfig with DockerSDConfig Revert "Add Code-gen for the updated scrapeconfig with DockerSDConfig" This reverts commit f7d2ff9. Edit DockerSDConfig struct Add Code-gen for the updated DockerSDConfig Add processing code block for DockerSDConfig in the ScrapeConfig CRD Update processing filters in DockerSDConfig Add tests for DockerSDConfig Add missing host field to DockerSDConfig struct and remove TODOs in promcfg.go Update promcfg.go to append host field to the DockerSDConfiguration Update autogen code and perform formatting fixes Update DockerSD tests to include Host field Add resource_selector validation and tests for Docker SD configs Update tests according to host variable, tests pass Add DockerFilter type for the filters field in DockerSDConfigs Add code-gen for DockerFilter type update Update promcfg test and test data for DockerFilter type Update DockerFilter Format code Update pkg/apis/monitoring/v1alpha1/scrapeconfig_types.go Co-authored-by: Jayapriya Pai <slashpai9@gmail.com> Add validation for host field Add relevant comments and remove unrelated debug code Code-gen and format code Revert "Change git mod file" This reverts commit 232816f. Change from pointer to ProxyConfig to variable reference Generate Code and Format Format code Refactor test cases for Docker SD One test case each for OAuth, BasicAuth and Authorization fields. Also includes other fields like TLSConfig, hostnetworkinghost etc. Format code
Configuration menu - View commit details
-
Copy full SHA for f13a442 - Browse repository at this point
Copy the full SHA f13a442View commit details -
Merge pull request prometheus-operator#6449 from AshwinSriram11/main
Fixed the link in Prometheus Agent page
Configuration menu - View commit details
-
Copy full SHA for 1842c8a - Browse repository at this point
Copy the full SHA 1842c8aView commit details -
feat: added a check to determine if thanos support the '--prometheus.…
…http-client' flag (prometheus-operator#6448) * feat: added a check to determine if thanos support the '--prometheus.http-client' flag
Configuration menu - View commit details
-
Copy full SHA for 5d9a88a - Browse repository at this point
Copy the full SHA 5d9a88aView commit details -
Check if controllers' CRDs are provided and manageable by operator (p…
…rometheus-operator#6351) * operator cmd: check if controllers' crds are supplied Only start each controller when its crd is provided, and fail the operator if no controllers start. Fixes prometheus-operator#6140 * Nit * Resolve reviews
Configuration menu - View commit details
-
Copy full SHA for ffaeca2 - Browse repository at this point
Copy the full SHA ffaeca2View commit details -
Merge pull request prometheus-operator#6421 from mviswanathsai/docker…
…_sd_copy feat: add support for Docker SD in ScrapeConfig
Configuration menu - View commit details
-
Copy full SHA for 9715735 - Browse repository at this point
Copy the full SHA 9715735View commit details -
chore: Add checks for selectors in KubernetesSDConfig (prometheus-ope…
…rator#6177) chore: test added rfac: kubernetes sd role chore: cofig.Role to lowercase rfac: unit_test role_consts
Configuration menu - View commit details
-
Copy full SHA for cf52179 - Browse repository at this point
Copy the full SHA cf52179View commit details
Commits on Apr 3, 2024
-
fix: add proxyURL validation for smon,pmon and probe
If a user specify a non-parsable proxyUrl it was not validated/rejected but will break reloading and restarting of Prometheus due to possible invalid syntax. This commit adds validation and rejects the invalid ones Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0401c32 - Browse repository at this point
Copy the full SHA 0401c32View commit details -
Merge pull request prometheus-operator#6464 from slashpai/proxyUrl_va…
…lidation fix: add proxyURL validation for smon,pmon and probe
Configuration menu - View commit details
-
Copy full SHA for e5561af - Browse repository at this point
Copy the full SHA e5561afView commit details -
feat: add support for Hetzner SD in ScrapeConfig CRD (prometheus-oper…
…ator#6436) * ScrapeConfig CRD: add HetznerSDConfig API definition & include it under ScrapeConfig spec
Configuration menu - View commit details
-
Copy full SHA for 18a9179 - Browse repository at this point
Copy the full SHA 18a9179View commit details -
feat(kuma): Add validation for kuma server (prometheus-operator#6465)
Signed-off-by: dongjiang1989 <dongjiang1989@126.com> Co-authored-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b4338c - Browse repository at this point
Copy the full SHA 0b4338cView commit details -
Merge pull request prometheus-operator#6359 from yp969803/issue6177
chore: Add checks for selectors in KubernetesSDConfig (prometheus-operator#6177)
Configuration menu - View commit details
-
Copy full SHA for 745813d - Browse repository at this point
Copy the full SHA 745813dView commit details -
relabel config: allow empty separator
Allow empty separator in relabel config. This is corresponding to Prometheus' relabel config. Fixes prometheus-operator#5003
Configuration menu - View commit details
-
Copy full SHA for 029b236 - Browse repository at this point
Copy the full SHA 029b236View commit details -
Merge pull request prometheus-operator#6425 from haanhvu/issue5003-1
Allow empty separator in relabel config
Configuration menu - View commit details
-
Copy full SHA for 48444eb - Browse repository at this point
Copy the full SHA 48444ebView commit details -
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4795a94 - Browse repository at this point
Copy the full SHA 4795a94View commit details
Commits on Apr 4, 2024
-
Merge pull request prometheus-operator#6468 from slashpai/prepare-0.73
chore: cut v0.73.0
Configuration menu - View commit details
-
Copy full SHA for d70313b - Browse repository at this point
Copy the full SHA d70313bView commit details
Commits on Apr 10, 2024
-
fix: log deprecated bearer token fields at debug level
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 383f242 - Browse repository at this point
Copy the full SHA 383f242View commit details -
Merge pull request prometheus-operator#6495 from simonpasquier/fix-6493
fix: log deprecated bearer token fields at debug level
Configuration menu - View commit details
-
Copy full SHA for c383b81 - Browse repository at this point
Copy the full SHA c383b81View commit details -
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e83f96 - Browse repository at this point
Copy the full SHA 7e83f96View commit details -
Merge pull request prometheus-operator#6498 from slashpai/cut-0.73.1
chore: cut v0.73.1
Configuration menu - View commit details
-
Copy full SHA for 6d917ce - Browse repository at this point
Copy the full SHA 6d917ceView commit details
Commits on Apr 18, 2024
-
controller-runtime also calls `metrics.Register()` during init and this function can be called only once. To ensure that the k8s client metrics get updated, the global variables need to be set again by the operator. https://github.com/kubernetes-sigs/controller-runtime/blob/67b27f27e514bd9ac4cf9a2d84dec089ece95bf7/pkg/metrics/client_go_adapter.go#L42-L55 https://github.com/kubernetes/client-go/blob/aa7909e7d7c0661792ba21b9e882f3cd6ad0ce53/tools/metrics/metrics.go#L129-L170 Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 349d97e - Browse repository at this point
Copy the full SHA 349d97eView commit details -
fix: ScrapeClass TLSConfig nil pointer exception (prometheus-operator…
…#6507) Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ada71c2 - Browse repository at this point
Copy the full SHA ada71c2View commit details -
Merge pull request prometheus-operator#6526 from simonpasquier/cherry…
…-pick-6507 fix: ScrapeClass TLSConfig nil pointer exception (prometheus-operator#6507)
Configuration menu - View commit details
-
Copy full SHA for af00f92 - Browse repository at this point
Copy the full SHA af00f92View commit details -
Merge pull request prometheus-operator#6525 from simonpasquier/fix-6513
fix: register k8s metrics
Configuration menu - View commit details
-
Copy full SHA for 21b32c5 - Browse repository at this point
Copy the full SHA 21b32c5View commit details
Commits on Apr 19, 2024
-
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3aa2b0e - Browse repository at this point
Copy the full SHA 3aa2b0eView commit details -
Merge pull request prometheus-operator#6527 from slashpai/cut-0.73.2
chore:cut v0.73.2
Configuration menu - View commit details
-
Copy full SHA for 20beb0b - Browse repository at this point
Copy the full SHA 20beb0bView commit details
Commits on May 16, 2024
-
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e0757e2 - Browse repository at this point
Copy the full SHA e0757e2View commit details -
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 243a211 - Browse repository at this point
Copy the full SHA 243a211View commit details