1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-08 10:04:09 +00:00
Commit graph

7164 commits

Author SHA1 Message Date
Simon Pasquier
835a778445
chore: update k8s libraries to v0.31.2
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-24 16:22:35 +02:00
Jayapriya Pai
9b1852e6ec
Merge pull request #7041 from slashpai/chore
chore: add prometheus v2.55.0
2024-10-24 14:15:34 +05:30
Jayapriya Pai
14bca0a785 chore: add prometheus v2.55.0
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-10-24 13:28:29 +05:30
github-actions[bot]
8870636234
Merge pull request #7036 from prometheus-operator/dependabot/go_modules/github.com/prometheus/prometheus-0.55.0
build(deps): bump github.com/prometheus/prometheus from 0.54.1 to 0.55.0
2024-10-23 12:58:54 +00:00
Simon Pasquier
ca4f84f2bb
Merge pull request #7033 from simonpasquier/prom-rw-2
feat: add support for Remote Write v2.0
2024-10-23 14:23:33 +02:00
dependabot[bot]
d6dcfc1fdb
build(deps): bump github.com/prometheus/prometheus from 0.54.1 to 0.55.0
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.54.1 to 0.55.0.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/prometheus/compare/v0.54.1...v0.55.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>
2024-10-23 12:10:39 +00:00
Kazuki Suda
acbc8e3cf5
Proposal for RemoteWrite CRD (#6781)
* Proposal for RemoteWrite CRD



---------

Co-authored-by: Philip Gough <pgough@redhat.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-10-23 11:23:54 +02:00
Pranshu Srivastava
39f217751f
fix: address OpenAPI text inconsistency for prometheus.spec.remoteWrite.sendExemplars (#6992)
---------

Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
2024-10-23 11:23:11 +02:00
Simon Pasquier
aa58fe3f4c
feat: add support for Remote Write v2.0
This change includes the following:
* New `messageVersion` field to the remote write configuration to select
  between v1 and v2 message formats.
* New `remoteWriteReceiverMessageVersions` to select which message
  format(s) to accept when the remote receiver is configured.
* Stricter validation for the remote write's URL (not breaking since an
  empty URL value would already fail the Prometheus configuration
  loading)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-23 10:51:21 +02:00
Jayapriya Pai
1869e06f91
Merge pull request #7030 from slashpai/docs
chore: markdown lint fixes in CONTRIBUTING.md
2024-10-22 17:07:01 +05:30
Simon Pasquier
5f3cd676e9
Merge pull request #7031 from simonpasquier/merge-release-0.77.2
Merge release 0.77.2
2024-10-21 20:21:59 +02:00
dongjiang
a26ca7273e
feat: support add native histogram config (#6796)
* add native histogram

---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-10-21 17:38:11 +02:00
Simon Pasquier
3f7e02a325
Merge remote-tracking branch 'origin/release-0.77' into merge-release-0.77.2
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-21 17:22:20 +02:00
Simon Pasquier
37a55955b3
Merge pull request #7028 from slashpai/cut-0.77.2
chore: cut 0.77.2
2024-10-21 17:04:27 +02:00
Jayapriya Pai
0cbb4ff69e chore: Fix unit tests actions
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-10-21 19:59:42 +05:30
Jayapriya Pai
cedb121039 chore: markdown lint fixes in CONTRIBUTING.md
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-10-21 19:51:08 +05:30
Jayapriya Pai
6616970906
Merge pull request #6395 from slashpai/fix_actions
.github/workflow: make execution of e2e and unit tests conditional
2024-10-21 19:40:44 +05:30
Jayapriya Pai
0dda9e0b7a
chore: cut 0.77.2
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-10-21 19:38:11 +05:30
Simon Pasquier
88500e21cc
Merge pull request #7027 from simonpasquier/fix-7023
fix: correct HTTP port name for Kubelet
2024-10-21 12:27:19 +02:00
Simon Pasquier
db6c46c968
fix: correct HTTP port name for Kubelet
Closes #7023

Co-authored-by: Grégoire Bellon-Gervais <gregoire.bellon-gervais@docaposte.fr>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-21 12:04:45 +02:00
Jayapriya Pai
94031224b1
Merge pull request #7022 from simonpasquier/fix-6905
doc: update install instructions
2024-10-21 11:39:34 +05:30
Simon Pasquier
8dc1dc2adf
doc: update install instructions
This change documents how to install the operator in another namespace
than `default`.

Closes #6905

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-18 13:46:31 +02:00
Simon Pasquier
dd2c707e70
Merge pull request #7021 from jan--f/docker-arg-quotes
Dockerfile: drop double quotes around ARG default values
2024-10-18 11:50:36 +02:00
Jan Fajerski
79d4b56eb4 Dockerfile: drop double quotes around ARG default values
Afaiu the spec is unclear whether to quote this or not. In this case
here is certainly not requires and works fine without. Additionally,
there is some tooling which does not treat quotes values correctly and
generates image links like
`quay.io/prometheus/golang-builder:\"1.23\"-base`.

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2024-10-17 13:24:31 +02:00
dongjiang
5265599f58
feat: add nodeName to kubelet endpoints (#7019)
---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-10-16 16:41:30 +02:00
Simon Pasquier
109f284d80
Merge pull request #7020 from simonpasquier/fix-5660
doc: document deduplication config for Mimir/Grafana Cloud
2024-10-16 14:16:32 +02:00
Simon Pasquier
ca48684f82
Apply suggestions from code review
Co-authored-by: Ashwin Sriram <116557116+AshwinSriram11@users.noreply.github.com>
2024-10-16 14:02:05 +02:00
Simon Pasquier
e169c4495c
doc: document deduplication config for Mimir/Grafana Cloud
Closes #5660

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-16 11:46:18 +02:00
Simon Pasquier
f2aa677705
Merge pull request #6998 from simonpasquier/follow-up-3899
chore: implement DNS options for DaemonSet
2024-10-16 09:33:05 +02:00
Simon Pasquier
6a53dec271
Merge pull request #7015 from kubeservice-stack/fix-gotypesalias
Fix: fix warning message with make clean generate command
2024-10-15 17:21:56 +02:00
Simon Pasquier
64c78d59c8
Merge pull request #7017 from heliapb/fix/otlp_prom
Fix issue #7002
2024-10-15 17:06:27 +02:00
Simon Pasquier
12dd07585a
chore: implement DNS options for DaemonSet
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-15 17:03:01 +02:00
Simon Pasquier
9243fb7606
Merge pull request #7013 from simonpasquier/update-changelog
chore: update CHANGELOG.md
2024-10-15 17:00:03 +02:00
Ashwin Sriram
b5a0dcc643
Modify Getting-Started page (#6830) 2024-10-15 16:59:31 +02:00
Hélia Barroso
d6fc8f7ea2 [fix] - docs 2024-10-15 15:18:49 +01:00
github-actions[bot]
344d5fd2f1
Merge pull request #7018 from prometheus-operator/dependabot/go_modules/github.com/prometheus/client_golang-1.20.5
build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
2024-10-15 13:23:58 +00:00
dependabot[bot]
bac8532ba2
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.4 to 1.20.5.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.5/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.4...v1.20.5)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 12:37:00 +00:00
Hélia Barroso
265af694fc [fix] - unit 2024-10-15 12:25:30 +01:00
Hélia Barroso
7ba5d9b907 [fix] - version 2024-10-15 11:41:11 +01:00
Hélia Barroso
ca74693120 [feat] - draft 2024-10-15 10:11:16 +01:00
Jayapriya Pai
d1e848b357
Merge pull request #7014 from simonpasquier/add-0.78.shepherd
chore: add simonpasquier as v0.78 shepherd
2024-10-15 14:31:02 +05:30
Simon Pasquier
5dc5928232
Merge pull request #7011 from slashpai/prom3
chore: add v3.0.0-beta.1 to experimental versions
2024-10-15 10:59:34 +02:00
Simon Pasquier
6a8179ab90
Merge pull request #7012 from kubeservice-stack/update-controller-tools-version
chore: update controller-tools version to v0.16.4
2024-10-15 10:39:21 +02:00
dongjiang1989
7684f3db61
dongjiang, fix makefile warning
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-10-15 16:29:11 +08:00
Simon Pasquier
8ba8bccfe5
chore: add simonpasquier as v0.78 shepherd
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-15 10:26:19 +02:00
Simon Pasquier
b513d025fc
chore: update CHANGELOG.md
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-15 10:24:47 +02:00
dongjiang1989
4b790d954b
update controller-tools version
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-10-15 15:51:07 +08:00
Jayapriya Pai
9029f9e22f chore: add v3.0.0-beta.1 to experimental versions
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-10-15 11:12:09 +05:30
Simon Pasquier
d77ac77a03
Merge pull request #7010 from prometheus-operator/dependabot/github_actions/thollander/actions-comment-pull-request-3
build(deps): bump thollander/actions-comment-pull-request from 2 to 3
2024-10-14 16:59:50 +02:00
dependabot[bot]
99e96d7352
build(deps): bump thollander/actions-comment-pull-request from 2 to 3
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3.
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2...v3)

---
updated-dependencies:
- dependency-name: thollander/actions-comment-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 12:01:52 +00:00