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

7147 commits

Author SHA1 Message Date
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
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
Simon Pasquier
fd94a2b84b
Merge pull request #7008 from kubeservice-stack/fix-e2e-fail
Fix: fix e2e case
2024-10-14 13:56:17 +02:00
dongjiang1989
25f077ba61
fix e2e fail
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-10-12 10:29:30 +08:00
dongjiang
d1fb419659
chore: optimize maps order function (#7001)
---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-10-11 17:31:54 +02:00
M Viswanath Sai
983070faf3
ScrapeConfig: Refactor StaticConfig (#6867) 2024-10-11 17:27:46 +02:00
Simon Pasquier
31644a68b8
Merge pull request #6996 from slashpai/comment-action
chore: add github comment PR action
2024-10-11 17:24:30 +02:00
M Viswanath Sai
455683e34c
ScrapeConfig CRD: Proposal For Extending The CRD Surface (#6634)
* scrapeconfig crd: add proposal for extending surface and graduating to beta


---------

Signed-off-by: mviswanathsai <mviswanath.sai.met21@itbhu.ac.in>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-10-11 17:21:58 +02:00
Jayapriya Pai
21f57d510d chore: add github comment PR action
Fixes #6993

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-10-11 13:36:46 +05:30
dongjiang
880f847f6a
feat: support allow_overlapping_compaction for prometheus (#6906)
---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-10-09 17:18:18 +02:00
Simon Pasquier
fbaa432c90
Merge pull request #6667 from slashpai/gogc
feat: add support for runtime.gogc
2024-10-09 16:32:35 +02:00
Jayapriya Pai
07c873f627 .github/workflow: make execution of e2e and unit tests conditional
Ref: https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution

This will help to avoid blocking the merge on conditional execution
when only markdown files are changed

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-10-09 11:27:36 +05:30
Jayapriya Pai
f62ca5c216 feat: add support for runtime.gogc
Fixes #6656

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-10-09 10:29:33 +05:30
Stavros Foteinopoulos
d723855170
Add ability for custom DNSConfig and DNSPolicy (#3899)
---------

Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-10-08 17:00:40 +02:00
github-actions[bot]
8068e59f95
Merge pull request #6995 from prometheus-operator/dependabot/go_modules/google.golang.org/protobuf-1.35.1
build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
2024-10-08 09:33:58 +00:00
dependabot[bot]
d35c8d1f41
build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1.

---
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>
2024-10-07 13:43:41 +00:00
github-actions[bot]
d237cd274b
Merge pull request #6994 from prometheus-operator/dependabot/go_modules/golang.org/x/net-0.30.0
build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
2024-10-07 13:40:54 +00:00
dependabot[bot]
84c3be9452
build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/net/compare/v0.29.0...v0.30.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>
2024-10-07 12:53:54 +00:00
M Viswanath Sai
a3563cc976
FIX: LabelName validation issue (#6892)
* add validation for staticConfig
2024-10-07 12:40:41 +02:00