-
Notifications
You must be signed in to change notification settings - Fork 5k
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] Add support for network policy match labels to be specified #3671
Merged
QuentinBisson
merged 11 commits into
prometheus-community:main
from
marieroque:allow-selector-labels-override-in-netpol
Aug 21, 2023
Merged
[kube-prometheus-stack] Add support for network policy match labels to be specified #3671
QuentinBisson
merged 11 commits into
prometheus-community:main
from
marieroque:allow-selector-labels-override-in-netpol
Aug 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Marie Roque <[email protected]>
marieroque
requested review from
andrewgkew,
gianrubio,
gkarthiks,
GMartinez-Sisti,
QuentinBisson,
scottrigby and
Xtigyro
as code owners
August 4, 2023 13:35
marieroque
changed the title
Add support for network policy match labels to be specified
[kube-prometheus-stack] Add support for network policy match labels to be specified
Aug 4, 2023
Signed-off-by: Marie Roque <[email protected]>
Signed-off-by: Marie Roque <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
QuentinBisson
approved these changes
Aug 21, 2023
nrdufour
added a commit
to nrdufour/home-ops
that referenced
this pull request
Aug 22, 2023
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | patch | `48.3.1` -> `48.3.3` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v48.3.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.3) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-48.3.2...kube-prometheus-stack-48.3.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] fix typo in scrapeConfigNamespaceSelector by [@​Adibov](https://github.com/Adibov) in prometheus-community/helm-charts#3706 #### New Contributors - [@​Adibov](https://github.com/Adibov) made their first contribution in prometheus-community/helm-charts#3706 **Full Changelog**: prometheus-community/helm-charts@prometheus-adapter-4.4.1...kube-prometheus-stack-48.3.3 ### [`v48.3.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.2) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-48.3.1...kube-prometheus-stack-48.3.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] Add support for network policy match labels to be specified by [@​marieroque](https://github.com/marieroque) in prometheus-community/helm-charts#3671 **Full Changelog**: prometheus-community/helm-charts@prometheus-windows-exporter-0.1.1...kube-prometheus-stack-48.3.2 </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Reviewed-on: https://git.home/nrdufour/home-ops/pulls/48 Co-authored-by: Renovate <[email protected]> Co-committed-by: Renovate <[email protected]>
3 tasks
Matiasmct
pushed a commit
to giffgaff/prometheus-charts-backup
that referenced
this pull request
Aug 25, 2023
…o be specified (prometheus-community#3671) * Add support for network policy match labels to be specified Signed-off-by: Marie Roque <[email protected]> * Remove trailing spaces Signed-off-by: Marie Roque <[email protected]> * Update ciliumnetworkpolicy-createSecret.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update ciliumnetworkpolicy-patchWebhook.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update networkpolicy-createSecret.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update networkpolicy-patchWebhook.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update ciliumnetworkpolicy.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update networkpolicy.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update Chart.yaml Signed-off-by: Quentin Bisson <[email protected]> --------- Signed-off-by: Marie Roque <[email protected]> Signed-off-by: Marie Roque <[email protected]> Signed-off-by: Quentin Bisson <[email protected]> Signed-off-by: Quentin Bisson <[email protected]> Co-authored-by: Quentin Bisson <[email protected]> Co-authored-by: Quentin Bisson <[email protected]>
tomkukral
pushed a commit
to tomkukral/prometheus-helm-charts
that referenced
this pull request
Aug 26, 2023
…o be specified (prometheus-community#3671) * Add support for network policy match labels to be specified Signed-off-by: Marie Roque <[email protected]> * Remove trailing spaces Signed-off-by: Marie Roque <[email protected]> * Update ciliumnetworkpolicy-createSecret.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update ciliumnetworkpolicy-patchWebhook.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update networkpolicy-createSecret.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update networkpolicy-patchWebhook.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update ciliumnetworkpolicy.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update networkpolicy.yaml Signed-off-by: Quentin Bisson <[email protected]> * Update Chart.yaml Signed-off-by: Quentin Bisson <[email protected]> --------- Signed-off-by: Marie Roque <[email protected]> Signed-off-by: Marie Roque <[email protected]> Signed-off-by: Quentin Bisson <[email protected]> Signed-off-by: Quentin Bisson <[email protected]> Co-authored-by: Quentin Bisson <[email protected]> Co-authored-by: Quentin Bisson <[email protected]>
spiceratops
referenced
this pull request
in spiceratops/k8s-gitops
Oct 16, 2023
[![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-community/helm-charts) | minor | `48.3.1` -> `48.6.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v48.6.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.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] Updates thanos image to v0.32.0 by [@​arukiidou](https://togithub.com/arukiidou) in [https://github.com/prometheus-community/helm-charts/pull/3728](https://togithub.com/prometheus-community/helm-charts/pull/3728) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-48.5.0...kube-prometheus-stack-48.6.0 ### [`v48.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.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] update helm release grafana to 6.59.\* by [@​arukiidou](https://togithub.com/arukiidou) in [https://github.com/prometheus-community/helm-charts/pull/3727](https://togithub.com/prometheus-community/helm-charts/pull/3727) **Full Changelog**: prometheus-community/helm-charts@alertmanager-1.6.0...kube-prometheus-stack-48.5.0 ### [`v48.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.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] Updates Alertmanager image to v0.26.0 by [@​arukiidou](https://togithub.com/arukiidou) in [https://github.com/prometheus-community/helm-charts/pull/3721](https://togithub.com/prometheus-community/helm-charts/pull/3721) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-48.3.6...kube-prometheus-stack-48.4.0 ### [`v48.3.6`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.6) 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] change hook from ciliumnetworkpolicy patchWebHook to post in prometheus-operator by [@​QuantumEnigmaa](https://togithub.com/QuantumEnigmaa) in [https://github.com/prometheus-community/helm-charts/pull/3719](https://togithub.com/prometheus-community/helm-charts/pull/3719) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-48.3.5...kube-prometheus-stack-48.3.6 ### [`v48.3.5`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.5) 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 : change ciliumnetworkpolicy hooks from post to pre in prometheus-operator by [@​QuantumEnigmaa](https://togithub.com/QuantumEnigmaa) in [https://github.com/prometheus-community/helm-charts/pull/3718](https://togithub.com/prometheus-community/helm-charts/pull/3718) #### New Contributors - [@​QuantumEnigmaa](https://togithub.com/QuantumEnigmaa) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/3718](https://togithub.com/prometheus-community/helm-charts/pull/3718) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-48.3.4...kube-prometheus-stack-48.3.5 ### [`v48.3.4`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.4) 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] Corrected operator service account comment by [@​idwerv](https://togithub.com/idwerv) in [https://github.com/prometheus-community/helm-charts/pull/3716](https://togithub.com/prometheus-community/helm-charts/pull/3716) #### New Contributors - [@​idwerv](https://togithub.com/idwerv) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/3716](https://togithub.com/prometheus-community/helm-charts/pull/3716) **Full Changelog**: prometheus-community/helm-charts@jiralert-1.6.0...kube-prometheus-stack-48.3.4 ### [`v48.3.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.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] fix typo in scrapeConfigNamespaceSelector by [@​Adibov](https://togithub.com/Adibov) in [https://github.com/prometheus-community/helm-charts/pull/3706](https://togithub.com/prometheus-community/helm-charts/pull/3706) ##### New Contributors - [@​Adibov](https://togithub.com/Adibov) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/3706](https://togithub.com/prometheus-community/helm-charts/pull/3706) **Full Changelog**: prometheus-community/helm-charts@prometheus-adapter-4.4.1...kube-prometheus-stack-48.3.3 ### [`v48.3.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.3.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] Add support for network policy match labels to be specified by [@​marieroque](https://togithub.com/marieroque) in [https://github.com/prometheus-community/helm-charts/pull/3671](https://togithub.com/prometheus-community/helm-charts/pull/3671) **Full Changelog**: prometheus-community/helm-charts@prometheus-windows-exporter-0.1.1...kube-prometheus-stack-48.3.2 </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/spiceratops/k8s-gitops). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
This was referenced Dec 13, 2023
This was referenced Dec 13, 2023
Closed
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
This PR allows to override the matchLabels in NetworkPolicy and CiliumNetworkPolicy resources.
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer
Checklist
[prometheus-couchdb-exporter]
)