Skip to content
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

[kube-prometheus-stack] separate prometheus-operator/admission-webhooks/job-patch from the rbac creation #4554

Merged
merged 3 commits into from
May 23, 2024

Conversation

rgaduput
Copy link
Contributor

What this PR does / why we need it

This PR separates the ServiceAccount creation from rbac creation, It aligns the admission-webhooks/job-patch with the rest of the chart.

Which issue this PR fixes

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

…ks/job-patch from the rbac creation (prometheus-community#4553)

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>
Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>
@jkroepke
Copy link
Member

Thanks for your PR.

Would it be possible to extend the PR here by expose the automountServiceAccountToken property as well?

…eus-operator/admission-webhooks/job-patch/serviceaccount (prometheus-community#4553)

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>
@rgaduput
Copy link
Contributor Author

Thanks for your PR.

Would it be possible to extend the PR here by expose the automountServiceAccountToken property as well?

@jkroepke Done.

@jkroepke jkroepke merged commit 4bec76b into prometheus-community:main May 23, 2024
4 checks passed
mjnagel pushed a commit to defenseunicorns/uds-core that referenced this pull request May 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
minor | `58.6.0` -> `58.7.2` |
| quay.io/prometheus/node-exporter | patch | `v1.8.0` -> `v1.8.1` |
|
[registry1.dso.mil/ironbank/opensource/prometheus/node-exporter](https://togithub.com/prometheus/node_exporter)
([source](https://repo1.dso.mil/dsop/opensource/prometheus/node-exporter))
| patch | `v1.8.0` -> `v1.8.1` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v58.7.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.1...kube-prometheus-stack-58.7.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Correctly set version to
alertManagerSpec.version by
[@&#8203;EoinFarrell](https://togithub.com/EoinFarrell) in
[prometheus-community/helm-charts#4561

#### New Contributors

- [@&#8203;EoinFarrell](https://togithub.com/EoinFarrell) made their
first contribution in
[prometheus-community/helm-charts#4561

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.7.1...kube-prometheus-stack-58.7.2

###
[`v58.7.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.0...kube-prometheus-stack-58.7.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Fix cluster variable `allValue` in dashboards
by [@&#8203;TheoBrigitte](https://togithub.com/TheoBrigitte) in
[prometheus-community/helm-charts#4559

#### New Contributors

- [@&#8203;TheoBrigitte](https://togithub.com/TheoBrigitte) made their
first contribution in
[prometheus-community/helm-charts#4559

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.7.0...kube-prometheus-stack-58.7.1

###
[`v58.7.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.1...kube-prometheus-stack-58.7.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] make default datasources name configurable by
[@&#8203;sebastiangaiser](https://togithub.com/sebastiangaiser) in
[prometheus-community/helm-charts#4557

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.6.1...kube-prometheus-stack-58.7.0

###
[`v58.6.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.6.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.0...kube-prometheus-stack-58.6.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] separate
prometheus-operator/admission-webhooks/job-patch from the rbac creation
by [@&#8203;rgaduput](https://togithub.com/rgaduput) in
[prometheus-community/helm-charts#4554

#### New Contributors

- [@&#8203;rgaduput](https://togithub.com/rgaduput) made their first
contribution in
[prometheus-community/helm-charts#4554

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.6.0...kube-prometheus-stack-58.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lambchop4prez added a commit to lambchop4prez/network that referenced this pull request May 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
minor | `58.3.3` -> `58.7.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v58.7.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.1...kube-prometheus-stack-58.7.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Correctly set version to
alertManagerSpec.version by
[@&#8203;EoinFarrell](https://togithub.com/EoinFarrell) in
[prometheus-community/helm-charts#4561

#### New Contributors

- [@&#8203;EoinFarrell](https://togithub.com/EoinFarrell) made their
first contribution in
[prometheus-community/helm-charts#4561

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.7.1...kube-prometheus-stack-58.7.2

###
[`v58.7.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.0...kube-prometheus-stack-58.7.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Fix cluster variable `allValue` in dashboards
by [@&#8203;TheoBrigitte](https://togithub.com/TheoBrigitte) in
[prometheus-community/helm-charts#4559

#### New Contributors

- [@&#8203;TheoBrigitte](https://togithub.com/TheoBrigitte) made their
first contribution in
[prometheus-community/helm-charts#4559

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.7.0...kube-prometheus-stack-58.7.1

###
[`v58.7.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.1...kube-prometheus-stack-58.7.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] make default datasources name configurable by
[@&#8203;sebastiangaiser](https://togithub.com/sebastiangaiser) in
[prometheus-community/helm-charts#4557

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.6.1...kube-prometheus-stack-58.7.0

###
[`v58.6.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.6.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.0...kube-prometheus-stack-58.6.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] separate
prometheus-operator/admission-webhooks/job-patch from the rbac creation
by [@&#8203;rgaduput](https://togithub.com/rgaduput) in
[prometheus-community/helm-charts#4554

#### New Contributors

- [@&#8203;rgaduput](https://togithub.com/rgaduput) made their first
contribution in
[prometheus-community/helm-charts#4554

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.6.0...kube-prometheus-stack-58.6.1

###
[`v58.6.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.6.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.3...kube-prometheus-stack-58.6.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] Update Prometheus rules and Grafana
dashboards by [@&#8203;jkroepke](https://togithub.com/jkroepke) in
[prometheus-community/helm-charts#4531

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.5.3...kube-prometheus-stack-58.6.0

###
[`v58.5.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.3)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.2...kube-prometheus-stack-58.5.3)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add the possibility to specify objectSelector
for admissionWebhooks objects by
[@&#8203;alexissellier](https://togithub.com/alexissellier) in
[prometheus-community/helm-charts#4540

#### New Contributors

- [@&#8203;alexissellier](https://togithub.com/alexissellier) made their
first contribution in
[prometheus-community/helm-charts#4540

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.5.2...kube-prometheus-stack-58.5.3

###
[`v58.5.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.1...kube-prometheus-stack-58.5.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] ThanosRuler limit resource names up to 63
characters by [@&#8203;than-pet](https://togithub.com/than-pet) in
[prometheus-community/helm-charts#4527

**Full Changelog**:
prometheus-community/helm-charts@prometheus-sql-exporter-0.1.0...kube-prometheus-stack-58.5.2

###
[`v58.5.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.0...kube-prometheus-stack-58.5.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] Fix exemplar indentation for consistency by
[@&#8203;lpetrazickisupgrade](https://togithub.com/lpetrazickisupgrade)
in
[prometheus-community/helm-charts#4524

##### New Contributors

-
[@&#8203;lpetrazickisupgrade](https://togithub.com/lpetrazickisupgrade)
made their first contribution in
[prometheus-community/helm-charts#4524

**Full Changelog**:
prometheus-community/helm-charts@prometheus-25.21.0...kube-prometheus-stack-58.5.1

###
[`v58.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.4.1...kube-prometheus-stack-58.5.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump prom to 2.52.0 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[prometheus-community/helm-charts#4530

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.4.1...kube-prometheus-stack-58.5.0

###
[`v58.4.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.4.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.4.0...kube-prometheus-stack-58.4.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Make TLS verification in kubelet
servicemonitor configurable by
[@&#8203;matofeder](https://togithub.com/matofeder) in
[prometheus-community/helm-charts#4528

#### New Contributors

- [@&#8203;matofeder](https://togithub.com/matofeder) made their first
contribution in
[prometheus-community/helm-charts#4528

**Full Changelog**:
prometheus-community/helm-charts@alertmanager-1.11.0...kube-prometheus-stack-58.4.1

###
[`v58.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.4.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.3...kube-prometheus-stack-58.4.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump thanos to 0.35.0 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[prometheus-community/helm-charts#4516

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.3.3...kube-prometheus-stack-58.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Maven35 pushed a commit to Maven35/helm-charts that referenced this pull request Jun 6, 2024
…ks/job-patch from the rbac creation (prometheus-community#4554)

Signed-off-by: Maven35 <Charles.Tony.Gibbs@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants