Skip to content

Commit 6487371

Browse files
committed
Adding changelog entry
1 parent 528c911 commit 6487371

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/sources/setup/install/helm/reference.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10468,6 +10468,9 @@ null
1046810468
"tag": null
1046910469
},
1047010470
"initContainers": [],
10471+
"loadBalancer": {
10472+
"enabled": true
10473+
},
1047110474
"maxUnavailable": 1,
1047210475
"nodeSelector": {},
1047310476
"podAnnotations": {},
@@ -10619,6 +10622,17 @@ null
1061910622
<td><pre lang="json">
1062010623
[]
1062110624
</pre>
10625+
</td>
10626+
</tr>
10627+
<tr>
10628+
<td>queryScheduler.loadBalancer</td>
10629+
<td>object</td>
10630+
<td>Enable load balancer port for query-scheduler</td>
10631+
<td><pre lang="json">
10632+
{
10633+
"enabled": true
10634+
}
10635+
</pre>
1062210636
</td>
1062310637
</tr>
1062410638
<tr>

production/helm/loki/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
## Unreleased
1515

16+
- [FEATURE] Add load balancer port toggle for query-scheduler [#19515](https://github.com/grafana/loki/pull/19515)
17+
1618
## 6.44.0
1719

1820
- [DEPRECATION] The Loki Helm chart uses MinIO as an object store. MinIO will be removed from the Helm Charts in a future release. See [this issue](https://github.com/minio/minio/issues/21647) for more information. The Loki team is still investigating alternatives to replace MinIO.
@@ -33,7 +35,7 @@ Entries should include a reference to the pull request that introduced the chang
3335

3436
**NOTE:** While the Loki chart does not currently use these CRDs, we wanted to note this requirement for the [rollout-operator](https://github.com/grafana/helm-charts/tree/main/charts/rollout-operator#upgrade-of-grafana-rollout-operator).
3537
Starting with v0.33.0 of the rollout-operator chart, the rollout-operator webhooks are enabled. See https://github.com/grafana/rollout-operator/#webhooks.
36-
Before upgrading to this version, make sure that the CustomResourceDefinitions (CRDs) in the crds directory are applied to your cluster. Manually applying these CRDs is only required if upgrading from a chart <= v0.32.0.
38+
Before upgrading to this version, make sure that the CustomResourceDefinitions (CRDs) in the crds directory are applied to your cluster. Manually applying these CRDs is only required if upgrading from a chart <= v0.32.0.
3739

3840
- [BUGFIX] Use strings instead of integers for ports in CiliumNetworkPolicies [#19252](https://github.com/grafana/loki/pull/19252)
3941
- [FEATURE] Add replicas to loki-canary deployment [#190095](https://github.com/grafana/loki/pull/19095)
@@ -68,7 +70,7 @@ Before upgrading to this version, make sure that the CustomResourceDefinitions (
6870
## 6.38.0
6971

7072
**NOTE:** While the Loki chart does not currently use these CRDs, we wanted to note this requirement for the [rollout-operator](https://github.com/grafana/helm-charts/tree/main/charts/rollout-operator#upgrade-of-grafana-rollout-operator).
71-
Before upgrading to v0.32.0, make sure that the CustomResourceDefinitions (CRDs) in the `crds` directory are applied to your cluster. Manually applying these CRDs is only required if upgrading from a chart <= v0.32.0.
73+
Before upgrading to v0.32.0, make sure that the CustomResourceDefinitions (CRDs) in the `crds` directory are applied to your cluster. Manually applying these CRDs is only required if upgrading from a chart <= v0.32.0.
7274

7375
- un-deprecate all features in `monitoring` block except grafana-agent-operator [#19001](https://github.com/grafana/loki/pull/19001)
7476
- [FEATURE] Make access modes for persistence on all PVCs and StatefulSets editable [#13474](https://github.com/grafana/loki/pull/13474)

0 commit comments

Comments
 (0)