generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update Helm release loki to v5.37.0 #233
Merged
Merged
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
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovate
PR created by RenovateBot
labels
Oct 19, 2023
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
from
October 23, 2023 12:08
9e82f83
to
fedffa7
Compare
renovate
bot
changed the title
Update Helm release loki to v5.35.0
Update Helm release loki to v5.36.0
Oct 27, 2023
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
3 times, most recently
from
October 31, 2023 14:56
9ac0ab0
to
91b0df2
Compare
renovate
bot
changed the title
Update Helm release loki to v5.36.0
Update Helm release loki to v5.36.1
Nov 1, 2023
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
from
November 1, 2023 13:57
91b0df2
to
c0cf26f
Compare
renovate
bot
changed the title
Update Helm release loki to v5.36.1
Update Helm release loki to v5.36.2
Nov 3, 2023
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
from
November 3, 2023 15:28
c0cf26f
to
9398d02
Compare
renovate
bot
changed the title
Update Helm release loki to v5.36.2
Update Helm release loki to v5.36.3
Nov 4, 2023
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
from
November 4, 2023 06:40
9398d02
to
9a094b6
Compare
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
from
November 14, 2023 13:26
9a094b6
to
69f91f1
Compare
renovate
bot
changed the title
Update Helm release loki to v5.36.3
Update Helm release loki to v5.36.3 - autoclosed
Nov 17, 2023
renovate
bot
changed the title
Update Helm release loki to v5.36.3 - autoclosed
Update Helm release loki to v5.36.3
Nov 21, 2023
renovate
bot
changed the title
Update Helm release loki to v5.36.3
Update Helm release loki to v5.37.0
Nov 21, 2023
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
2 times, most recently
from
November 22, 2023 09:19
bfe1678
to
2aab978
Compare
renovate
bot
force-pushed
the
renovate/loki-5.x
branch
from
November 22, 2023 09:22
2aab978
to
6cae465
Compare
Diff ( diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md
index 7f45b3155..51dd2deb2 100644
--- a/production/helm/loki/CHANGELOG.md
+++ b/production/helm/loki/CHANGELOG.md
@@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang
[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)
+## 5.37.0
+
+- [FEATURE] Add support for enabling tracing.
+
## 5.36.2
- [BUGFIX] Add support to run dnsmasq
diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml
index 06768ba93..39e800d61 100644
--- a/production/helm/loki/Chart.yaml
+++ b/production/helm/loki/Chart.yaml
@@ -3,7 +3,7 @@ name: loki
description: Helm chart for Grafana Loki in simple, scalable mode
type: application
appVersion: 2.9.2
-version: 5.36.3
+version: 5.37.0
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md
index b5cd58838..7fc830867 100644
--- a/production/helm/loki/README.md
+++ b/production/helm/loki/README.md
@@ -1,6 +1,6 @@
# loki
-![Version: 5.36.3](https://img.shields.io/badge/Version-5.36.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square)
+![Version: 5.37.0](https://img.shields.io/badge/Version-5.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![
AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square)
Helm chart for Grafana Loki in simple, scalable mode
diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml
index 92b7069af..472882a22 100644
--- a/production/helm/loki/values.yaml
+++ b/production/helm/loki/values.yaml
@@ -240,6 +240,9 @@ loki:
distributor:
{{- tpl (. | toYaml) $ | nindent 4 }}
{{- end }}
+
+ tracing:
+ enabled: {{ .Values.loki.tracing.enabled }}
# Should authentication be enabled
auth_enabled: true
# -- memberlist configuration (overrides embedded default)
@@ -254,7 +257,6 @@ loki:
grpc_listen_port: 9095
# -- Limits config
limits_config:
- enforce_metric_name: false
reject_old_samples: true
reject_old_samples_max_age: 168h
max_cache_freshness_per_query: 10m
@@ -345,6 +347,9 @@ loki:
scheduler_address: '{{ include "loki.querySchedulerAddress" . }}'
# -- Optional distributor configuration
distributor: {}
+ # -- Enable tracing
+ tracing:
+ enabled: false
enterprise:
# Enable enterprise features, license must be provided
enabled: false
@@ -1475,8 +1480,6 @@ networkPolicy:
podSelector: {}
# -- Specifies the namespace the discovery Pods are running in
namespaceSelector: {}
-tracing:
- jaegerAgentHost: ""
# -------------------------------------
# Configuration for `minio` child chart
# ------------------------------------- |
Tested and working on
|
QuantumEnigmaa
approved these changes
Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
5.36.3
->5.37.0
Release Notes
grafana/helm-charts (loki)
v5.37.0
Helm chart for Grafana Loki in simple, scalable mode
Source commit: grafana/loki@4455cd9
Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-5.37.0
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.
This PR has been generated by Mend Renovate. View repository job log here.