feat(container): update image mirror.gcr.io/prompp/prompp ( 0.7.11 ➔ 0.8.0 )#1854
Merged
Merged
Conversation
Contributor
Author
--- kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack
+++ kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack
@@ -143,13 +143,13 @@
values:
- k8s-04
externalUrl: https://prometheus...PLACEHOLDER_INTERNAL_SECRET_DOMAIN..
image:
registry: mirror.gcr.io
repository: prompp/prompp
- tag: 0.7.11
+ tag: 0.8.0
podMonitorSelectorNilUsesHelmValues: false
probeSelectorNilUsesHelmValues: false
resources:
limits:
memory: 2000Mi
requests: |
Contributor
Author
--- HelmRelease: observability/kube-prometheus-stack Prometheus: observability/kube-prometheus-stack
+++ HelmRelease: observability/kube-prometheus-stack Prometheus: observability/kube-prometheus-stack
@@ -17,13 +17,13 @@
alertmanagers:
- namespace: observability
name: kube-prometheus-stack-alertmanager
port: http-web
pathPrefix: /
apiVersion: v2
- image: mirror.gcr.io/prompp/prompp:0.7.11
+ image: mirror.gcr.io/prompp/prompp:0.8.0
imagePullPolicy: IfNotPresent
version: v2.55.1
externalUrl: https://prometheus...PLACEHOLDER_INTERNAL_SECRET_DOMAIN..
paused: false
replicas: 1
shards: 1 |
There was a problem hiding this comment.
prompp/prompp (Deckhouse Prom++): v0.7.11 → v0.8.0
Verdict: Safe to merge
No breaking changes. This upgrade contains security patches and performance improvements with no impact on this repository.
Security fixes (worth prioritizing):
- CVE-2026-42154: remote-read snappy DoS vulnerability
- CVE-2026-42151: Azure AD client_secret redaction issue
- Stored XSS in React web UI
- OpenTelemetry PATH hijacking (CVE mitigation)
- Go 1.26.4 security update
- grpc, golang.org/x/net, ws package dependency updates
Range-vector interval behavior change (low risk):
- Prom++ v0.8.0 changed range-vector calculations from closed intervals to left-open, right-closed intervals. May cause subtle numeric shifts in dashboards using range queries. The existing PrometheusRule expressions in this repo use only instant vectors, so they are unaffected.
No usage of new PromQL functions:
- Custom functions added in v0.7.7–v0.8.0 (op_defined, op_replace_nan, op_smoothie, op_zero_if_none, op_top) are not used in this repository.
Prometheus version override remains compatible:
- This repo pins prometheusSpec.version: v2.55.1 to suppress the unsupported Prometheus version error. Prom++ v0.8.0 is based on Prometheus 3.0 and the override continues to work.
New features available for future adoption:
- jemalloc arena pool metrics (prompp_common_jemalloc_arena_pool_*) exported automatically if the feature flag is enabled
- Instant-query optimization and Shrink QEB on head rotation are feature-flagged and off by default
Sources consulted:
This file contains hidden or 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
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.
This PR contains the following updates:
0.7.11→0.8.0Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 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 these updates again.
This PR has been generated by Mend Renovate.