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

165 commits

Author SHA1 Message Date
Nicolas Takashi
75f1ae2c55
Merge pull request #7170 from Dharma-09/main
Fix Broken Links to Ingress Guide and Add Prometheus & Alertmanager Exposure Guide
2024-12-20 10:44:00 +00:00
Jayapriya Pai
4e8d55341c
chore: cut v0.79.2
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-12-18 18:56:14 +05:30
DHARMIK GANGANI
4397891df8
Merge branch 'prometheus-operator:main' into main 2024-12-17 15:33:34 -04:00
Jayapriya Pai
54669ad94e
chore: cut v0.79.1 (#7200)
* chore: cut v0.79.1

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-12-17 16:29:21 +05:30
DHARMIK GANGANI
b21f7d04ec
Merge branch 'prometheus-operator:main' into main 2024-12-15 09:56:42 -04:00
Jayapriya Pai
2d5acacead chore: cut v0.79.0
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-12-13 23:03:56 +05:30
Dharma-09
d26174ff4b Adding header section to specify the positions 2024-12-04 11:15:21 -04:00
Simon Pasquier
d3c7eb978d
chore: cut v0.78.2
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-11-21 12:05:50 +01:00
Simon Pasquier
9c340b2508
chore: cut v0.78.1
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-11-05 10:23:44 +01:00
Simon Pasquier
3a0594cff8
chore: cut v0.78.0
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-30 15:44:09 +01: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
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
22ea474709
chore: merge release-0.77
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-09-25 14:57:54 +02:00
Jayapriya Pai
f73eefef86
chore: cut 0.77.1
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-09-25 15:02:28 +05:30
Ashwin Sriram
02ffdd7a27
Getting-Started Page for Platform guide (#6887)
* Getting-started page for Platform guide

* Modified intorduction of Alerting page

* Integrating Prometheus section moved to Getting-staerted page

* Examples modified

* RBAC line modified
2024-09-24 19:18:24 -03:00
Jayapriya Pai
0a82836229 chore: cut 0.77.0
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-09-19 10:36:07 +05:30
Simon Pasquier
8518981b50
feat: support EndpointSlice for the kubelet controller (#6882)
* feat: support EndpointSlice for the kubelet controller

This change adds support for managing `EndpointSlice` objects for the
kubelet service. The controller can manage either one of `Endpoints` and
`EndpointSlice` or both.

The migration path can be:
1. Configure the operator to manage both objects in the kubelet
   controller.
2. Verify that the generated `EndpointSlice` objects are correct.
3. Configure the Prometheus object to use the `EndpointSlice` role
   instead of `Endpoints`.
1. Configure the operator to manage only `Endpoints` objects in the
   kubelet controller.

The removal of the legacy `Endpoints` object is left to the user.

---------

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-09-17 08:53:31 +02:00
Simon Pasquier
5d7cff521c
Merge branch 'release-0.76' into merge-release-0.76
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-09-12 16:46:00 +02:00
Nicolas Takashi
2cb313aadf
[NONE] preparing 0.76.2
Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
2024-09-09 11:50:10 +01:00
dongjiang
94b2524864
Fix: OAuth2 TLSConfig nil pointer (#6909)
* fix nil pointer

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>

---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-09-06 11:31:39 +02:00
Nicolas Takashi
366abca704
Merge remote-tracking branch 'origin/release-0.76' into merge-release-0.76
Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
2024-09-03 17:00:43 +01:00
Ashwin
6ca2e3ce5b Switching the position of Platform and Developer Guide in Website 2024-08-18 16:53:29 +05:30
Nicolas Takashi
46076a5a74
[CHORE] generating templates 0.76
Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
2024-08-12 20:39:34 +01:00
Simon Pasquier
309b7d06ad
chore: add RBAC for endpointslices to Prometheus SA
This change also adds e2e tests for the new EndpointSlice discovery
role.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-07-25 14:28:22 +02:00
Simon Pasquier
932b01adb9
Merge remote-tracking branch 'origin/release-0.75' into merge-release-0.75
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-07-24 11:54:47 +02:00
Simon Pasquier
b98962be1e
Merge pull request #6727 from prometheus-operator/release-0.75
Merge release 0.75 to main
2024-07-02 14:08:39 +02:00
Ashwin Sriram
91822d37d8
chore: Docs Restructuring (#6650) 2024-07-02 09:08:03 -03:00
Jayapriya Pai
7e721e201e
chore: cut 0.75.1
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-07-02 10:46:42 +05:30
Jayapriya Pai
21e69ffe58
chore: cut 0.75.0
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-06-26 17:21:04 +05:30
Simon Pasquier
ef34de2298
chore: cut v0.74.0
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-05-17 16:07:25 +02:00
Jayapriya Pai
3aa2b0ec69
chore:cut v0.73.2
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>

Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-04-19 19:46:27 +05:30
Jayapriya Pai
7e83f96928
chore: cut v0.73.1
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-04-10 19:23:20 +05:30
Jayapriya Pai
4795a94e29
chore: cut v0.73.0
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-04-03 21:06:03 +05:30
Arthur Silva Sens
95e0561f60
Prepare 0.72 release (#6329)
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
2024-03-04 14:40:59 -03:00
Simon Pasquier
cf22056b6b chore: cut v0.71.2
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-01-25 15:05:31 +01:00
Simon Pasquier
6b50c8c47d chore: cut v0.71.1
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-01-23 14:37:27 +01:00
Simon Pasquier
9c26b6a94c
chore: cut v0.71.0 (#6223)
* chore: cut v0.71.0

---------

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Co-authored-by: Jayapriya Pai <slashpai9@gmail.com>
2024-01-12 08:52:53 +00:00
Arthur Silva Sens
895cb3b005
feat: emit events for invalid configurations (#6179)
* feat: emit events for invalid configurations

Emit events when the controller rejects a resource, owing to an invalid
configuration.

Fixes: #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>
2024-01-10 08:59:47 -03:00
paulfantom
c2c673f712 *: release 0.70
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2023-11-30 15:47:47 +01:00
Simon Pasquier
f460e7a66d chore: cut v0.69.1
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-11-09 10:31:16 +01:00
Simon Pasquier
fc2a36df04 chore: cut v0.69.0
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-11-03 16:25:19 +01:00
gadisn
904b710b15
docs: fix typo 'cluster' -> 'pod' (#5952)
* docs: fix typo 'cluster' -> 'pod'

* Adapt code review phrasing suggestion
2023-10-02 17:31:05 +02:00
Chirayu Kapoor
7f9bdca5d3
Check if operator has access to storageclass | Add logic to verify if storageclass exist | Add e2e test for invalid storageclass | RBAC to access storageclass
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2023-09-25 17:39:33 +05:30
Arthur Silva Sens
52526e3b0c
Prepare 0.68 release (#5896)
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
2023-09-08 11:27:53 -03:00
Simon Pasquier
3f7882c4de
chore: cut v0.67.1 (#5790)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-08-03 10:57:22 +00:00
Simon Pasquier
71d804bc96 chore: cut v0.67.0
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-07-27 15:47:41 +02:00
Arthur Silva Sens
255766e670
Add 0.66.0 CHANGELOG entry
Signed-off-by: GitHub <noreply@github.com>
2023-06-14 14:38:46 +00:00
Philip Gough
93282ad50f
Sync main with 0.65.2 release (#5623)
* Fix relabelings for ScrapeConfig (#5611)

Signed-off-by: EtienneBarbier <etienne.barbier@atos.net>

* chore: Prep for release 0.65.2 (#5622)

* test: Add tests for ScrapeConfig relabelling

---------

Signed-off-by: EtienneBarbier <etienne.barbier@atos.net>
Co-authored-by: Etienne Barbier <etienne.barbier@atos.net>
2023-05-31 16:45:41 +00:00
Philip Gough
b5e9f22fff
Prep for release v0.65.1 (#5555)
* release-chore: Bump version to 0.65.1

* release-chore: make clean generate docs

* release-chore: Update versions in go.mod

* release-chore: Add CHANGELOG for v0.65.1
2023-05-05 17:13:26 +01:00
Philip Gough
fa7f9eb24e
Release 0.65.0 prep (#5548)
* release-chore: Bump version to 0.65.0

* release-chore: make clean generate

* release-chore: Update versions in go.mod

* release-chore: Add CHANGELOG for v0.65.0

* release-chore: make docs

* test:e2e: Modify semver check for ThanosRuler

* test:e2e: Add namespace to WaitForThanosRulerReady sig
2023-05-04 16:45:19 +01:00